jellyseerr: init

This commit is contained in:
2026-02-19 19:07:18 -05:00
parent 2172f96255
commit d8d30b9be1
3 changed files with 49 additions and 0 deletions

View File

@@ -129,6 +129,7 @@
sonarr = 8989;
radarr = 7878;
bazarr = 6767;
jellyseerr = 5055;
};
https = {
@@ -212,6 +213,10 @@
bazarr = {
dataDir = services_dir + "/bazarr";
};
jellyseerr = {
configDir = services_dir + "/jellyseerr";
};
};
};