2023-08-23 20:48:34 -04:00
|
|
|
---
|
|
|
|
|
|
|
|
# these are defaults
|
|
|
|
# change these in group/host vars
|
|
|
|
|
2023-08-27 20:33:18 -04:00
|
|
|
docker_compose_dir: "/opt/services"
|
2023-08-27 21:59:01 -04:00
|
|
|
|
|
|
|
gitea_domain: "git.{{ domain }}"
|
2023-09-04 15:28:03 -04:00
|
|
|
|
|
|
|
# Paths for Syncthing folders
|
|
|
|
vault_path: "{{ dataroot }}/syncthing/vault"
|
|
|
|
archive_path: "{{ dataroot }}/syncthing/vault_a"
|
|
|
|
syncthing_conf_dir: "{{ dataroot }}/syncthing/config"
|
2023-09-04 18:27:08 -04:00
|
|
|
|
|
|
|
# navidrome (music) path
|
|
|
|
music_path: "{{ dataroot }}/music"
|
|
|
|
|
|
|
|
navidrome_domain: "mus.{{ domain }}"
|
2024-03-10 21:22:29 -04:00
|
|
|
# enable navidrome shares (this will give permissions to all users!)
|
|
|
|
# quotes are important
|
|
|
|
navidrome_sharing: "false"
|
2023-12-09 21:36:36 -05:00
|
|
|
|
|
|
|
paperless_domain: "doc.{{ domain }}"
|