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/roles/homebox/vars/main.yml

24 lines
528 B
YAML
Raw Normal View History

2023-12-13 01:43:15 +00:00
---
2023-12-14 01:20:13 +00:00
homebox_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
2023-12-14 01:20:13 +00:00
homebox_env:
2023-11-18 22:42:58 +00:00
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
2023-12-14 01:20:13 +00:00
homebox_compose:
2023-11-18 22:42:58 +00:00
watchtower: true
image: ghcr.io/hay-kot/homebox:latest-rootless
volumes:
- data:/data
file:
volumes:
data: