add port for notes webdav

This commit is contained in:
chaos 2024-04-26 19:36:58 +01:00
parent 2cb1599acc
commit 60e00f5a76

View file

@ -9,6 +9,7 @@ in {
webdav_public = webdav + 3;
webdav_uploads = webdav + 4;
webdav_gaming = webdav + 5;
webdav_notes = webdav + 6;
restic_music = restic + 0;
restic_vault = restic + 1;
@ -22,7 +23,7 @@ in {
restic_jellyfin = restic + 9;
restic_grocy = restic + 10;
restic_lappy_t495 = restic + 11;
http_music = http + 0;
http_public = http + 1;
http_uploads_public = http + 2;