sysinfo: add jitsi-meet

This commit is contained in:
creme 2020-03-20 23:17:26 +01:00
parent 05a293b71b
commit 51cc5196d1
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 7 additions and 2 deletions

View File

@ -11,8 +11,8 @@ DOMAIN='envs.net'
###
# define packages by category for sysinfo.php Page
services=(0x0 bbj cryptpad getwtxt gitea gophernicus halcyon jetforce mariadb-server matrix nginx openssh-server
pleroma privatebin riot-web searx termbin tt-rss thelounge znc)
services=(0x0 bbj cryptpad getwtxt gitea gophernicus halcyon jetforce jitsi-meet mariadb-server matrix nginx
openssh-server pleroma privatebin riot-web searx termbin tt-rss thelounge znc)
readarray -t sorted_services < <(printf '%s\n' "${services[@]}" | sort)
@ -171,6 +171,11 @@ cat<<EOM > "$TMP_JSON"
"version": "$(/usr/local/bin/jetforce -V | awk '{printf $2}')",
"url": "gemini://envs.net/"
},
"jitsi-meet": {
"desc": "secure, simple and scalable video conferences that you use as a standalone app or embed in your web application.",
"version": "$(lxc-attach -n jitsi -- bash -c "dpkg-query -f '\${Version}\n' -W jitsi-meet")",
"url": "https://jitsi.envs.net/"
},
"matrix": {
"desc": "an open network for secure, decentralized communication",
"version": "$(curl -fs https://matrix."$DOMAIN"/_matrix/federation/v1/version | jq -Mr .server.version)",