1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00
This commit is contained in:
Éric Gaspar 2023-06-21 19:26:59 +02:00
parent c4b08919d0
commit 46a5b47a99
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ code = "https://github.com/Chocobozzz/PeerTube"
yunohost = ">= 11.1.21"
architectures = "all"
multi_instance = false
ldap = false
ldap = true
sso = false
disk = "50M"
ram.build = "50M"

View file

@ -84,7 +84,7 @@ chown -R $app:www-data "$install_dir"
#=================================================
ynh_script_progression --message="Upgrading dependencies..."
ynh_exec_warn_less ynh_install_apps --apps="$app_dependencies"
#ynh_exec_warn_less ynh_install_apps --apps="$app_dependencies"
ynh_exec_warn_less ynh_install_nodejs --nodejs_version=$nodejs_version
#=================================================