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;
};
webdav_main_htpasswd = {
user = "storage";
group = "storage";
fetchScript = ''
simple_get_htpasswd "/api-keys/storage/webdav/Main" "$secretFile"
'';
};
#webdav_main_htpasswd = {
# user = "storage";
# group = "storage";
# fetchScript = ''
# simple_get_htpasswd "/api-keys/storage/webdav/Main" "$secretFile"
# '';
#};
webdav_uploads_htpasswd = {
user = "storage";
group = "storage";