Skip to content

Commit

Permalink
add 10 servers
Browse files Browse the repository at this point in the history
  • Loading branch information
cutls committed Jun 30, 2023
1 parent 11b44b4 commit 546f403
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions resources/h/heislandmine.work/data.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{type:'mastodon', name: 'landodon'}
1 change: 1 addition & 0 deletions resources/m/mas.to/data.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{type:'mastodon', name: 'mas.to'}
1 change: 1 addition & 0 deletions resources/m/mastodon.juggler.jp/data.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{type:'mastodon', name: 'juggler.jp Mastodon サービス'}
1 change: 1 addition & 0 deletions resources/m/mastodon.lithium03.info/data.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{type:'mastodon', name: 'lithium03@mastodon'}
1 change: 1 addition & 0 deletions resources/m/mewl.me/data.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{type:'misskey', name: 'めうる.み'}
1 change: 1 addition & 0 deletions resources/m/mstdn.maud.io/data.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{type:'mastodon', name: ':don:'}
1 change: 1 addition & 0 deletions resources/m/mstdn.rinsuki.net/data.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{type:'mastodon', name: 'Mastodon'}
1 change: 1 addition & 0 deletions resources/o/omoro.info/data.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{type:'mastodon', name: 'omoroinfo'}
1 change: 1 addition & 0 deletions resources/t/toot.blue/data.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{type:'mastodon', name: 'Mastodon_toot.blue'}
1 change: 1 addition & 0 deletions resources/u/usasaki.net/data.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{type:'misskey',name:'うささきどっとねっと'}
2 changes: 1 addition & 1 deletion src/cmd/delete.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ const fillName = async () => {
}
} else if (!obj.name && obj.type === 'misskey') {
try {
const instanceDataRaw = await axios.get(`https://kids.0px.io/nodeinfo/2.0`, { timeout: 5000 })
const instanceDataRaw = await axios.get(`https://${domain}/nodeinfo/2.0`, { timeout: 5000 })
const instanceData = instanceDataRaw.data
const name = instanceData.metadata.nodeName
if (name.length >= 15) continue
Expand Down

0 comments on commit 546f403

Please sign in to comment.