feat(copyparty): Allow jellyfin-admins to move and delete files

This commit is contained in:
Madeleine Sydney
2025-02-25 17:06:23 -07:00
parent 0e26b335b7
commit a987627e7e

View File

@@ -40,6 +40,7 @@ in {
path = "/persist/vault/jellyfin";
# View and upload, but no deleting.
access.rw = "*";
access.rwmd = "@jellyfin-admin";
};
};
};