umbrel
umbrel copied to clipboard
added option for a domain
The only way I found to run umbrel with a domain was to edit the start script and put your custom domain in the DEVICE_HOSTS variable to avoid a CORS error. So I created an argument for the script to specify your custom domain without modifying the source.
Caveat: Umbrel dashboard works, except the page /apps. All your apps are being displayed as 'Starting...' and can not be accessed. They are running though and can be accessed via ip:port in your browser.
Just a small note, https://github.com/getumbrel/umbrel/pull/708 is also related to CORS and is touching same lines.
Sorry for the delay, Simon. And thanks for working on this. The CORS check was updated a while ago and this should be a non-issue. Closing this PR for now and my apologies for the resulting unproductive work.