Compare commits

...

3 commits

Author SHA1 Message Date
004d355a17
Autorestic: Add nas (smb share) backup 2024-08-28 15:05:15 +02:00
b97972d692
Arion: Bump media
sonarr: 4.0.8 -> 4.0.9
autobrr: v1.44.0 -> v1.45.0
2024-08-28 15:04:53 +02:00
f4377d2665
Arion: Bump auth
authentik: 2024.6.3 -> 2024.6.4
2024-08-28 15:03:59 +02:00
3 changed files with 12 additions and 4 deletions

View file

@ -1,5 +1,5 @@
let
authentikImage = "ghcr.io/goauthentik/server:2024.6.3";
authentikImage = "ghcr.io/goauthentik/server:2024.6.4";
in {
project.name = "auth";
@ -33,7 +33,6 @@ in {
"diun.enable" = "true";
"diun.watch_repo" = "true";
"diun.include_tags" = "^\\d+\\.\\d+\\.\\d+$$";
"diun.exclude_tags" = "\\b\\d{4,}\\b";
};
command = "server";
environment = {

View file

@ -184,7 +184,7 @@
restart = "always";
};
sonarr.service = {
image = "linuxserver/sonarr:4.0.8";
image = "linuxserver/sonarr:4.0.9";
container_name = "sonarr";
labels = {
"traefik.enable" = "true";
@ -330,7 +330,7 @@
restart = "always";
};
autobrr.service = {
image = "ghcr.io/autobrr/autobrr:v1.44.0";
image = "ghcr.io/autobrr/autobrr:v1.45.0";
container_name = "autobrr";
labels = {
"traefik.enable" = "true";

View file

@ -280,6 +280,15 @@ in {
- arion -f ${arionPath}/minio/arion-compose.nix -p ${arionPath}/minio/arion-pkgs.nix stop
after:
- arion -f ${arionPath}/minio/arion-compose.nix -p ${arionPath}/minio/arion-pkgs.nix start
nas:
from: /storage/dataset/nas
to:
- zfs
- ssd
- eustachius
cron: '55 3 * * *' # Every Day at 3:55
hooks:
<<: *default_hooks
backends:
zfs:
type: local