mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2025-06-13 13:27:03 +02:00
Add automated tagging
This commit is contained in:
@ -26,4 +26,7 @@ VAULTWARDEN_DB_NAME="vaultwarden"
|
||||
VAULTWARDEN_DB_USR="vaultwarden"
|
||||
|
||||
# Build a strong password for the SQL user - could be overwritten with something fixed
|
||||
VAULTWARDEN_DB_PWD="$(random_password)"
|
||||
VAULTWARDEN_DB_PWD="$(random_password)"
|
||||
|
||||
# service dependent meta tags
|
||||
SERVICE_TAGS="nginx,postgresql"
|
@ -41,7 +41,6 @@ ORG_CREATION_USERS=admin@$LXC_DOMAIN
|
||||
ADMIN_TOKEN=$admin_token
|
||||
# Uncomment this once vaults restored
|
||||
SIGNUPS_ALLOWED=false
|
||||
INVITATIONS_ALLOWED=false
|
||||
SMTP_HOST=$VW_SMTP_HOST
|
||||
SMTP_FROM=$VW_SMTP_FROM
|
||||
SMTP_FROM_NAME="$VW_SMTP_FROM_NAME"
|
||||
|
Reference in New Issue
Block a user