firefly-iii / firefly-iii

Firefly III: a personal finances manager
https://firefly-iii.org/
GNU Affero General Public License v3.0
16.39k stars 1.49k forks source link

Problems logging in through reverse Proxy #2979

Closed apperrault closed 4 years ago

apperrault commented 4 years ago

I am running Firefly III version Docker.Stable (4.8.2)

Description I am unable to login through my reverse proxy, but I am able to login with my local IP address

Extra info I have the docker container successfully installed and running, and I can access everything just fine when I go to http://192.168.1.25:8001 (the local host and port) but when I go to https://fireflyiii.mydomain.com i get the login screen and I can put in my username and password, but then I get nothing. It just sits there. I had to add the app_url to the docker config to even get the login page to come up, but now I am at a loss for where to go from here.

thanks

Bonus points

apperrault commented 4 years ago

I am an idiot. I forgot the TRUSTED_Proxies=** line in the compose file. I can now get in