diff --git a/README.md b/README.md index 6382115..17f38e4 100644 --- a/README.md +++ b/README.md @@ -17,13 +17,9 @@ Matterbridge is a bridge between a series of chat protocols and offers a REST-AP ![](Link to a screenshot of this app.) -## Demo - -* [Official demo](Link to a demo site for this app.) - ## Configurationw -How to configure this app: From an admin panel, a plain file with SSH, or any other way. +How to configure this app: a plain file with SSH `/var/www/matterbridge/materbridge.toml`. ## Documentation diff --git a/README_fr.md b/README_fr.md index 8989d79..8652dce 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,13 +17,9 @@ Matterbridge est un pont entre une série de protocoles de discussion et propose ![](Link to a screenshot of this app.) -## Démo - -* [Démo officielle](Lien vers un site de démonstration de cette application.) - ## Configuration -Comment configurer cette application : via le panneau d'administration, un fichier brut en SSH ou tout autre moyen. +Comment configurer cette application : un fichier brut en SSH `/var/www/matterbridge/materbridge.toml`. ## Documentation diff --git a/scripts/install b/scripts/install index 5cdc696..a2aa995 100644 --- a/scripts/install +++ b/scripts/install @@ -32,12 +32,9 @@ app=$YNH_APP_INSTANCE_NAME #================================================= ynh_script_progression --message="Validating installation parameters..." --weight=1 -final_path=/var/www/$app +final_path=/opt/yunohost/$app test ! -e "$final_path" || ynh_die --message="This path already contains a folder" -# Register (book) web path -ynh_webpath_register --app=$app --domain=$domain --path_url=$path_url - #================================================= # DOWNLOAD, CHECK AND UNPACK SOURCE #=================================================