Firts of all I know nothing about Speckle. I am just an IT guy helping my collegues who work with this. I have setup Speckle with docker compose. It works. However I do not understand how to login. Email does not work. I have added my own smtp server as well. And added this. I also have a pgadmin gui if it helps. How can I login as admin after?
Hi,
When the server and frontend are running, you should be able to open Speckle in your web browser at the CANONICAL_URL location you configured. If you then register as a new user, the first user registered will be the server admin.
The SPECKLE_ADMIN_* are not recognised environment variables and will not do anything. Were you following a guide that suggested these environment variables?
Thanks for replying! Just Googled until I got crazy and tested all variables. The problem is that I can not register as I do not get any mail. And I have my own local mailserver running. Is there another way to create a user without sending the email?
I actually got the mail now. The maildev helped me. Also tThe server came au after a while with the EMAIL: “true”. I also removed all containers and restarted them. Seems to work now. Thanks.