1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libretranslate_ynh.git synced 2024-09-03 19:36:00 +02:00
This commit is contained in:
Éric Gaspar 2023-08-03 14:31:36 +02:00
parent b4dd1c9ebe
commit e7b2f96600
3 changed files with 1 additions and 3 deletions

View file

@ -17,7 +17,7 @@ admindoc = "https://libretranslate.com/docs/"
code = "https://github.com/LibreTranslate/LibreTranslate"
[integration]
yunohost = ">= 11.1.19"
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false

View file

@ -29,7 +29,6 @@ pushd $install_dir
ynh_exec_warn_less pip install libretranslate==$libretranslate_version toml
popd
#=================================================
# SYSTEM CONFIGURATION
#=================================================

View file

@ -25,7 +25,6 @@ chown -R $app:www-data /var/log/$app/
#=================================================
# RESTORE THE NGINX CONFIGURATION
#=================================================
ynh_script_progression --message="Restoring the NGINX web server configuration..." --weight=1
ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"