add version info for mobilizon

This commit is contained in:
creme 2021-08-12 19:46:25 +02:00
parent 35d172de7b
commit 09651e250d
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ cat<<EOM > "$TMP_JSON"
},
"mobilizon": {
"desc": "manage your events - gather, organize and mobilize",
"version": "-",
"version": "$(curl -fs https://mobilizon."$DOMAIN"/.well-known/nodeinfo/2.1 | jq -Mr .software.version)",
"url": "https://events.$DOMAIN/",
"server": "srv01.$DOMAIN"
},