Compare commits

...

3 commits

Author SHA1 Message Date
41ef1daa6e
Restic: Reduce ssd backups
ssd is getting full
2024-10-31 23:48:42 +01:00
eb7894f880
Arion: Fix unpackerr radarr/lidarr api keys 2024-10-31 23:43:56 +01:00
5b7a06506b
Make software samba share accessible to guests 2024-10-31 23:43:21 +01:00
3 changed files with 3 additions and 13 deletions

View file

@ -66,8 +66,8 @@ in {
mode = "0775";
content = ''
UN_SONARR_0_API_KEY="${config.sops.placeholder."unpackerr/sonarr_api_key"}"
UN_RADARR_0_API_KEY="${config.sops.placeholder."unpackerr/lidarr_api_key"}"
UN_LIDARR_0_API_KEY="${config.sops.placeholder."unpackerr/radarr_api_key"}"
UN_LIDARR_0_API_KEY="${config.sops.placeholder."unpackerr/lidarr_api_key"}"
UN_RADARR_0_API_KEY="${config.sops.placeholder."unpackerr/radarr_api_key"}"
'';
};
}

View file

@ -96,7 +96,6 @@ in {
from: /storage/dataset/docker/dns
to:
- zfs
- ssd
- eustachius
forget: prune
cron: '0 4 * * 0' # Every Sunday at 4:00
@ -123,7 +122,6 @@ in {
from: /storage/dataset/docker/git
to:
- zfs
- ssd
- eustachius
cron: '0 4 * * *' # Every Day at 4:00
hooks:
@ -136,7 +134,6 @@ in {
from: /storage/dataset/docker/media
to:
- zfs
- ssd
- eustachius
cron: '0 4 * * *' # Every Day at 4:00
hooks:
@ -149,7 +146,6 @@ in {
from: /storage/dataset/docker/nextcloud
to:
- zfs
- ssd
- eustachius
cron: '0 4 * * *' # Every Day at 4:00
hooks:
@ -224,7 +220,6 @@ in {
from: /storage/dataset/docker/auth
to:
- zfs
- ssd
- eustachius
forget: prune
cron: '55 3 * * *' # Every Day at 3:55
@ -238,7 +233,6 @@ in {
from: /storage/dataset/docker/infrastructure
to:
- zfs
- ssd
- eustachius
forget: prune
cron: '55 3 * * *' # Every Day at 3:55
@ -252,7 +246,6 @@ in {
from: /storage/dataset/docker/wiki
to:
- zfs
- ssd
- eustachius
forget: prune
cron: '55 3 * * *' # Every Day at 3:55
@ -266,7 +259,6 @@ in {
from: /storage/dataset/docker/stats
to:
- zfs
- ssd
- eustachius
forget: prune
cron: '55 3 * * *' # Every Day at 3:55
@ -280,7 +272,6 @@ in {
from: /storage/dataset/docker/stats
to:
- zfs
- ssd
- eustachius
cron: '55 3 * * *' # Every Day at 3:55
options:
@ -297,7 +288,6 @@ in {
from: /storage/dataset/nas
to:
- zfs
- ssd
- eustachius
cron: '55 3 * * *' # Every Day at 3:55
hooks:

View file

@ -28,7 +28,7 @@
path = "/storage/dataset/data/torrents/misc";
browseable = "yes";
"read only" = "yes";
"guest ok" = "no";
"guest ok" = "yes";
"create mask" = "0644";
"directory mask" = "0755";
"force user" = "ghoscht";