add port for notes webdav
This commit is contained in:
parent
2cb1599acc
commit
60e00f5a76
|
@ -9,6 +9,7 @@ in {
|
||||||
webdav_public = webdav + 3;
|
webdav_public = webdav + 3;
|
||||||
webdav_uploads = webdav + 4;
|
webdav_uploads = webdav + 4;
|
||||||
webdav_gaming = webdav + 5;
|
webdav_gaming = webdav + 5;
|
||||||
|
webdav_notes = webdav + 6;
|
||||||
|
|
||||||
restic_music = restic + 0;
|
restic_music = restic + 0;
|
||||||
restic_vault = restic + 1;
|
restic_vault = restic + 1;
|
||||||
|
@ -22,7 +23,7 @@ in {
|
||||||
restic_jellyfin = restic + 9;
|
restic_jellyfin = restic + 9;
|
||||||
restic_grocy = restic + 10;
|
restic_grocy = restic + 10;
|
||||||
restic_lappy_t495 = restic + 11;
|
restic_lappy_t495 = restic + 11;
|
||||||
|
|
||||||
http_music = http + 0;
|
http_music = http + 0;
|
||||||
http_public = http + 1;
|
http_public = http + 1;
|
||||||
http_uploads_public = http + 2;
|
http_uploads_public = http + 2;
|
||||||
|
|
Loading…
Reference in a new issue