Skip to content

Commit

Permalink
特定のサーバー情報を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
shiosyakeyakini-info committed Nov 10, 2024
1 parent 4eb70b6 commit aaedc67
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions servers.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
{
"limitedApiServers": [
{
"host": "novelskey.tarbin.net"
},
{
"host": "otoskey.tarbin.net"
},
{
"host": "nijimiss.moe"
}
],
"particularTimelinePresets": [
{
"host": "mi.taichan.site",
"name": "ホームタイムライン(ローカルのみ)",
"endpoint": "api/notes/timeline",
"websocketChannelName": "localTimeline",
"parameters": "{\"onlyLocal\": true}"
},
{
"host": "mi.taichan.site",
"name": "ソーシャルタイムライン(ローカルのみ)",
"endpoint": "api/notes/hybrid-timeline",
"websocketChannelName": "hybridTimeline",
"parameters": "{\"onlyLocal: true \"}"
},
{
"host": "misskey.flowers",
"name": "はなモード",
"endpoint": "api/notes/hanami-timeline",
"websocketChannelName": "hanamiTimeline",
"parameters": "{}"
},
{
"host": "misskey.niri.la",
"name": "ぶいみみリレー",
"endpoint": "api/notes/vmimi-relay-timeline",
"websocketChannelName": "vmimiRelayTimeline",
"parameters": "{}"
},
{
"host": "misskey.niri.la",
"name": "ぶいみみリレーソーシャル",
"endpoint": "api/notes/vmimi-relay-hybrid-timeline",
"websocketChannelName": "vmimiRelayHybridTimeline",
"parameters": "{}"
},
{
"host": "buicha.social",
"name": "ぶいみみリレー",
"endpoint": "api/notes/vmimi-relay-timeline",
"websocketChannelName": "vmimiRelayTimeline",
"parameters": "{}"
},
{
"host": "buicha.social",
"name": "ぶいみみリレーソーシャル",
"endpoint": "api/notes/vmimi-relay-hybrid-timeline",
"websocketChannelName": "vmimiRelayHybridTimeline",
"parameters": "{}"
}
]
}

0 comments on commit aaedc67

Please sign in to comment.