parent
83de52d5db
commit
0eb6953b0d
212 changed files with 1006 additions and 13525 deletions
20
instances/nemesis/services/jellyfin.nix
Normal file
20
instances/nemesis/services/jellyfin.nix
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
{
|
||||
xyno.services.caddy.wildcardHosts."hailsatan.eu".hosts.j.extraConfig =
|
||||
"reverse_proxy http://[::1]:8096";
|
||||
xyno.impermanence.directories = [ config.services.jellyfin.dataDir ];
|
||||
xyno.services.authentik.ldapApps.jellyfin = {
|
||||
name = "Lucy+";
|
||||
meta_description = "Jellyfin";
|
||||
meta_launch_url = "https://j.hailsatan.eu";
|
||||
};
|
||||
services.jellyfin = {
|
||||
enable = true;
|
||||
group = "users";
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue