add mobilizon as service

This commit is contained in:
creme 2021-08-12 18:12:49 +02:00
parent 0a8e9b4ea2
commit 77f68a8896
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 7 additions and 1 deletions

View File

@ -12,7 +12,7 @@ DOMAIN='envs.net'
# define packages by category for sysinfo.php Page
services=(0x0 bbj cinny cryptpad drone element-web getwtxt gitea gophernicus ffsync hedgedoc hydrogen-web ipinfo
jetforce mariadb-server matrix nginx openssh-server pleroma privatebin searx tt-rss thelounge znc)
jetforce mariadb-server matrix mobilizon nginx openssh-server pleroma privatebin searx tt-rss thelounge znc)
readarray -t sorted_services < <(printf '%s\n' "${services[@]}" | sort)
@ -237,6 +237,12 @@ cat<<EOM > "$TMP_JSON"
"url": "https://matrix.$DOMAIN/",
"server": "srv01.$DOMAIN"
},
"mobilizon": {
"desc": "manage your events - gather, organize and mobilize",
"version": "-",
"url": "https://mobilizon.$DOMAIN/",
"server": "srv01.$DOMAIN"
},
"pleroma": {
"desc": "federated social network - microblogging",
"version": "$(curl -fs https://pleroma."$DOMAIN"/api/v1/instance | jq -Mr .version | awk '{print $4}' | sed '$ s/)//')",