[GH-ISSUE #169] Docker initial setup, admin user creation page. #82

Closed
opened 2026-02-17 17:06:04 -05:00 by yindo · 10 comments
Owner

Originally created by @georgemaxim on GitHub (Aug 1, 2025).
Original GitHub issue: https://github.com/Drop-OSS/drop/issues/169

Hello,

I've installed Drop using docker compose on a Synology dsm 7.2 using docker compose. I had to change default postgress port to 5433:5432 so it doesn't interfere with synology photos one. All starts okay but cannot create and admin account. I get 500 error. Is it because I am not trying to create an account from the localhost or is it another issue? I've attached a screenshot with the error.

Thanks.

Image
Originally created by @georgemaxim on GitHub (Aug 1, 2025). Original GitHub issue: https://github.com/Drop-OSS/drop/issues/169 Hello, I've installed Drop using docker compose on a Synology dsm 7.2 using docker compose. I had to change default postgress port to 5433:5432 so it doesn't interfere with synology photos one. All starts okay but cannot create and admin account. I get 500 error. Is it because I am not trying to create an account from the localhost or is it another issue? I've attached a screenshot with the error. Thanks. <img width="1512" height="908" alt="Image" src="https://github.com/user-attachments/assets/3b63b752-8f7a-4cbb-bc50-2f617dda093a" />
yindo closed this issue 2026-02-17 17:06:04 -05:00
Author
Owner

@Huskydog9988 commented on GitHub (Aug 1, 2025):

In the console for drop there should be a link to the setup wizard, that's the new place to create the admin account among other things.

@Huskydog9988 commented on GitHub (Aug 1, 2025): In the console for drop there should be a link to the setup wizard, that's the new place to create the admin account among other things.
Author
Owner

@Beethoven-n commented on GitHub (Aug 1, 2025):

don't forget to set environment.EXTERNAL_URL in the docker-compose.yml file too. drop serves some things on localhost instead of the LAN IP.

@Beethoven-n commented on GitHub (Aug 1, 2025): don't forget to set `environment.EXTERNAL_URL` in the docker-compose.yml file too. drop serves some things on localhost instead of the LAN IP.
Author
Owner

@Huskydog9988 commented on GitHub (Aug 1, 2025):

Is drop inconsistent about that sort of thing? I assumed it wasn't but if it is that is a bug.

@Huskydog9988 commented on GitHub (Aug 1, 2025): Is drop inconsistent about that sort of thing? I assumed it wasn't but if it is that is a bug.
Author
Owner

@Beethoven-n commented on GitHub (Aug 1, 2025):

like you can go to the IP from another PC but it won't reject you before environment.EXTERNAL_URL is set
so you get this weird inconsistent experience where you get invitation links addressed to localhost despite the fact that you're on a different PC

@Beethoven-n commented on GitHub (Aug 1, 2025): like you can go to the IP from another PC but it won't reject you before `environment.EXTERNAL_URL` is set so you get this weird inconsistent experience where you get invitation links addressed to localhost despite the fact that you're on a different PC
Author
Owner

@Huskydog9988 commented on GitHub (Aug 1, 2025):

Unfortunately that isn't a solvable problem (from drop's end) then, at least for drop running in a container, as it only has access to the container's ip.

@Huskydog9988 commented on GitHub (Aug 1, 2025): Unfortunately that isn't a solvable problem (from drop's end) then, at least for drop running in a container, as it only has access to the container's ip.
Author
Owner

@DecDuck commented on GitHub (Aug 1, 2025):

We can do a client side check with window.location or smth

@DecDuck commented on GitHub (Aug 1, 2025): We can do a client side check with `window.location` or smth
Author
Owner

@Huskydog9988 commented on GitHub (Aug 1, 2025):

I forgot stuff can be done client side, that is a good idea if EXTERNAL_URL isn't set

@Huskydog9988 commented on GitHub (Aug 1, 2025): I forgot stuff can be done client side, that is a good idea if `EXTERNAL_URL` isn't set
Author
Owner

@georgemaxim commented on GitHub (Aug 1, 2025):

In the console for drop there should be a link to the setup wizard, that's the new place to create the admin account among other things.

How does one get to the console?

@georgemaxim commented on GitHub (Aug 1, 2025): > In the console for drop there should be a link to the setup wizard, that's the new place to create the admin account among other things. How does one get to the console?
Author
Owner

@Huskydog9988 commented on GitHub (Aug 1, 2025):

I am entirety unfamiliar with how Synology does docker, but in the Synology dashboard I imagine there is probably a way to view container logs, should be able to grab it from there.

@Huskydog9988 commented on GitHub (Aug 1, 2025): I am entirety unfamiliar with how Synology does docker, but in the Synology dashboard I imagine there is probably a way to view container logs, should be able to grab it from there.
Author
Owner

@DecDuck commented on GitHub (Aug 2, 2025):

I'm going to go ahead and close this issue, if you need help finding your Synology Docker logs, you can check out this guide here: https://mariushosting.com/synology-how-to-check-your-docker-container-logs/

@DecDuck commented on GitHub (Aug 2, 2025): I'm going to go ahead and close this issue, if you need help finding your Synology Docker logs, you can check out this guide here: https://mariushosting.com/synology-how-to-check-your-docker-container-logs/
yindo changed title from Docker initial setup, admin user creation page. to [GH-ISSUE #169] Docker initial setup, admin user creation page. 2026-06-05 14:21:19 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Drop-OSS/drop#82