mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 12:25:31 -04:00
[GH-ISSUE #169] Docker initial setup, admin user creation page. #82
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.
@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.
@Beethoven-n commented on GitHub (Aug 1, 2025):
don't forget to set
environment.EXTERNAL_URLin the docker-compose.yml file too. drop serves some things on localhost instead of the LAN IP.@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.
@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_URLis setso you get this weird inconsistent experience where you get invitation links addressed to localhost despite the fact that you're on a different PC
@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.
@DecDuck commented on GitHub (Aug 1, 2025):
We can do a client side check with
window.locationor smth@Huskydog9988 commented on GitHub (Aug 1, 2025):
I forgot stuff can be done client side, that is a good idea if
EXTERNAL_URLisn't set@georgemaxim commented on GitHub (Aug 1, 2025):
How does one get to the console?
@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.
@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/
Docker initial setup, admin user creation page.to [GH-ISSUE #169] Docker initial setup, admin user creation page.