Compare commits
No commits in common. "6519189644a02a47129b9cd3970615474ec431cd" and "9ca0a899a88661af6bc5a4ad2bb61196f957576c" have entirely different histories.
6519189644
...
9ca0a899a8
3 changed files with 13 additions and 3 deletions
|
@ -66,8 +66,8 @@ in {
|
|||
mode = "0775";
|
||||
content = ''
|
||||
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/radarr_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"}"
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
@ -96,6 +96,7 @@ in {
|
|||
from: /storage/dataset/docker/dns
|
||||
to:
|
||||
- zfs
|
||||
- ssd
|
||||
- eustachius
|
||||
forget: prune
|
||||
cron: '0 4 * * 0' # Every Sunday at 4:00
|
||||
|
@ -122,6 +123,7 @@ in {
|
|||
from: /storage/dataset/docker/git
|
||||
to:
|
||||
- zfs
|
||||
- ssd
|
||||
- eustachius
|
||||
cron: '0 4 * * *' # Every Day at 4:00
|
||||
hooks:
|
||||
|
@ -134,6 +136,7 @@ in {
|
|||
from: /storage/dataset/docker/media
|
||||
to:
|
||||
- zfs
|
||||
- ssd
|
||||
- eustachius
|
||||
cron: '0 4 * * *' # Every Day at 4:00
|
||||
hooks:
|
||||
|
@ -146,6 +149,7 @@ in {
|
|||
from: /storage/dataset/docker/nextcloud
|
||||
to:
|
||||
- zfs
|
||||
- ssd
|
||||
- eustachius
|
||||
cron: '0 4 * * *' # Every Day at 4:00
|
||||
hooks:
|
||||
|
@ -220,6 +224,7 @@ in {
|
|||
from: /storage/dataset/docker/auth
|
||||
to:
|
||||
- zfs
|
||||
- ssd
|
||||
- eustachius
|
||||
forget: prune
|
||||
cron: '55 3 * * *' # Every Day at 3:55
|
||||
|
@ -233,6 +238,7 @@ in {
|
|||
from: /storage/dataset/docker/infrastructure
|
||||
to:
|
||||
- zfs
|
||||
- ssd
|
||||
- eustachius
|
||||
forget: prune
|
||||
cron: '55 3 * * *' # Every Day at 3:55
|
||||
|
@ -246,6 +252,7 @@ in {
|
|||
from: /storage/dataset/docker/wiki
|
||||
to:
|
||||
- zfs
|
||||
- ssd
|
||||
- eustachius
|
||||
forget: prune
|
||||
cron: '55 3 * * *' # Every Day at 3:55
|
||||
|
@ -259,6 +266,7 @@ in {
|
|||
from: /storage/dataset/docker/stats
|
||||
to:
|
||||
- zfs
|
||||
- ssd
|
||||
- eustachius
|
||||
forget: prune
|
||||
cron: '55 3 * * *' # Every Day at 3:55
|
||||
|
@ -272,6 +280,7 @@ in {
|
|||
from: /storage/dataset/docker/stats
|
||||
to:
|
||||
- zfs
|
||||
- ssd
|
||||
- eustachius
|
||||
cron: '55 3 * * *' # Every Day at 3:55
|
||||
options:
|
||||
|
@ -288,6 +297,7 @@ in {
|
|||
from: /storage/dataset/nas
|
||||
to:
|
||||
- zfs
|
||||
- ssd
|
||||
- eustachius
|
||||
cron: '55 3 * * *' # Every Day at 3:55
|
||||
hooks:
|
||||
|
|
|
@ -28,7 +28,7 @@
|
|||
path = "/storage/dataset/data/torrents/misc";
|
||||
browseable = "yes";
|
||||
"read only" = "yes";
|
||||
"guest ok" = "yes";
|
||||
"guest ok" = "no";
|
||||
"create mask" = "0644";
|
||||
"directory mask" = "0755";
|
||||
"force user" = "ghoscht";
|
||||
|
|
Loading…
Reference in a new issue