remove webdav

This commit is contained in:
Philip Peterson 2025-01-14 21:05:20 -09:00
parent 12a820aa4a
commit fcf90b026f
No known key found for this signature in database
GPG key ID: 354311183FC6519B

View file

@ -158,25 +158,6 @@ in {
ports = ["8087:80"];
};
"webdav" = {
autoStart = true;
image = "quineglobal/nginx-webdav-nononsense@sha256:86002d386e433c3ed1d265d3aa7f921f96fb678651a913aaa92af8fb78870b1c";
volumes = [
"/mnt/webdav/data:/data"
"/mnt/webdav/config:/config"
(config.age.secrets."webdav".path + ":/password")
];
environment = {
"WEBDAV_USERNAME" = "ironmagma";
"WEBDAV_PASSWORD_FILE" = "/password";
"TZ" = "America/Anchorage";
"PUID" = "60"; # nginx user
"PGID" = "60"; # nginx group
};
ports = ["8082:80"];
};
"ubuntu" = {
autoStart = true;
image = "quineglobal/ubuntu-with-ssh@sha256:64210887d48fae65bc4552503bf2d21a750ba0417ada530fd31254a8cc916746";