Edit webdav serve path

This commit is contained in:
Yan Lin 2025-09-11 20:12:12 +02:00
parent e6ccd21a71
commit 0bb4914b21

View file

@ -230,7 +230,7 @@
services.webdav-server = {
enable = true;
port = 5009;
servePath = "/mnt/storage/Media/NSFW";
servePath = "/mnt/storage/Media";
auth = {
username = "yanlin";
passwordFile = "/etc/webdav-password";