24
2
Fork 0
xmpp.chapril.org-tools/nodeinfo2/template-x-nodeinfo2.json

36 lines
841 B
JSON

{
"version": "1.0",
"openRegistrations": true,
"organization": {
"name": "Chapril",
"contact": "https://www.chapril.org/contact.html"
},
"server": {
"name": "Chapril's XMPP server",
"baseUrl": "https://xmpp.chapril.org/",
"software": "ejabberd",
"version": "__EJABBERD_VERSION__"
},
"services": {
"outbound": [
"xmpp"
],
"inbound": [
"xmpp"
]
},
"protocols": [
"xmpp"
],
"usage": {
"users": {
"total": __TOTAL_USER_ACCOUNTS__,
"activeWeek": __ACTIVE_USER_WEEK__,
"activeMonth": __ACTIVE_USER_MONTH__,
"activeHalfyear": __ACTIVE_USER_HALFYEAR__
},
"localPosts": __POSTS_COUNT__,
"localComments": 0
}
}