forked from github.com/plausible-hosting
remove references to admin env vars
This commit is contained in:
parent
5097a507fc
commit
a54938ed01
@ -28,9 +28,12 @@ kubectl -n plausible create secret generic plausible-events-db-user --from-liter
|
||||
kubectl -n plausible apply -f ./kubernetes
|
||||
```
|
||||
|
||||
You can now navigate to http://{hostname}:8000 and see the login screen.
|
||||
You can now navigate to http://{hostname}:8000 and see the registration screen for the admin user.
|
||||
|
||||
## 4. (Optional) Email verification
|
||||
|
||||
If you've enabled email verification with `ENABLE_EMAIL_VERIFICATION=true`, you will be prompted to enter a verification code which has been sent to your email. Please configure your server for SMTP to receive this email. [Here are Plausible's SMTP configuration options](https://plausible.io/docs/self-hosting-configuration#mailersmtp-setup).
|
||||
|
||||
When you first log in with your admin credentials, you will be prompted to enter a verification code which has been sent to your email. Please configure your server for SMTP to receive this email. [Here are Plausible's SMTP configuration options](https://plausible.io/docs/self-hosting-configuration#mailersmtp-setup).
|
||||
Otherwise, run this command to verify all users in the database:
|
||||
|
||||
```bash
|
||||
|
@ -49,7 +49,7 @@ spec:
|
||||
- "/bin/sh"
|
||||
- "-c"
|
||||
args:
|
||||
- sleep 30 && /entrypoint.sh db createdb && /entrypoint.sh db migrate && /entrypoint.sh db init-admin
|
||||
- sleep 30 && /entrypoint.sh db createdb && /entrypoint.sh db migrate
|
||||
envFrom:
|
||||
- secretRef:
|
||||
name: plausible-config
|
||||
|
Loading…
Reference in New Issue
Block a user