1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jellyfin_ynh.git synced 2024-09-03 19:26:29 +02:00

add back user and install_dir to manifest

This commit is contained in:
Salamandar 2023-10-15 20:19:43 +02:00 committed by Salamandar
parent 8d148345c0
commit 5e7dcce3cf

View file

@ -130,12 +130,11 @@ ram.runtime = "100M"
in_subdir = false
# Handled by the deb package
# [resources.system_user]
# home = "/var/lib/jellyfin"
[resources.system_user]
home = "/var/lib/jellyfin"
# [resources.install_dir]
# dir = "/var/lib/jellyfin"
[resources.install_dir]
dir = "/var/lib/jellyfin"
[resources.permissions]
# auth_header=false is because Jellyfin expects custom data in the Authorization HTTP header (notably, for Jellyfin Vue)