1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/matterbridge_ynh.git synced 2024-09-03 19:36:24 +02:00
This commit is contained in:
ericgaspar 2021-01-26 22:58:01 +01:00
parent 23859fe3be
commit c00ecace97
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 9 additions and 18 deletions

View file

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

View file

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

View file

@ -5,7 +5,6 @@
;; Test complet
; Manifest
domain="domain.tld" (DOMAIN)
; Checks
pkg_linter=1
setup_sub_dir=0

View file

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