Compare commits
3 commits
a05e5a0b78
...
004d355a17
Author | SHA1 | Date | |
---|---|---|---|
004d355a17 | |||
b97972d692 | |||
f4377d2665 |
3 changed files with 12 additions and 4 deletions
|
@ -1,5 +1,5 @@
|
||||||
let
|
let
|
||||||
authentikImage = "ghcr.io/goauthentik/server:2024.6.3";
|
authentikImage = "ghcr.io/goauthentik/server:2024.6.4";
|
||||||
in {
|
in {
|
||||||
project.name = "auth";
|
project.name = "auth";
|
||||||
|
|
||||||
|
@ -33,7 +33,6 @@ 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.8";
|
image = "linuxserver/sonarr:4.0.9";
|
||||||
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.44.0";
|
image = "ghcr.io/autobrr/autobrr:v1.45.0";
|
||||||
container_name = "autobrr";
|
container_name = "autobrr";
|
||||||
labels = {
|
labels = {
|
||||||
"traefik.enable" = "true";
|
"traefik.enable" = "true";
|
||||||
|
|
|
@ -280,6 +280,15 @@ 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