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

Merge pull request #31 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2023-01-13 20:27:53 +01:00 committed by GitHub
commit c387482999
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 5 additions and 8 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Multi-protocols bridge for online communications
**Shipped version:** 1.25.2~ynh1
**Shipped version:** 1.25.2~ynh2
## Disclaimers / important information
## Configuration
@ -26,7 +26,6 @@ How to configure this app: a plain file with SSH `/opt/yunohost/matterbridge/mat
## Documentation and resources
* Official app website: <https://github.com/42wim/matterbridge>
* Official admin documentation: <https://github.com/42wim/matterbridge/wiki>
* Upstream app code repository: <https://github.com/42wim/matterbridge>
* YunoHost documentation for this app: <https://yunohost.org/app_matterbridge>

View file

@ -17,7 +17,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Connecteur entre une série de protocoles de discussion
**Version incluse :** 1.25.2~ynh1
**Version incluse :** 1.25.2~ynh2
## Avertissements / informations importantes
## Configuration
@ -26,7 +26,6 @@ Comment configurer cette application : un fichier brut en SSH `/opt/yunohost/mat
## Documentations et ressources
* Site officiel de l'app : <https://github.com/42wim/matterbridge>
* Documentation officielle de l'admin : <https://github.com/42wim/matterbridge/wiki>
* Dépôt de code officiel de l'app : <https://github.com/42wim/matterbridge>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_matterbridge>

View file

@ -6,11 +6,10 @@
"en": "Multi-protocols bridge for online communications",
"fr": "Connecteur entre une série de protocoles de discussion"
},
"version": "1.25.2~ynh1",
"version": "1.25.2~ynh2",
"url": "https://github.com/42wim/matterbridge",
"upstream": {
"license": "Apache-2.0",
"website": "https://github.com/42wim/matterbridge",
"admindoc": "https://github.com/42wim/matterbridge/wiki",
"code": "https://github.com/42wim/matterbridge"
},
@ -20,7 +19,7 @@
"email": "liberodark@gmail.com"
},
"requirements": {
"yunohost": ">= 4.3.0"
"yunohost": ">= 11.0.9"
},
"multi_instance": false,
"services": [],

View file

@ -64,7 +64,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=2
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH --keep="$final_path/matterbridge.toml"
ynh_setup_source --dest_dir="$final_path" --source_id=$YNH_ARCH --keep="matterbridge.toml"
fi
chmod 750 "$final_path"