Move vars to defaults

This commit is contained in:
Tobias Reisinger 2025-08-10 23:44:23 +02:00
parent 70578f2a13
commit bf08ae8f81
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
40 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,23 @@
---
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:
collect_logs: true
watchtower: update
image: ghcr.io/sysadminsmedia/homebox:0-rootless
volumes:
- data:/data
file:
volumes:
data: