Replies: 1 comment 1 reply
-
Hi there! The login page you are showing is the login into the backend admin panel. This is accessed via the server URL, for example |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all...
I have gotten this somewhat working but struggling with a few bits that are failing.
I have set up an application and hostname in cloudflare called "adventures.foo.com" (replaced domain with foo.com for this post. It points back to a docker container on the internal network "http://192.168.x.y:8015"
I am able to successfully create an account and login as a user via https://adventures.foo.com/ and the user UI appears to be working and even got immich integration working and finding images searched for.
When I try to go to the "/admin" endpoint "https://adventures.foo.com/admin" through cloudflare, or if I try http://192.168.x.y:8015/admin i get 404'd ... if I try internally http://192.168.x.y:8016/admin I am presented a login page but I have tried using admin and the password set in the compose file and the first user I created... at least its not a 404 error, but I cannot successfully log in:

Screenshot trying to log into /admin
Screenshot showing success logging in as user and configured Immich integration:

Trying to figure out what I am doing wrong, and as there are no 'guides' for cloudflare, I'd be happy to put one together if I can get over the hump....
Any suggestions, or glaring errors in what I am doing here?
Here is a redacted copy of the compose file I am using...
Beta Was this translation helpful? Give feedback.
All reactions