Fix a few things in the json file
This commit is contained in:
parent
20cbe9290b
commit
028f4b8a05
1 changed files with 35 additions and 8 deletions
|
@ -2,18 +2,27 @@
|
|||
"software": {
|
||||
"pixelfed": {
|
||||
"name": "Pixelfed",
|
||||
"nodeinfoName": "pixelfed"
|
||||
"nodeinfoName": "pixelfed",
|
||||
"aliases": [
|
||||
"pixelfed"
|
||||
],
|
||||
"groups": []
|
||||
},
|
||||
"gotosocial": {
|
||||
"name": "GoToSocial",
|
||||
"nodeinfoName": "gotosocial",
|
||||
"aliases": [
|
||||
"gotosocial",
|
||||
"gts"
|
||||
]
|
||||
],
|
||||
"groups": []
|
||||
},
|
||||
"pleroma": {
|
||||
"name": "Pleroma",
|
||||
"nodeinfoName": "pleroma",
|
||||
"aliases": [
|
||||
"pleroma"
|
||||
],
|
||||
"groups": [
|
||||
"pleroma-compliant",
|
||||
"mastodon-compliant-api"
|
||||
|
@ -32,21 +41,35 @@
|
|||
},
|
||||
"lemmy": {
|
||||
"name": "Lemmy",
|
||||
"nodeinfoName": "lemmy"
|
||||
"nodeinfoName": "lemmy",
|
||||
"aliases": [
|
||||
"lemmy"
|
||||
],
|
||||
"groups": []
|
||||
},
|
||||
"peertube": {
|
||||
"name": "Peertube",
|
||||
"nodeinfoName": "peertube"
|
||||
"nodeinfoName": "peertube",
|
||||
"aliases": [
|
||||
"peertube"
|
||||
],
|
||||
"groups": []
|
||||
},
|
||||
"writefreely": {
|
||||
"name": "Writefreely",
|
||||
"nodeinfoName": "writefreely"
|
||||
"nodeinfoName": "writefreely",
|
||||
"aliases": [
|
||||
"writefreely"
|
||||
],
|
||||
"groups": []
|
||||
},
|
||||
"mastodon": {
|
||||
"name": "Mastodon",
|
||||
"nodeinfoName": "mastodon",
|
||||
"aliases": [
|
||||
"mstdn"
|
||||
"mastodon",
|
||||
"mstdn",
|
||||
"masto"
|
||||
],
|
||||
"groups": [
|
||||
"mastodon-compliant",
|
||||
|
@ -56,8 +79,12 @@
|
|||
"hometown": {
|
||||
"name": "Hometown",
|
||||
"nodeinfoName": "hometown",
|
||||
"aliases": [
|
||||
"hometown"
|
||||
],
|
||||
"groups": [
|
||||
"mastodon-compliant"
|
||||
"mastodon-compliant",
|
||||
"mastodon-compliant-api"
|
||||
],
|
||||
"forkOf": "mastodon"
|
||||
},
|
||||
|
@ -154,7 +181,7 @@
|
|||
]
|
||||
},
|
||||
"misskey-compliant": {
|
||||
"name": "Misskey-compliant",
|
||||
"name": "Misskey Compliant",
|
||||
"aliases": [
|
||||
"misskey-compliant",
|
||||
"mkc"
|
||||
|
|
Loading…
Add table
Reference in a new issue