1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matterbridge_ynh.git synced 2024-09-03 19:36:24 +02:00

remove webpath

This commit is contained in:
ericgaspar 2021-01-26 19:22:50 +01:00
parent 44806b68c5
commit a0b98a1d51
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 3 additions and 14 deletions

View file

@ -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

View file

@ -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

View file

@ -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
#=================================================