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

Update install

This commit is contained in:
liberodark 2020-05-30 22:19:16 +02:00 committed by GitHub
parent b79ca25278
commit 9a29f769ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -122,7 +122,7 @@ case $(uname -m) in
esac
# Download, check integrity, uncompress and patch the source from jellyfin-plugin-ldapauth.src
ynh_setup_source "$final_path" "jellyfin-plugin-ldapauth"
#ynh_setup_source "$final_path" "jellyfin-plugin-ldapauth"
#==============================================
# INSTALL JELLYFIN
@ -136,12 +136,12 @@ rm "$final_path"/*.deb
# INSTALL LDAP PLUGIN
#==============================================
plugins_path=/var/lib/jellyfin/plugins
ldap_plugin_path="$plugins_path/LDAP Authentication"
#plugins_path=/var/lib/jellyfin/plugins
#ldap_plugin_path="$plugins_path/LDAP Authentication"
mkdir -p "$ldap_plugin_path"
unzip "$final_path"/jellyfin-plugin-ldapauth.zip -d "$ldap_plugin_path"
rm "$final_path"/*.zip
#mkdir -p "$ldap_plugin_path"
#unzip "$final_path"/jellyfin-plugin-ldapauth.zip -d "$ldap_plugin_path"
#rm "$final_path"/*.zip
#=================================================
# NGINX CONFIGURATION