instanceinfo.sh: add friendica about page link

This commit is contained in:
tastytea 2023-01-23 00:53:49 +01:00
parent e40c3ce074
commit 63a6219188
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 2 additions and 0 deletions

View File

@ -97,6 +97,8 @@ function parse_nodeinfo()
echo "Further info, maybe: https://${instance}/site/terms"
elif [[ "${implementation}" == "peertube" ]]; then
echo "Further info, maybe: https://${instance}/about/instance"
elif [[ "${implementation}" == "friendica" ]]; then
echo "Further info, maybe: https://${instance}/friendica"
fi
}