-
-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request] Add Icon property of "https://neodb.net/servers.json" #947
Comments
it can be pulled from https://docs.joinmastodon.org/methods/instance/ by apps. I don't think we should add it to servers.json of this repo, but open for PR if anyone want to automate this in doc generation step |
yeah I know it can be pulled from API, but if there's a server list. I couldn't pull every instance one by one. In https://api.joinmastodon.org/servers, they have I may suggest the |
I'm open for anyone want to submit a PR on automate this in doc generation step. |
the schema of api.joinmastodon.org/servers is like this interface Root {
domain: string
version: string
description: string
languages: string[]
region: string
categories: string[]
proxied_thumbnail: string
blurhash?: string
total_users: number
last_week_users: number
approval_required: boolean
language: string
category: string
} Could I make a github action to update |
Yes, code for doc has been moved to https://github.com/neodb-social/neodb-doc , you may PR from there. |
No description provided.
The text was updated successfully, but these errors were encountered: