Compare commits
No commits in common. "004d355a1715f073139b9a846458f9b0fe6867c6" and "a05e5a0b78d9ea9fa90f41665a3f8d996e53a8e9" have entirely different histories.
004d355a17
...
a05e5a0b78
3 changed files with 4 additions and 12 deletions
|
@ -1,5 +1,5 @@
|
|||
let
|
||||
authentikImage = "ghcr.io/goauthentik/server:2024.6.4";
|
||||
authentikImage = "ghcr.io/goauthentik/server:2024.6.3";
|
||||
in {
|
||||
project.name = "auth";
|
||||
|
||||
|
@ -33,6 +33,7 @@ in {
|
|||
"diun.enable" = "true";
|
||||
"diun.watch_repo" = "true";
|
||||
"diun.include_tags" = "^\\d+\\.\\d+\\.\\d+$$";
|
||||
"diun.exclude_tags" = "\\b\\d{4,}\\b";
|
||||
};
|
||||
command = "server";
|
||||
environment = {
|
||||
|
|
|
@ -184,7 +184,7 @@
|
|||
restart = "always";
|
||||
};
|
||||
sonarr.service = {
|
||||
image = "linuxserver/sonarr:4.0.9";
|
||||
image = "linuxserver/sonarr:4.0.8";
|
||||
container_name = "sonarr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
@ -330,7 +330,7 @@
|
|||
restart = "always";
|
||||
};
|
||||
autobrr.service = {
|
||||
image = "ghcr.io/autobrr/autobrr:v1.45.0";
|
||||
image = "ghcr.io/autobrr/autobrr:v1.44.0";
|
||||
container_name = "autobrr";
|
||||
labels = {
|
||||
"traefik.enable" = "true";
|
||||
|
|
|
@ -280,15 +280,6 @@ 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
|
||||
|
|
Loading…
Reference in a new issue