add vaultwarden
This commit is contained in:
parent
8285f63a6a
commit
852bdd2912
4 changed files with 24 additions and 0 deletions
|
@ -134,6 +134,14 @@ gitea:
|
||||||
- GITEA_STARTUP_TIMEOUT
|
- GITEA_STARTUP_TIMEOUT
|
||||||
comment:
|
comment:
|
||||||
- compose.mariadb.yml
|
- compose.mariadb.yml
|
||||||
|
vaultwarden:
|
||||||
|
uncomment:
|
||||||
|
- compose.mariadb.yml
|
||||||
|
- SECRET_DB_PASSWORD_VERSION
|
||||||
|
- SECRET_DB_ROOT_PASSWORD_VERSION
|
||||||
|
secret_hooks:
|
||||||
|
- insert_vaultwarden_admin_token
|
||||||
zammad:
|
zammad:
|
||||||
initial-hooks:
|
initial-hooks:
|
||||||
- zammad-railsserver init
|
- zammad-railsserver init
|
||||||
|
|
|
@ -120,6 +120,18 @@ kimai:
|
||||||
env:
|
env:
|
||||||
MAILER_URL: "smtp://{{smtp_user}}%40{{smtp_domain}}:{{smtp_password}}@{{smtp_host}}:587"
|
MAILER_URL: "smtp://{{smtp_user}}%40{{smtp_domain}}:{{smtp_password}}@{{smtp_host}}:587"
|
||||||
MAILER_FROM: "Kimai Notifications <{{smtp_user}}@{{smtp_domain}}>"
|
MAILER_FROM: "Kimai Notifications <{{smtp_user}}@{{smtp_domain}}>"
|
||||||
|
vaultwarden:
|
||||||
|
env:
|
||||||
|
SMTP_FROM: "{{smtp_user}}@{{smtp_domain}}"
|
||||||
|
SMTP_USERNAME: "{{smtp_user}}@{{smtp_domain}}"
|
||||||
|
SMTP_HOST: "{{smtp_host}}"
|
||||||
|
SMTP_PORT: 587
|
||||||
|
SMTP_SECURITY: starttls
|
||||||
|
uncomment:
|
||||||
|
- compose.smtp.yml
|
||||||
|
- SECRET_SMTP_PASSWORD_VERSION
|
||||||
|
secrets:
|
||||||
|
smtp_password: "{{smtp_password}}"
|
||||||
zammad:
|
zammad:
|
||||||
env:
|
env:
|
||||||
SMTP_HOST: "{{smtp_host}}"
|
SMTP_HOST: "{{smtp_host}}"
|
||||||
|
|
|
@ -28,6 +28,8 @@ monitoring-ng:
|
||||||
subdomain: monitoring.example.com
|
subdomain: monitoring.example.com
|
||||||
gitea:
|
gitea:
|
||||||
subdomain: git.example.com
|
subdomain: git.example.com
|
||||||
|
vaultwarden:
|
||||||
|
subdomain: pass.example.com
|
||||||
zammad:
|
zammad:
|
||||||
subdomain: support.example.com
|
subdomain: support.example.com
|
||||||
kimai:
|
kimai:
|
||||||
|
|
|
@ -34,5 +34,7 @@ gitea:
|
||||||
version: 2.11.0+1.22.2-rootless
|
version: 2.11.0+1.22.2-rootless
|
||||||
outline:
|
outline:
|
||||||
version: 2.6.1+0.79.1
|
version: 2.6.1+0.79.1
|
||||||
|
vaultwarden:
|
||||||
|
version: 1.0.1+1.32.5
|
||||||
zammad:
|
zammad:
|
||||||
version: 1.0.5+6.3.1-95
|
version: 1.0.5+6.3.1-95
|
||||||
|
|
Loading…
Reference in a new issue