1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/element-call_ynh.git synced 2024-09-03 20:36:02 +02:00
element-call_ynh/manifest.toml

69 lines
1.6 KiB
TOML
Raw Permalink Normal View History

2023-10-17 16:59:30 +02:00
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
packaging_format = 2
id = "element-call"
name = "Element-Call"
2023-10-17 17:05:45 +02:00
description.en = "Group calls powered by Matrix"
description.fr = "Appels de groupe alimentés par Matrix"
2023-10-17 16:59:30 +02:00
version = "0.6.1~ynh1"
2023-10-17 16:59:30 +02:00
2024-02-14 17:49:11 +01:00
maintainers = []
2023-10-17 16:59:30 +02:00
[upstream]
license = "Apache-2.0"
website = "https://call.element.io/"
demo = "https://call.element.io/"
code = "https://github.com/vector-im/element-call"
[integration]
yunohost = ">= 11.2"
architectures = "all"
multi_instance = true
ldap = false
sso = false
disk = "50M"
ram.build = "50M"
ram.runtime = "50M"
[install]
[install.domain]
type = "domain"
[install.init_main_permission]
type = "group"
default = "visitors"
2023-10-17 17:25:09 +02:00
[install.default_home_server]
ask.en = "Choose a default Matrix server"
ask.fr = "Choisissez un serveur Matrix par défault"
type = "string"
example = "my-own-homeserver.tld"
default = "matrix.org"
2023-10-17 16:59:30 +02:00
[resources]
[resources.sources]
[resources.sources.main]
url = "https://github.com/vector-im/element-call/archive/refs/tags/v0.6.1.tar.gz"
sha256 = "98830a3c8705148216b0d703908e8dc4dedb2af9f85a92dcef67d0cfce285f4c"
2023-10-17 16:59:30 +02:00
autoupdate.strategy = "latest_github_tag"
[resources.system_user]
[resources.install_dir]
[resources.permissions]
main.url = "/"
[resources.apt]
packages = ""
extras.yarn.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
extras.yarn.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
extras.yarn.packages = "yarn"