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

25 lines
520 B
YAML
Raw Normal View History

2023-12-13 01:43:15 +00:00
---
2023-11-18 22:42:58 +00:00
svc:
2023-12-13 01:43:15 +00:00
domain: inventory.serguzim.me
2023-11-18 22:42:58 +00:00
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: