Add jellyfin

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-07-05 16:41:54 +01:00
parent e24997677d
commit bf49eac272
43 changed files with 1666 additions and 86 deletions

View File

@@ -68,6 +68,7 @@ in
"email"
"offline_access"
];
response_types = [ "code" ];
token_endpoint_auth_method = "client_secret_post";
}
];
@@ -82,7 +83,7 @@ in
];
virtualisation.quadlet = {
networks.outline.networkConfig.internal = true;
networks.outline = { };
volumes = {
outline-redis = { };