sysinfo: add halcyon

This commit is contained in:
creme 2020-02-02 10:21:11 +01:00
parent 366859cf6f
commit aa3d151e66
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 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 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)
@ -145,6 +145,11 @@ cat<<EOM > "$TMP_JSON"
"version": "$(/usr/sbin/gophernicus -v | sed 's/Gophernicus\///' | awk '{print $1}')",
"url": "gopher://envs.net/"
},
"halcyon": {
"desc": "a webclient for mastodon and pleroma which looks like twitter",
"version": "$(cat /var/lib/lxc/pleroma/rootfs/var/www/halcyon/version.txt)",
"url": "https://halcyon.envs.net/"
},
"ipinfo": {
"desc": "ip address info",
"version": "",