sysinfo: remove obsolate jitsi and add new matrix-client hydrogen-web

This commit is contained in:
creme 2021-07-26 13:16:07 +02:00
parent 4663148d35
commit f9881b8e6f
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 7 additions and 7 deletions

View File

@ -11,7 +11,7 @@ DOMAIN='envs.net'
###
# define packages by category for sysinfo.php Page
services=(0x0 bbj cryptpad drone element-web getwtxt gitea gophernicus hedgedoc ipinfo jetforce jitsi
services=(0x0 bbj cryptpad drone element-web getwtxt gitea gophernicus hedgedoc hydrogen ipinfo jetforce
mariadb-server matrix nginx openssh-server pleroma privatebin searx tt-rss thelounge znc)
readarray -t sorted_services < <(printf '%s\n' "${services[@]}" | sort)
@ -199,6 +199,12 @@ cat<<EOM > "$TMP_JSON"
"url": "https://hedgedoc.$DOMAIN/",
"server": "core.$DOMAIN"
},
"hydrogen-web": {
"desc": "lightweight matrix client with legacy and mobile browser support",
"version": "-",
"url": "https://hydrogen.$DOMAIN/",
"server": "srv01.$DOMAIN"
},
"ipinfo": {
"desc": "ip address info",
"version": "-",
@ -211,12 +217,6 @@ cat<<EOM > "$TMP_JSON"
"url": "https://gemini.$DOMAIN/",
"server": "core.$DOMAIN"
},
"jitsi": {
"desc": "secure, simple and scalable video conferences that you use as a standalone app or embed in your web application.",
"version": "-",
"url": "https://jitsi.$DOMAIN/",
"server": "srv01.$DOMAIN"
},
"matrix": {
"desc": "open network for secure, decentralized communication",
"version": "$(curl -fs https://matrix."$DOMAIN"/_matrix/federation/v1/version | jq -Mr .server.version)",