2020-08-19 12:29:49 +02:00
|
|
|
---
|
2020-11-04 11:49:02 +01:00
|
|
|
### geerlingguy.docker
|
|
|
|
docker_users:
|
|
|
|
- mg
|
2020-12-03 12:18:00 +01:00
|
|
|
### mgrote.restic
|
2020-12-03 13:18:00 +01:00
|
|
|
restic_folders_to_backup: /usr/local /etc /root /home /var/lib/docker
|
2021-05-12 10:24:50 +02:00
|
|
|
qssrestic_cron_hours: "*/4"
|
2020-12-22 12:27:43 +01:00
|
|
|
restic_exclude: |
|
|
|
|
._*
|
|
|
|
desktop.ini
|
|
|
|
.Trash-*
|
|
|
|
**/**cache***/**
|
|
|
|
**/**Cache***/**
|
|
|
|
**/**AppData***/**
|
|
|
|
/var/lib/docker/volumes/***Musik***
|
|
|
|
/var/lib/docker/volumes/***musik***
|
2021-04-18 10:22:47 +02:00
|
|
|
/var/lib/docker/volumes/***musik***
|
|
|
|
/var/lib/docker/volumes/***musik***
|
|
|
|
/var/lib/docker/volumes/docker-photoprism_pp_smb_bilder***/**
|
2020-12-22 12:27:43 +01:00
|
|
|
# https://github.com/restic/restic/issues/1005
|
|
|
|
# https://forum.restic.net/t/exclude-syntax-confusion/1531/12
|
2021-06-22 13:57:45 +02:00
|
|
|
### oefenweb.ufw
|
|
|
|
ufw_rules:
|
|
|
|
- rule: allow
|
|
|
|
to_port: 22
|
|
|
|
protocol: tcp
|
|
|
|
comment: 'ssh'
|
|
|
|
from_ip: 192.168.2.0/24
|
|
|
|
- rule: allow
|
|
|
|
to_port: 4949
|
|
|
|
protocol: tcp
|
|
|
|
comment: 'munin'
|
|
|
|
from_ip: 192.168.0.0/16
|
|
|
|
- rule: allow
|
|
|
|
to_port: 5000
|
|
|
|
protocol: tcp
|
|
|
|
comment: 'rss-feed-changedetection'
|
|
|
|
### geerlingguy.munin-node
|
|
|
|
munin_node_allowed_cidrs: [192.168.0.0/16] # weil der munin-server aus einem anderen subnet zugreift
|