mirror of
https://github.com/YunoHost-Apps/element-call_ynh.git
synced 2024-09-03 20:36:02 +02:00
67 lines
1.7 KiB
TOML
67 lines
1.7 KiB
TOML
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
||
|
|
||
|
packaging_format = 2
|
||
|
|
||
|
id = "element-call"
|
||
|
name = "Element-Call"
|
||
|
description.en = "Explain in *a few (10~15) words* the purpose of the app or what it actually does (it is meant to give a rough idea to users browsing a catalog of 100+ apps)"
|
||
|
description.fr = "Expliquez en *quelques* (10~15) mots l'utilité de l'app ou ce qu'elle fait (l'objectif est de donner une idée grossière pour des utilisateurs qui naviguent dans un catalogue de 100+ apps)"
|
||
|
|
||
|
version = "0.5.9~ynh1"
|
||
|
|
||
|
maintainers = ["eric_G"]
|
||
|
|
||
|
[upstream]
|
||
|
license = "Apache-2.0"
|
||
|
website = "https://call.element.io/"
|
||
|
demo = "https://call.element.io/"
|
||
|
admindoc = "https://yunohost.org/packaging_apps"
|
||
|
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"
|
||
|
|
||
|
|
||
|
[resources]
|
||
|
|
||
|
[resources.sources]
|
||
|
|
||
|
[resources.sources.main]
|
||
|
url = "https://github.com/vector-im/element-call/archive/refs/tags/v0.5.9.tar.gz"
|
||
|
sha256 = "a07834e1f4bd00a71d3dc5071eaed1051a7272a742ab16b64d9f8e9e2706f829"
|
||
|
|
||
|
autoupdate.strategy = "latest_github_tag"
|
||
|
|
||
|
[resources.system_user]
|
||
|
|
||
|
[resources.install_dir]
|
||
|
|
||
|
[resources.permissions]
|
||
|
main.url = "/"
|
||
|
|
||
|
[resources.ports]
|
||
|
|
||
|
[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"
|