This repository has been archived on 2024-11-01. You can view files and clone it, but cannot push or open issues or pull requests.
services/_ansible/roles/homebox/vars/main.yml

24 lines
519 B
YAML

svc:
domain: "inventory.serguzim.me"
name: homebox
port: 7745
svc_env:
HBOX_OPTIONS_ALLOW_REGISTRATION: false
HBOX_MAILER_HOST: mail.serguzim.me
HBOX_MAILER_PORT: 587
HBOX_MAILER_USERNAME: inventory@serguzim.me
HBOX_MAILER_PASSWORD: "{{ vault_homebox.mailer_passwd }}"
HBOX_MAILER_FROM: Homebox <inventory@serguzim.me>
HBOX_SWAGGER_SCHEMA: https
compose:
watchtower: true
image: ghcr.io/hay-kot/homebox:latest-rootless
env: true
volumes:
- data:/data
file:
volumes:
data: