Adding two new variables to disable registration and login #1
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "javielico/plausible:main"
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?
Adding the following variables to the config:
As per the documentation https://plausible.io/docs/self-hosting-configuration
@ -10,3 +10,5 @@ ADMIN_USER_EMAIL=replace-me
ADMIN_USER_NAME=replace-me
ADMIN_USER_PWD=replace-me
SECRET_KEY_BASE=replace-me
DISABLE_AUTH=replace-me # true or false
At some point, it'd be nice to bring the Plausible recipe closer to our (undocumented) convention of having sensible defaults in
.env
files wherever possible, to avoid operators having to change too many settings to get things going — I opened coop-cloud/organising#359 to discuss, but the current approach seems fine for the moment 👌Thank you @3wordchant, makes sense, let me know if I can help on any way!