mirror of
https://codeberg.org/fediverse/fediparty.git
synced 2025-01-08 09:01:06 +00:00
Specify server list rules in a new fle
This commit is contained in:
parent
b0db252044
commit
03fbf2219a
15
ADDING-SERVER.md
Normal file
15
ADDING-SERVER.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# CRITERIA FOR ADDING A SERVER
|
||||
|
||||
Our [servers list](https://fediverse.party/en/portal/servers) promotes new small Fediverse instances, and we have the following criteria for inclusion:
|
||||
|
||||
1. At the moment we accept servers running following software: Mastodon (Glitch-Soc, Hometown), Pleroma (Akkoma), Friendica, Misskey (Calckey), Hubzilla (the list *may* be expanded in the future).
|
||||
|
||||
2. Only servers with open or pre-moderated registration are accepted. Servers with pre-moderated signup (a question like "Why do you want to join?" on signup) must be added to the category "Various (registration by application)".
|
||||
|
||||
3. Total number of users must not be more than 5000 (this number *may* be changed in the future).
|
||||
|
||||
4. Experimental new servers should not be put on the list. If you're unsure about the nearest future of your node, it's unwise to recommend it to newcomers.
|
||||
|
||||
5. If your server is proxied through Cloudflare, add note *(Cloudflared)* at the end. We may list only servers with non-strict CLoudflare settings that allow our automated checker to occasionally re-visit your server without tripping on Cloudflare's captchas. As soon as a server starts using strict settings and checking fails on our side, the server will be removed from the list.
|
||||
|
||||
Thank you!
|
|
@ -1,10 +1,14 @@
|
|||
|
||||
# CONTRIBUTING
|
||||
Please, read our [guidelines](https://codeberg.org/fediverse/fediparty/src/branch/main/GUIDELINES.md).
|
||||
|
||||
Don't hesitate to send a merge request or to open an issue.
|
||||
Don't hesitate to send a pull request or to open an issue.
|
||||
|
||||
Also, check out our [Wiki pages](https://codeberg.org/fediverse/fediparty/wiki/_pages)
|
||||
|
||||
### [Submitting server to servers list]#submitting-server
|
||||
Please, read the criteria [here](https://codeberg.org/fediverse/fediparty/src/branch/main/ADDING-SERVER.md)
|
||||
|
||||
### [Submitting software](#submitting-software)
|
||||
|
||||
**Software** here is "a) project that can be installed on a server and self-hosted b) project that may be interesting to the general public, independent of their technical knowledge".
|
||||
|
|
Loading…
Reference in a new issue