postiz: disable signups (DISABLE_REGISTRATION=true)
Admin account already exists; we don't want random users registering on the public-facing instance. Sign-in only from now on.
This commit is contained in:
parent
ee8dd2f36c
commit
5ea89ebcd7
1 changed files with 2 additions and 2 deletions
|
|
@ -143,8 +143,8 @@ resource "helm_release" "postiz" {
|
|||
STORAGE_PROVIDER = "local"
|
||||
UPLOAD_DIRECTORY = "/uploads"
|
||||
NEXT_PUBLIC_UPLOAD_DIRECTORY = "/uploads"
|
||||
# Set true after first admin user is created via UI
|
||||
DISABLE_REGISTRATION = "false"
|
||||
# Disabled — admin user already created; sign-in only.
|
||||
DISABLE_REGISTRATION = "true"
|
||||
IS_GENERAL = "true"
|
||||
NX_ADD_PLUGINS = "false"
|
||||
# Postiz uses Temporal for cron/scheduling — bring our own; Helm chart doesn't.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue