add serve for notes
This commit is contained in:
parent
a657ea7da5
commit
c84a946b76
|
@ -93,6 +93,16 @@ in {
|
|||
"--vfs-cache-mode=full"
|
||||
];
|
||||
}
|
||||
{
|
||||
id = "notes";
|
||||
remote = "Notes:";
|
||||
type = "webdav";
|
||||
extraArgs = [
|
||||
"--addr=0.0.0.0:${toString ports.webdav_notes}"
|
||||
"--htpasswd=${secrets.webdav_notes_htpasswd.path}"
|
||||
"--baseurl=/Notes/"
|
||||
];
|
||||
}
|
||||
{
|
||||
id = "music-ro";
|
||||
remote = "StorageBox:Music";
|
||||
|
|
Loading…
Reference in a new issue