mirror of
https://github.com/YunoHost-Apps/mautrix_whatsapp_ynh.git
synced 2024-09-03 19:46:01 +02:00
Update manifest.toml
This commit is contained in:
parent
ba03ad30f7
commit
090eac3add
1 changed files with 11 additions and 8 deletions
|
@ -1,9 +1,12 @@
|
|||
packaging_format = 2
|
||||
|
||||
id = "mautrix_whatsapp"
|
||||
name = "Matrix-WhatsApp bridge"
|
||||
|
||||
description.en = "Matrix / Synapse puppeting bridge for WhatsApp"
|
||||
description.fr = "Passerelle Matrix / Synapse pour WhatsApp"
|
||||
version = "0.10.3~ynh1"
|
||||
|
||||
maintainers = ["thardev"]
|
||||
|
||||
[upstream]
|
||||
|
@ -13,7 +16,7 @@ code = "https://github.com/mautrix/whatsapp"
|
|||
admindoc = "https://docs.mau.fi/bridges/go/whatsapp/index.html"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.1"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = ["amd64", "arm64", "armhf"]
|
||||
multi_instance = true
|
||||
ldap = false
|
||||
|
@ -82,12 +85,6 @@ Il est également possible de spécifier plusieurs valeurs en les séparant par
|
|||
|
||||
[resources]
|
||||
|
||||
[resources.apt]
|
||||
packages = "g++, postgresql, ffmpeg"
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
||||
[resources.permissions]
|
||||
main.allowed = "all_users"
|
||||
main.auth_header = false
|
||||
|
@ -112,4 +109,10 @@ amd64.sha256 = "d5c78d9b75ef9846863cca3383dacb4efb76a5a58d8b6336cbb871e51a4d0073
|
|||
arm64.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.3/mautrix-whatsapp-arm64"
|
||||
arm64.sha256 = "20e5bef339b431341bc74cc57c7665b47e1e76cf8ff084742e9176dee4aa227a"
|
||||
armhf.url = "https://github.com/mautrix/whatsapp/releases/download/v0.10.3/mautrix-whatsapp-arm"
|
||||
armhf.sha256 = "ed0eae8fbd6efb4bf013f1593b6d1fa0f762e88aa4d0f8db5382f29d091eb5d0"
|
||||
armhf.sha256 = "ed0eae8fbd6efb4bf013f1593b6d1fa0f762e88aa4d0f8db5382f29d091eb5d0"
|
||||
|
||||
[resources.apt]
|
||||
packages = "g++, postgresql, ffmpeg"
|
||||
|
||||
[resources.database]
|
||||
type = "postgresql"
|
||||
|
|
Loading…
Add table
Reference in a new issue