1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git synced 2024-09-03 19:46:01 +02:00

Merge pull request #121 from YunoHost-Apps/testing

Testing to master [v0.10.3]
This commit is contained in:
Dante 2023-11-09 20:34:04 +01:00 committed by GitHub
commit 202dff5761
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 27 additions and 20 deletions

View file

@ -25,7 +25,7 @@ Therefore, [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_ynh)
** Attention: always backup and restore the Yunohost matrix_synapse et mautrix_whatsapp apps together!** ** Attention: always backup and restore the Yunohost matrix_synapse et mautrix_whatsapp apps together!**
**Shipped version:** 0.10.2~ynh1 **Shipped version:** 0.10.3~ynh1
## Documentation and resources ## Documentation and resources
* Official app website: <https://maunium.net/go/mautrix-whatsapp/> * Official app website: <https://maunium.net/go/mautrix-whatsapp/>

View file

@ -25,7 +25,7 @@ C'est pourquoi [Synapse for YunoHost](https://github.com/YunoHost-Apps/synapse_y
** Attention : sauvegardez et restaurez toujours les deux applications Yunohost matrix_synapse et mautrix_whatsapp en même temps!** ** Attention : sauvegardez et restaurez toujours les deux applications Yunohost matrix_synapse et mautrix_whatsapp en même temps!**
**Version incluse :** 0.10.2~ynh1 **Version incluse :** 0.10.3~ynh1
## Documentations et ressources ## Documentations et ressources
* Site officiel de lapp : <https://maunium.net/go/mautrix-whatsapp/> * Site officiel de lapp : <https://maunium.net/go/mautrix-whatsapp/>

View file

@ -66,10 +66,14 @@ appservice:
# Authentication tokens for AS <-> HS communication. Autogenerated; do not modify. # Authentication tokens for AS <-> HS communication. Autogenerated; do not modify.
as_token: "This value is generated when generating the registration" as_token: "This value is generated when generating the registration"
hs_token: "This value is generated when generating the registration" hs_token: "This value is generated when generating the registration"
# Segment API key to track some events, like provisioning API login and encryption errors. # Segment-compatible analytics endpoint for tracking some events, like provisioning API login and encryption errors.
segment_key: null analytics:
# Optional user_id to use when sending Segment events. If null, defaults to using mxID. # Hostname of the tracking server. The path is hardcoded to /v1/track
segment_user_id: null host: api.segment.io
# API key to send with tracking requests. Tracking is disabled if this is null.
token: null
# Optional user ID for tracking events. If null, defaults to using Matrix user ID.
user_id: null
# Prometheus config. # Prometheus config.
metrics: metrics:
# Enable prometheus metrics? # Enable prometheus metrics?

View file

@ -1,9 +1,12 @@
packaging_format = 2 packaging_format = 2
id = "mautrix_whatsapp" id = "mautrix_whatsapp"
name = "Matrix-WhatsApp bridge" name = "Matrix-WhatsApp bridge"
description.en = "Matrix / Synapse puppeting bridge for WhatsApp" description.en = "Matrix / Synapse puppeting bridge for WhatsApp"
description.fr = "Passerelle Matrix / Synapse pour WhatsApp" description.fr = "Passerelle Matrix / Synapse pour WhatsApp"
version = "0.10.2~ynh1" version = "0.10.3~ynh1"
maintainers = ["thardev"] maintainers = ["thardev"]
[upstream] [upstream]
@ -13,7 +16,7 @@ code = "https://github.com/mautrix/whatsapp"
admindoc = "https://docs.mau.fi/bridges/go/whatsapp/index.html" admindoc = "https://docs.mau.fi/bridges/go/whatsapp/index.html"
[integration] [integration]
yunohost = ">= 11.1" yunohost = ">= 11.2"
architectures = ["amd64", "arm64", "armhf"] architectures = ["amd64", "arm64", "armhf"]
multi_instance = true multi_instance = true
ldap = false ldap = false
@ -82,12 +85,6 @@ Il est également possible de spécifier plusieurs valeurs en les séparant par
[resources] [resources]
[resources.apt]
packages = "g++, postgresql, ffmpeg"
[resources.database]
type = "postgresql"
[resources.permissions] [resources.permissions]
main.allowed = "all_users" main.allowed = "all_users"
main.auth_header = false main.auth_header = false
@ -107,9 +104,15 @@ main.default = 8449
in_subdir = false in_subdir = false
extract = false extract = false
rename = "mautrix-whatsapp" rename = "mautrix-whatsapp"
amd64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-amd64" amd64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.3/mautrix-whatsapp-amd64"
amd64.sha256 = "ba04e93d11fe796d0f0fcf35e35447cce46ee06bee90051183c24dc0bd5044a0" amd64.sha256 = "d5c78d9b75ef9846863cca3383dacb4efb76a5a58d8b6336cbb871e51a4d0073"
arm64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-arm64" arm64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.3/mautrix-whatsapp-arm64"
arm64.sha256 = "449ddd86d6533d2de63b2df536312d4514b83490c510a193a9fea09f56645b1c" arm64.sha256 = "20e5bef339b431341bc74cc57c7665b47e1e76cf8ff084742e9176dee4aa227a"
armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.2/mautrix-whatsapp-arm" armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.3/mautrix-whatsapp-arm"
armhf.sha256 = "9601ca6074d98c19f6184cb4c2feb751eb2e8d6784f9f0e5cf313c8f5dfaa5c4" armhf.sha256 = "ed0eae8fbd6efb4bf013f1593b6d1fa0f762e88aa4d0f8db5382f29d091eb5d0"
[resources.apt]
packages = "g++, postgresql, ffmpeg"
[resources.database]
type = "postgresql"