This commit is contained in:
chaos 2024-11-08 21:01:43 +00:00
parent d413fdebdb
commit 0ccd367be7

View file

@ -76,13 +76,13 @@
manual = true; manual = true;
}; };
webdav_main_htpasswd = { #webdav_main_htpasswd = {
user = "storage"; # user = "storage";
group = "storage"; # group = "storage";
fetchScript = '' # fetchScript = ''
simple_get_htpasswd "/api-keys/storage/webdav/Main" "$secretFile" # simple_get_htpasswd "/api-keys/storage/webdav/Main" "$secretFile"
''; # '';
}; #};
webdav_uploads_htpasswd = { webdav_uploads_htpasswd = {
user = "storage"; user = "storage";
group = "storage"; group = "storage";