You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
43 lines
850 B
YAML
43 lines
850 B
YAML
---
|
|
backups:
|
|
schedule_keys:
|
|
monthly: "monthly"
|
|
nightly: "nightly"
|
|
|
|
docker_compose_directory: /etc/docker-compose
|
|
|
|
# TODO: docker_volume_backup exists in vault. Clean this up.
|
|
dockervolumebackup:
|
|
image: ghcr.io/chatton/docker-volume-backup
|
|
tag: pr-20
|
|
config_directory: /etc/docker-volume-backup
|
|
|
|
# dashy related config
|
|
dashy:
|
|
source_file: dashboards/dashy-config.yml
|
|
config_file: dashy-config.yml
|
|
config_directory: /etc/config/dashy
|
|
|
|
# olivetin related config
|
|
olivetin:
|
|
source_file: olivetin/config.yml
|
|
config_file: config.yml
|
|
config_directory: /etc/config/OliveTin
|
|
|
|
docker_networks: []
|
|
|
|
homelab_group: cianhatton
|
|
homelab_user: cianhatton
|
|
|
|
configure_samba: true
|
|
samba_group: smbgroup
|
|
samba_user: smbuser
|
|
users:
|
|
- name: cianhatton
|
|
shares:
|
|
- /share
|
|
- /share/public_files
|
|
- /share/private_files
|
|
- /share/cian_files
|
|
|