PhiTux / DailyTxT

Encrypted Diary Web-App
https://hub.docker.com/r/phitux/dailytxt/
MIT License
208 stars 14 forks source link

Allow reverse proxy subpaths #2

Closed rhld16 closed 2 years ago

rhld16 commented 2 years ago

Really small fix that simply allows reverse proxy configurations to work correctly if the application is configured to a subpath.

PhiTux commented 2 years ago

Thanks for the PR :)

PhiTux commented 2 years ago

New images are pushed. Please check if it really works, I have hardly time to check it correctly at the moment...

rhld16 commented 2 years ago

👍🏻 all working for me

alpe12 commented 1 year ago

@rhld16 @PhiTux How is this supposed to work? The login page appears fine here on my subpath. But the login doesn't work. It tries to send a request to "/api/login" and not "/mysubpath/api/login". Maybe the /api part is out of this fix?

gardiol commented 3 months ago

Really small fix that simply allows reverse proxy configurations to work correctly if the application is configured to a subpath.

How do you configure the application to a subpath?