Enable jellyfin on dalinar
This commit is contained in:
parent
c2328f08d0
commit
489888ac83
@ -237,6 +237,10 @@
|
|||||||
adminCredentialsFile = config.sops.templates."miniflux-admin-credentials".path;
|
adminCredentialsFile = config.sops.templates."miniflux-admin-credentials".path;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.jellyfin = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
services.caddy = {
|
services.caddy = {
|
||||||
enable = true;
|
enable = true;
|
||||||
environmentFile = config.sops.templates."caddy-global-conf".path;
|
environmentFile = config.sops.templates."caddy-global-conf".path;
|
||||||
@ -267,6 +271,11 @@
|
|||||||
reverse_proxy ${config.containers.searx.localAddress}:${builtins.toString config.containers.searx.config.services.searx.settings.server.port}
|
reverse_proxy ${config.containers.searx.localAddress}:${builtins.toString config.containers.searx.config.services.searx.settings.server.port}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
"https://jellyfin.dalinar.home.johannes-rothe.de" = {
|
||||||
|
extraConfig = ''
|
||||||
|
reverse_proxy localhost:8096
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user