noticket - add self-hosted bitwarden for skudak

This commit is contained in:
Bastian de Byl
2025-02-07 19:39:32 -05:00
parent fced2a0038
commit 761bb67b5c
10 changed files with 166 additions and 4 deletions

View File

@@ -75,12 +75,12 @@
DB_DATABASE: "bookstack"
DB_PASSWORD: "{{ bookstack_db_pass }}"
MAIL_DRIVER: "smtp"
MAIL_HOST: "{{ bookstack_mail_host }}"
MAIL_HOST: "{{ skudaknoreply_mail_host }}"
MAIL_PORT: 465
MAIL_ENCRYPTION: "ssl"
MAIL_USERNAME: "{{ bookstack_mail_user }}"
MAIL_PASSWORD: "{{ bookstack_mail_pass }}"
MAIL_FROM: "{{ bookstack_mail_user }}"
MAIL_USERNAME: "{{ skudaknoreply_mail_user }}"
MAIL_PASSWORD: "{{ skudaknoreply_mail_pass }}"
MAIL_FROM: "{{ skudaknoreply_mail_user }}"
MAIL_FROM_NAME: "Skudak Wiki"
ports:
- "6875:8080"