Add automated tagging

This commit is contained in:
2023-01-24 23:04:00 +01:00
parent cc294118ae
commit ae27f3697b
25 changed files with 91 additions and 17 deletions

View File

@ -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"

View File

@ -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"