Skip to content

Commit 93c66be

Browse files
committed
feat(test): add test file for incorrect nodeinfo
1 parent b725374 commit 93c66be

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
2+
{
3+
"version": "2.0",
4+
"software": {
5+
"name": "foofedi",
6+
"version": "2025.8.27",
7+
"homepage": "https://foofedi.example.com/"
8+
},
9+
"protocols": [
10+
"activitypub"
11+
],
12+
"services": {
13+
"inbound": [],
14+
"outbound": [
15+
"atom1.0",
16+
"rss2.0"
17+
]
18+
},
19+
"openRegistrations": false,
20+
"usage": {
21+
"users": {
22+
"total": 4,
23+
"activeHalfyear": 2,
24+
"activeMonth": 2
25+
},
26+
"localPosts": 696,
27+
"localComments": 0
28+
},
29+
"metadata": {
30+
"nodeName": "FooFedi TEST",
31+
"nodeDescription": "TEST SERVER"
32+
}
33+
}

0 commit comments

Comments
 (0)