Compare commits

..

No commits in common. "6519189644a02a47129b9cd3970615474ec431cd" and "9ca0a899a88661af6bc5a4ad2bb61196f957576c" have entirely different histories.

3 changed files with 13 additions and 3 deletions

View file

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

View file

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

View file

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