storage-refactor #9

Open
jan-leila wants to merge 53 commits from storage-refactor into main
Showing only changes of commit 6ce567a53b - Show all commits

View file

@ -90,6 +90,12 @@
user = "jellyfin";
group = "jellyfin";
}
{
directory = config.services.jellyfin.media_directory;
user = "jellyfin";
group = "jellyfin_media";
mode = "1770";
}
])
# Immich
@ -153,6 +159,12 @@
user = "qbittorrent";
group = "qbittorrent";
}
{
directory = config.services.qbittorrent.mediaDir;
user = "qbittorrent";
group = "qbittorrent";
mode = "1775";
}
])
# Sonarr