sysinfo fix ffsync url

This commit is contained in:
creme 2021-07-27 12:41:41 +02:00
parent 2f3ea0a319
commit 8211d38f95
Signed by: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@ cat<<EOM > "$TMP_JSON"
"ffsync": {
"desc": "firefox sync server",
"version": "$(lxc-attach -n 0x0 -- bash -c "awk '/^Version:/ {print \$2}' /srv/ffsync/syncserver.egg-info/PKG-INFO")",
"url": "https://help.$DOMAIN/tutorials/ffsync/",
"url": "https://ffsync.$DOMAIN/",
"server": "core.$DOMAIN"
},
"hedgedoc": {