Adding the following variables to the config:
* DISABLE_AUTH: Disables authentication completely, no registration, login will be shown.
* DISABLE_REGISTRATION: Disables registration of new users, keep your admin credentials handy
As per the documentation https://plausible.io/docs/self-hosting-configuration
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 👌
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 👌
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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-meADMIN_USER_NAME=replace-meADMIN_USER_PWD=replace-meSECRET_KEY_BASE=replace-meDISABLE_AUTH=replace-me # true or falseAt some point, it'd be nice to bring the Plausible recipe closer to our (undocumented) convention of having sensible defaults in
.envfiles 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!