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 Multi-protocols bridge for online communications
**Shipped version:** 1.25.2~ynh1 **Shipped version:** 1.25.2~ynh2
## Disclaimers / important information ## Disclaimers / important information
## Configuration ## Configuration
@ -26,7 +26,6 @@ How to configure this app: a plain file with SSH `/opt/yunohost/matterbridge/mat
## Documentation and resources ## Documentation and resources
* Official app website: <https://github.com/42wim/matterbridge>
* Official admin documentation: <https://github.com/42wim/matterbridge/wiki> * Official admin documentation: <https://github.com/42wim/matterbridge/wiki>
* Upstream app code repository: <https://github.com/42wim/matterbridge> * Upstream app code repository: <https://github.com/42wim/matterbridge>
* YunoHost documentation for this app: <https://yunohost.org/app_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 Connecteur entre une série de protocoles de discussion
**Version incluse :** 1.25.2~ynh1 **Version incluse :** 1.25.2~ynh2
## Avertissements / informations importantes ## Avertissements / informations importantes
## Configuration ## Configuration
@ -26,7 +26,6 @@ Comment configurer cette application : un fichier brut en SSH `/opt/yunohost/mat
## Documentations et ressources ## Documentations et ressources
* Site officiel de l'app : <https://github.com/42wim/matterbridge>
* Documentation officielle de l'admin : <https://github.com/42wim/matterbridge/wiki> * 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> * Dépôt de code officiel de l'app : <https://github.com/42wim/matterbridge>
* Documentation YunoHost pour cette app : <https://yunohost.org/app_matterbridge> * Documentation YunoHost pour cette app : <https://yunohost.org/app_matterbridge>

View file

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

View file

@ -64,7 +64,7 @@ then
ynh_script_progression --message="Upgrading source files..." --weight=2 ynh_script_progression --message="Upgrading source files..." --weight=2
# Download, check integrity, uncompress and patch the source from app.src # 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 fi
chmod 750 "$final_path" chmod 750 "$final_path"