diff --git a/README.md b/README.md index e3b182e..4fb3aff 100644 --- a/README.md +++ b/README.md @@ -13,13 +13,9 @@ Matterbridge is a bridge between a series of chat protocols and offers a REST-AP **Shipped version:** 1.21.0 -## Screenshots - -![](Link to a screenshot of this app.) - ## Configuration -How to configure this app: a plain file with SSH `/var/www/matterbridge/matterbridge.toml`. You can follow this [doc](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) on how to create your config. +How to configure this app: a plain file with SSH `/opt/yunohost/matterbridge/matterbridge.toml`. You can follow this [doc](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) on how to create your config. ## Documentation diff --git a/README_fr.md b/README_fr.md index b7ccf51..bdacef3 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,13 +13,9 @@ Matterbridge est un pont entre une série de protocoles de discussion et propose **Version incluse :** 1.21.0 -## Captures d'écran - -![](Link to a screenshot of this app.) - ## Configuration -Comment configurer cette application : un fichier brut en SSH `/var/www/matterbridge/matterbridge.toml`. Vous pouvez suivre cette [documentation](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) sur la façon de créer votre config. +Comment configurer cette application : un fichier brut en SSH `/opt/yunohost/matterbridge/matterbridge.toml`. Vous pouvez suivre cette [documentation](https://github.com/42wim/matterbridge/wiki/How-to-create-your-config) sur la façon de créer votre config. ## Documentation diff --git a/check_process b/check_process index caffa1b..a00dc67 100644 --- a/check_process +++ b/check_process @@ -5,7 +5,6 @@ ;; Test complet ; Manifest - domain="domain.tld" (DOMAIN) ; Checks pkg_linter=1 setup_sub_dir=0 diff --git a/scripts/install b/scripts/install index 41eb4b3..0fcd99f 100644 --- a/scripts/install +++ b/scripts/install @@ -63,13 +63,6 @@ ynh_script_progression --message="Configuring a systemd service..." --weight=1 # Create a dedicated systemd config ynh_add_systemd_config -#================================================= -# INTEGRATE SERVICE IN YUNOHOST -#================================================= -ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 - -yunohost service add $app --description="Multi-protocols bridge for online communications" --log="/var/log/$app/$app.log" - #================================================= # GENERIC FINALIZATION #================================================= @@ -80,6 +73,13 @@ yunohost service add $app --description="Multi-protocols bridge for online commu chmod +x $final_path/$app chown -R $app: $final_path +#================================================= +# INTEGRATE SERVICE IN YUNOHOST +#================================================= +ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 + +yunohost service add $app --description="Multi-protocols bridge for online communications" --log="/var/log/$app/$app.log" + #================================================= # START SYSTEMD SERVICE #=================================================