How do you get the autogenerated password after setting up?
In your docs you say:
After installation rocketadmin will create a user with email [[email protected]](mailto:[email protected]) and autogenerated password. The message will be Admin user created with email: "[email protected]" and password: "<password>"
Where is this autogenerated password? We don't see it anywhere and can't log in. Where is it found? We installed from docker.
it shows this in your docker logs
So we tried this again and our issue is that we are trying to build this on the Digital Ocean App platform with the Docker image, which requires a Certificate. Without this you get an error: "Error: self-signed certificate in certificate chain"
The solution is that in the code itself you need to call the CERT. See the link below. But, you don't provide any ENV variables for the CERT. So how do fix this issue for deploying on the Digital Ocean apps? Thanks.
https://www.digitalocean.com/community/questions/postgresql-on-app-platform-self-signed-certificate-in-certificate-chain-issue
I think you need another environment variable for the Docker image for the certificate??