mirror of
https://github.com/YunoHost-Apps/invidious_ynh.git
synced 2024-09-03 19:15:55 +02:00
Small fies
This commit is contained in:
parent
fe8b9167be
commit
17be233cb6
3 changed files with 4 additions and 4 deletions
|
@ -9,7 +9,7 @@
|
|||
Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install) pour apprendre comment l'installer.*
|
||||
|
||||
## Vue d'ensemble
|
||||
Invidious est une interface permettant d'accéder aux vidéos Youtube sans passer par youtube.com.
|
||||
Invidious est une interface permettant d'accéder aux vidéos YouTube sans passer par youtube.com.
|
||||
|
||||
**Version incluse :** 0.20.1
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ ynh_script_progression --message="Storing installation settings..." --weight=2
|
|||
ynh_app_setting_set --app=$app --key=domain --value=$domain
|
||||
ynh_app_setting_set --app=$app --key=path --value=$path_url
|
||||
ynh_app_setting_set --app=$app --key=is_public --value=$is_public
|
||||
ynh_app_setting_set --app=$app --key=language --value=$language
|
||||
ynh_app_setting_set --app=$app --key=language --value=$language
|
||||
|
||||
#=================================================
|
||||
# STANDARD MODIFICATIONS
|
||||
|
@ -102,7 +102,7 @@ ynh_script_progression --message="Setting up source files..." --weight=4
|
|||
|
||||
ynh_app_setting_set --app=$app --key=final_path --value=$final_path
|
||||
|
||||
# Download, check integrity, uncompress and patch the source from app.src
|
||||
# Download, check integrity, uncompress and patch the source from GitHub
|
||||
git clone https://github.com/iv-org/invidious "$final_path" --quiet
|
||||
|
||||
for i in $final_path/config/sql/*.sql ; do
|
||||
|
|
|
@ -157,7 +157,7 @@ yunohost service add $app --description "Invidious is an alternative front-end t
|
|||
#=================================================
|
||||
ynh_script_progression --message="Starting a systemd service..." --weight=1
|
||||
|
||||
ynh_systemd_action --service_name=$app --action="restart" --log_path="systemd" --line_match="Version:"
|
||||
ynh_systemd_action --service_name=$app --action="restart" --log_path="systemd"
|
||||
|
||||
#=================================================
|
||||
# RELOAD NGINX
|
||||
|
|
Loading…
Reference in a new issue