infrastructure/playbooks/roles/homebox/vars/main.yml
Tobias Reisinger 3ce28b14b4
Fix problems (mailcow, typos, watchtower script)
Mailcow blocked login because "force_pw_update" was true
2024-11-09 02:32:41 +01:00

22 lines
630 B
YAML

---
homebox_svc:
domain: "{{ all_services | service_get_domain(role_name) }}"
port: 7745
homebox_env:
HBOX_OPTIONS_ALLOW_REGISTRATION: false
HBOX_MAILER_HOST: "{{ mailer.host }}"
HBOX_MAILER_PORT: "{{ mailer.port }}"
HBOX_MAILER_USERNAME: "{{ opentofu.mailcow_data.homebox.address }}"
HBOX_MAILER_PASSWORD: "{{ opentofu.mailcow_data.homebox.password }}"
HBOX_MAILER_FROM: "homebox <{{ opentofu.mailcow_data.homebox.address }}>"
HBOX_SWAGGER_SCHEMA: https
homebox_compose:
watchtower: update
image: ghcr.io/sysadminsmedia/homebox:latest-rootless
volumes:
- data:/data
file:
volumes:
data: