remove termbin

This commit is contained in:
creme 2020-08-24 19:33:24 +02:00
parent 354261058a
commit 56e8fe5642
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 6 deletions

View File

@ -12,7 +12,7 @@ DOMAIN='envs.net'
# define packages by category for sysinfo.php Page
services=(0x0 bbj cryptpad drone element-web getwtxt gitea gophernicus halcyon ipinfo jetforce mariadb-server matrix nginx
openssh-server pleroma privatebin searx termbin tt-rss thelounge znc)
openssh-server pleroma privatebin searx tt-rss thelounge znc)
readarray -t sorted_services < <(printf '%s\n' "${services[@]}" | sort)
@ -201,11 +201,6 @@ cat<<EOM > "$TMP_JSON"
"version": "$(curl -fs https://searx."$DOMAIN"/config | jq -Mr .version)",
"url": "https://searx.envs.net/"
},
"termbin": {
"desc": "netcat-based command line pastebin",
"version": "-",
"url": "https://tb.envs.net/"
},
"thelounge": {
"desc": "self-hosted web irc client",
"version": "$(sudo -u thelounge /srv/thelounge/.yarn/bin/thelounge -v | awk -Fv '{print $2}')",