update sysinfo.sh

This commit is contained in:
creme 2023-12-30 17:28:08 +01:00
parent b5ab16bc85
commit e7001c6248
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 2 additions and 2 deletions

View File

@ -217,7 +217,7 @@ cat<<EOM > "$TMP_JSON"
},
"hydrogen-web": {
"desc": "lightweight matrix client with legacy and mobile browser support",
"version": "$(curl -fs https://hydrogen."$DOMAIN"/ | awk '/HYDROGEN_VERSION/ {print $3}' | sed -e 's/"//' -e 's/";//g')",
"version": "-",
"url": "https://hydrogen.$DOMAIN/",
"server": "srv01.$DOMAIN"
},
@ -458,7 +458,7 @@ include 'header.php';
<tr><td><hr></td> <td><hr></td></tr>
<tr><td><strong>srv01.envs.net</strong></td> <td></td></tr>
<tr><td>location:</td> <td>Hetzner (Falkenstein)</td></tr>
<tr><td>os:</td> <td>Debian GNU/Linux 11 (bullseye)</td></tr>
<tr><td>os:</td> <td>Debian GNU/Linux 12 (bookworm)</td></tr>
<tr><td>disk space:</td> <td>2x3.84TB ssd-nvme | 2x12TB hdd (media storage)</td></tr>
<tr><td>services:</td> <td>$(print_srv_services 'srv01' "${sorted_services[@]}")</td></tr>
</table>