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:
parent
44806b68c5
commit
a0b98a1d51
3 changed files with 3 additions and 14 deletions
|
@ -17,13 +17,9 @@ Matterbridge is a bridge between a series of chat protocols and offers a REST-AP
|
|||
|
||||

|
||||
|
||||
## 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
|
||||
|
||||
|
|
|
@ -17,13 +17,9 @@ Matterbridge est un pont entre une série de protocoles de discussion et propose
|
|||
|
||||

|
||||
|
||||
## 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
|
||||
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue