remove webdav
This commit is contained in:
parent
12a820aa4a
commit
fcf90b026f
1 changed files with 0 additions and 19 deletions
|
|
@ -158,25 +158,6 @@ in {
|
||||||
ports = ["8087:80"];
|
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" = {
|
"ubuntu" = {
|
||||||
autoStart = true;
|
autoStart = true;
|
||||||
image = "quineglobal/ubuntu-with-ssh@sha256:64210887d48fae65bc4552503bf2d21a750ba0417ada530fd31254a8cc916746";
|
image = "quineglobal/ubuntu-with-ssh@sha256:64210887d48fae65bc4552503bf2d21a750ba0417ada530fd31254a8cc916746";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue