A site to track community cobalt instances that are safe to use & what services work on them. This site runs tests on the cobalt instances in order to see how they perform and which services are working for them.
It loads a list of instances, then performs various tests to see if they work. It then calculates a score on how many tests were successful. You can see what tests it runs here.
Load instances -> Make sure API/frontend exist -> Perform tests -> Build site.
The project contains 2 parts:
backend- Module that loads and tests the instances.web- Module for building the site, using Svelte.
You can see a live demo at cobalt.directory.
In order to have your instance added, you must:
- Use a domain with HTTPS
- Use a known fork or use your own that is public
After you follow the things above:
- Fork this repository, add your instance to
backend/instances, and make a pull request. - Ping
hyperdefinedin the cobalt discord.
This program is released under MIT License. See LICENSE.