update
This commit is contained in:
parent
d413fdebdb
commit
0ccd367be7
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue