Replies: 1 comment 2 replies
-
Are you sure you can resolve |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am exploring Firefly which looks very cool! However I can't get it to work from outside my local network.
It works fine on http://localhost:8080
When I go to https://myfireflyremoteurl:customport I get a 400 Bad request error.
I see in the Firefly container logs the same error:
"GET / HTTP/1.1" 400 392 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:126.0) Gecko/20100101 Firefox/126.0"
I am using SWAG and I have a specific problem with Firefly. I use other containers (Nextcloud, Homeassistant, Photoprism) with SWAG and they work.
I have tried a few different configs. This is my latest one:
docker-compose:
firefly.subdomain.conf:
I have set also in firefly.env
TRUSTED_PROXIES=** APP_URL=https://myfireflyremoteurl
I would really appreciate some help/advice on what I am doing wrong.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions