feat: webdav provided by sftpgo

This commit is contained in:
Ryan Yin
2024-02-19 14:22:27 +08:00
parent 2cbf8df0fa
commit 7a229f6e79
6 changed files with 146 additions and 13 deletions
+8
View File
@@ -31,6 +31,14 @@
encode zstd gzip
reverse_proxy http://localhost:3001
'';
virtualHosts."http://sftpgo.writefor.fun".extraConfig = ''
encode zstd gzip
reverse_proxy http://localhost:5010
'';
virtualHosts."http://webdav.writefor.fun".extraConfig = ''
encode zstd gzip
reverse_proxy http://localhost:5005
'';
};
networking.firewall.allowedTCPPorts = [80 443];
}