Laughing-Man-Studios / Ski-Resort-Dashboard

A small dashboard to display some statistics about the local ski resorts I visit
MIT License
0 stars 0 forks source link

[Issue 69] Fixing Allowed Domains #77

Closed Rogibb111 closed 1 year ago

Rogibb111 commented 1 year ago

Recently figured out that the way Dokku handles domains is by pre-pending the app's name as a subdomain onto the configured domain in order to generate the URL for the app. I have updated the configuration for the A record to remove the app subdomain so the URL for hitting the app is just http://ski-resort-dashboard.laughing-man-studios.us.to. Seems a little cleaner and will work with the Dokku domain configuration. Changes in the PR include:

Closes #69

Rogibb111 commented 1 year ago

:tada: This PR is included in version 1.1.16 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: