add pleroma to sysinfo

This commit is contained in:
creme 2020-01-21 13:00:24 +01:00
parent 9ef96c5c09
commit fa5d4ba790
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 6 additions and 1 deletions

View File

@ -11,7 +11,7 @@ DOMAIN='envs.net'
###
# define packages by category for sysinfo.php Page
services=(0x0 bbj cryptpad getwtxt gitea gophernicus jetforce mariadb-server matrix nginx openssh-server
services=(0x0 bbj cryptpad getwtxt gitea gophernicus jetforce 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)
@ -160,6 +160,11 @@ cat<<EOM > "$TMP_JSON"
"version": "$(curl -s https://matrix."$DOMAIN"/_synapse/admin/v1/server_version | jq -Mr .server_version)",
"url": "https://matrix.envs.net/"
},
"pleroma": {
"desc": "microblogging - federated social network",
"version": "$(curl -s https://pleroma."$DOMAIN"/api/v1/instance | jq -Mr .version | awk '{print $4}' | sed '$ s/)//')",
"url": "https://pleroma.envs.net/"
},
"privatebin": {
"desc": "a graphical pastebin",
"version": "$(lxc-attach -n pb -- bash -c "awk '/Current version:/ {print \$3}' /var/www/PrivateBin/README.md | sed '$ s/*$//'")",