alpine: add jellyfin-ffmpeg (still manual config)
This commit is contained in:
parent
2219fb8619
commit
7b6e53ea99
1 changed files with 2 additions and 1 deletions
|
|
@ -1,10 +1,11 @@
|
||||||
{
|
{pkgs, ...}: {
|
||||||
users.groups.media = {};
|
users.groups.media = {};
|
||||||
services.jellyfin = {
|
services.jellyfin = {
|
||||||
enable = true;
|
enable = true;
|
||||||
group = "media"; # access to user stuff
|
group = "media"; # access to user stuff
|
||||||
openFirewall = true;
|
openFirewall = true;
|
||||||
};
|
};
|
||||||
|
environment.variables.JELLYFIN_FFMPEG = "${pkgs.jellyfin-ffmpeg}/bin/ffmpeg";
|
||||||
services.nginx.virtualHosts."movies.tristans.cloud" = {
|
services.nginx.virtualHosts."movies.tristans.cloud" = {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue