revoltchat / self-hosted

Deploy Revolt using Docker.
854 stars 108 forks source link

Adding an admin user to get started #9

Closed engineeringsys closed 2 years ago

engineeringsys commented 2 years ago

Perhaps I'm overlooking something but I'm wanting to launch my own system to help with testing and contribution. What is the default admin login? Or how do I manually create a user for testing the system?

Thanks!

TimothyRatliff commented 2 years ago

Having the same issue. Unable to log in after first setup. Do we maybe need to setup a SMTP server for email verification? Not sure if this variable in .env is working as expected.

# If you are sure that you don't want to use email verification, set to 1.
REVOLT_UNSAFE_NO_EMAIL=1
engineeringsys commented 2 years ago

Thank you, this worked. However I'm receiving Failed to register! · Network error. from the UI when trying to create the account. This is on a local docker host, no reverse proxy and non public-

engineeringsys commented 2 years ago

Disregard this one, I had another container taking 8000.

TimothyRatliff commented 2 years ago

How did you end up registering an account? I'm still getting Failed to register! · Network error. when trying to create an account. I don't have anything taking port 8000.