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
|
let
|
||||||
authentikImage = "ghcr.io/goauthentik/server:2024.6.4";
|
authentikImage = "ghcr.io/goauthentik/server:2024.6.3";
|
||||||
in {
|
in {
|
||||||
project.name = "auth";
|
project.name = "auth";
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@ in {
|
||||||
"diun.enable" = "true";
|
"diun.enable" = "true";
|
||||||
"diun.watch_repo" = "true";
|
"diun.watch_repo" = "true";
|
||||||
"diun.include_tags" = "^\\d+\\.\\d+\\.\\d+$$";
|
"diun.include_tags" = "^\\d+\\.\\d+\\.\\d+$$";
|
||||||
|
"diun.exclude_tags" = "\\b\\d{4,}\\b";
|
||||||
};
|
};
|
||||||
command = "server";
|
command = "server";
|
||||||
environment = {
|
environment = {
|
||||||
|
|
|
@ -184,7 +184,7 @@
|
||||||
restart = "always";
|
restart = "always";
|
||||||
};
|
};
|
||||||
sonarr.service = {
|
sonarr.service = {
|
||||||
image = "linuxserver/sonarr:4.0.9";
|
image = "linuxserver/sonarr:4.0.8";
|
||||||
container_name = "sonarr";
|
container_name = "sonarr";
|
||||||
labels = {
|
labels = {
|
||||||
"traefik.enable" = "true";
|
"traefik.enable" = "true";
|
||||||
|
@ -330,7 +330,7 @@
|
||||||
restart = "always";
|
restart = "always";
|
||||||
};
|
};
|
||||||
autobrr.service = {
|
autobrr.service = {
|
||||||
image = "ghcr.io/autobrr/autobrr:v1.45.0";
|
image = "ghcr.io/autobrr/autobrr:v1.44.0";
|
||||||
container_name = "autobrr";
|
container_name = "autobrr";
|
||||||
labels = {
|
labels = {
|
||||||
"traefik.enable" = "true";
|
"traefik.enable" = "true";
|
||||||
|
|
|
@ -280,15 +280,6 @@ in {
|
||||||
- arion -f ${arionPath}/minio/arion-compose.nix -p ${arionPath}/minio/arion-pkgs.nix stop
|
- arion -f ${arionPath}/minio/arion-compose.nix -p ${arionPath}/minio/arion-pkgs.nix stop
|
||||||
after:
|
after:
|
||||||
- arion -f ${arionPath}/minio/arion-compose.nix -p ${arionPath}/minio/arion-pkgs.nix start
|
- 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:
|
backends:
|
||||||
zfs:
|
zfs:
|
||||||
type: local
|
type: local
|
||||||
|
|
Loading…
Reference in a new issue