add option jellyfin_ffmpeg_bin
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
905d9899cc
commit
5f35c59996
@ -26,3 +26,5 @@ jellyfin_selinux_fcontext:
|
|||||||
setype: var_log_t
|
setype: var_log_t
|
||||||
jellyfin_selinux_restorecon:
|
jellyfin_selinux_restorecon:
|
||||||
- "-ir {{ jellyfin_log_dir }}"
|
- "-ir {{ jellyfin_log_dir }}"
|
||||||
|
|
||||||
|
jellyfin_ffmpeg_bin: /usr/bin/ffmpeg
|
||||||
|
@ -4,3 +4,4 @@ JELLYFIN_DATA_DIR={{ jellyfin_data_dir }}
|
|||||||
JELLYFIN_CONFIG_DIR={{ jellyfin_conf_dir }}
|
JELLYFIN_CONFIG_DIR={{ jellyfin_conf_dir }}
|
||||||
JELLYFIN_LOG_DIR={{ jellyfin_log_dir }}
|
JELLYFIN_LOG_DIR={{ jellyfin_log_dir }}
|
||||||
JELLYFIN_CACHE_DIR={{ jellyfin_cache_dir }}
|
JELLYFIN_CACHE_DIR={{ jellyfin_cache_dir }}
|
||||||
|
JELLYFIN_FFMPEG={{ jellyfin_ffmpeg_bin }}
|
||||||
|
@ -3,4 +3,4 @@ __jellyfin_packages:
|
|||||||
- aspnetcore-runtime-5.0
|
- aspnetcore-runtime-5.0
|
||||||
- ffmpeg
|
- ffmpeg
|
||||||
|
|
||||||
__jellyfin_sysconfig: /etc/sysconfig/minio
|
__jellyfin_sysconfig: /etc/sysconfig/jellyfin
|
||||||
|
Loading…
Reference in New Issue
Block a user