mirror of
https://github.com/YunoHost-Apps/jitsi_ynh.git
synced 2024-09-03 19:35:57 +02:00
86 lines
4.5 KiB
TOML
86 lines
4.5 KiB
TOML
packaging_format = 2
|
|
|
|
id = "jitsi"
|
|
name = "Jitsi Meet"
|
|
description.en = "Video conferencing web application"
|
|
description.fr = "Application web de conférence vidéo"
|
|
|
|
version = "2.0.9164~ynh1"
|
|
|
|
maintainers = ["yalh76"]
|
|
|
|
[upstream]
|
|
license = "Apache-2.0"
|
|
website = "https://jitsi.org/"
|
|
demo = "https://meet.jit.si/"
|
|
userdoc = "https://jitsi.org/user-faq/"
|
|
code = "https://github.com/jitsi/jitsi-meet"
|
|
cpe = "???" # FIXME: optional but recommended if relevant, this is meant to contain the Common Platform Enumeration, which is sort of a standard id for applications defined by the NIST. In particular, Yunohost may use this is in the future to easily track CVE (=security reports) related to apps. The CPE may be obtained by searching here: https://nvd.nist.gov/products/cpe/search. For example, for Nextcloud, the CPE is 'cpe:2.3:a:nextcloud:nextcloud' (no need to include the version number)
|
|
fund = "???" # FIXME: optional but recommended (or remove if irrelevant / not applicable). This is meant to be an URL where people can financially support this app, especially when its development is based on volunteers and/or financed by its community. YunoHost may later advertise it in the webadmin.
|
|
|
|
[integration]
|
|
yunohost = ">= 11.0.8"
|
|
architectures = "all" # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"]
|
|
multi_instance = false
|
|
ldap = "?" # FIXME: replace with true, false, or "not_relevant". Not to confuse with the "sso" key : the "ldap" key corresponds to wether or not a user *can* login on the app using its YunoHost credentials.
|
|
sso = "?" # FIXME: replace with true, false, or "not_relevant". Not to confuse with the "ldap" key : the "sso" key corresponds to wether or not a user is *automatically logged-in* on the app when logged-in on the YunoHost portal.
|
|
disk = "50M" # FIXME: replace with an **estimate** minimum disk requirement. e.g. 20M, 400M, 1G, ...
|
|
ram.build = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
|
ram.runtime = "50M" # FIXME: replace with an **estimate** minimum ram requirement. e.g. 50M, 400M, 1G, ...
|
|
|
|
[install.domain]
|
|
# this is a generic question - ask strings are automatically handled by Yunohost's core
|
|
type = "domain"
|
|
full_domain = true
|
|
|
|
[resources]
|
|
[resources.sources]
|
|
[resources.sources.jitsi-meet-web]
|
|
url = "https://download.jitsi.org/stable/jitsi-meet-web_1.0.7712-1_all.deb"
|
|
sha256 = "43917b5d3fd003823933d84beaf822a8a9edaa8f06f897e13b6b575bba3f3c18"
|
|
format = "deb"
|
|
rename = "jitsi-meet-web.deb"
|
|
|
|
[resources.sources.jitsi-sctp]
|
|
url = "https://github.com/jitsi/jitsi-sctp/archive/45bf9f296167f79a52cdc1b0e93bbfa4dc8c4976.tar.gz"
|
|
sha256 = "1eead17b10d059bafe8e1b06a8351936b608e7514b131588deac61d24b859397"
|
|
|
|
[resources.sources.jitsi-jicofo]
|
|
url = "https://download.jitsi.org/stable/jicofo_1.0-1059-1_all.deb"
|
|
sha256 = "365051508e23ff99e3152fd3b414ec695ff920b16da9677a485f85aa91a9d549"
|
|
format = "deb"
|
|
rename = "jitsi-jicofo.deb"
|
|
|
|
[resources.sources.jitsi-videobridge]
|
|
url = "https://download.jitsi.org/stable/jitsi-videobridge2_2.3-64-g719465d1-1_all.deb"
|
|
sha256 = "cd960148768c846cc97ce37211490f5026a5c4bc81fc48ea2ea22024f83667ca"
|
|
format = "deb"
|
|
rename = "jitsi-videobridge.deb"
|
|
|
|
[resources.sources.usrsctp]
|
|
url = "https://github.com/sctplab/usrsctp/archive/8e12cd9e01fc94d2e84ea1afa351c845966e116e.tar.gz"
|
|
sha256 = "0574a31fecca543cf8e46c1bff441a3048ccf7d403da0543639db334e9a09b2f"
|
|
|
|
[resources.sources.jitsi-meet-prosody]
|
|
url = "https://download.jitsi.org/stable/jitsi-meet-prosody_1.0.7712-1_all.deb"
|
|
sha256 = "30e360d42c4badf07e7269979b8af71eac05d689febc367420e0ca4abecfb16a"
|
|
format = "deb"
|
|
rename = "jitsi-meet-prosody.deb"
|
|
|
|
[resources.sources.mod_auth_ldap]
|
|
url = "https://hg.prosody.im/prosody-modules/raw-file/tip/mod_auth_ldap/mod_auth_ldap.lua"
|
|
sha256 = "49c67ec86ec75ac8de93803be2ac7f907d1e9d3d22cd4c88fd48aaeed7a411e3"
|
|
format = "lua"
|
|
rename = "mod_auth_ldap.lua"
|
|
|
|
|
|
[resources.system_user]
|
|
|
|
[resources.install_dir]
|
|
|
|
[resources.permissions]
|
|
main.url = "/"
|
|
[[resources.apt.extras]]
|
|
repo = "deb http://security.debian.org/debian-security stretch/updates main"
|
|
key = "https://ftp-master.debian.org/keys/archive-key-9-security.asc"
|
|
packages = "#FIXME#$pkg_extra_depedencies_arm"
|