add webdav

This commit is contained in:
admin 2025-06-19 15:48:31 +01:00
parent 5ebeab6c1d
commit 3b3331e0c0

View File

@ -814,6 +814,28 @@
};
};
webdav = {
image = "docker.io/bytemark/webdav:latest";
autoStart = true;
autoUpdate = "registry";
network = "bridge";
environmentFile = [
"/mnt/services/secrets/default"
"/mnt/services/secrets/webdav"
];
volumes = [
"/mnt/services/webdav:/var/lib/dav"
];
ports = [
"8009:80"
];
extraConfig = {
Service = {
TimeoutStartSec = 900;
};
};
};
wireguard = {
image = "lscr.io/linuxserver/wireguard:latest";
autoStart = true;