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:
parent
8d148345c0
commit
5e7dcce3cf
1 changed files with 4 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue