chore: minor jellyfin updates (#300)

- add jellyfin to video group, for access to gpu
- install intel related gpu drivers
- export lxc jellyfin to haproxy

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/300
This commit was merged in pull request #300.
This commit is contained in:
2025-05-27 19:55:55 +10:00
parent b3347f9226
commit 3d5d40f381
4 changed files with 37 additions and 20 deletions
@@ -4,5 +4,5 @@
[Service]
#User = jellyfin
EnvironmentFile = <%= @environment_file %>
EnvironmentFile = <%= @sysconfig_file %>
WorkingDirectory = <%= @lib_dir %>
@@ -21,10 +21,10 @@ JELLYFIN_LOG_DIR="<%= @log_dir %>"
JELLYFIN_CACHE_DIR="<%= @cache_dir %>"
# web client path, installed by the jellyfin-web package
JELLYFIN_WEB_OPT="--webdir=/usr/share/jellyfin-web"
JELLYFIN_WEB_OPT="--webdir=<%= @jellyfin_web %>"
# [OPTIONAL] ffmpeg binary paths, overriding the UI-configured values
JELLYFIN_FFMPEG_OPT="--ffmpeg=<% @ffmpeg_path %>"
JELLYFIN_FFMPEG_OPT="--ffmpeg=<%= @ffmpeg_path %>"
# [OPTIONAL] run Jellyfin as a headless service
#JELLYFIN_SERVICE_OPT="--service"