CaramelFur / Picsur

An easy to use, selfhostable image sharing service like Imgur with built in converting
https://picsur.org/
GNU Affero General Public License v3.0
813 stars 42 forks source link

Host Override setting is not always honored.. #96

Closed ps23Rick closed 1 month ago

ps23Rick commented 1 month ago

I've got Picsur behind a reverse proxy on a self-hosted machine at home. I'm using a custom port and my link to access Picsur looks something like :

https://abcdef.mydomain.com:12345/

But when I upload an image and it provides the different URLs to use, the https is http and the port is missing completely. So the links look like the following which does not work without fixing by hand :

http://abcdef.mydomain.com/

ps23Rick commented 1 month ago

Nevermind.. I had to restart docker .. and it seemed to take affect eventually.