This is a central location for all officially recommended Anisette servers for use in SideStore.
To add your own Anisette server to the official list, your Anisette server must meet the following requirements:
- This will be a long term server. We don't want servers that will only be up for a short period of time.
- Uptime is important, if you cannot guarantee high uptime, please don't request for your server to be added.
- Your server should be an Anisette V3 server. We recommend SideStore/omnisette-server or Dadoum/anisette-v3-server.
- HTTPS is recommended, but not necessary.
To help increase the likelihood of your anisette server being listed, it is suggested that you tell us what anisette server you are running, and where it is being ran, for example: the cloud, your house, a workplace.
If your server meets these requirements, please do the following:
- Fork the repo, and open it in a code or text editor of some sort.
- Modify the
servers.json
file to include your server in the same format as the rest of the servers. - Commit your changes to your fork.
- Make a Pull Request on the official repo requesting that your Anisette server is added.
If you would like to host your own repository list instead of adding a server to our list, that is fully supported as well!
- Use this repository as a template and ensure that Github Pages are enabled for your repository.
- Run the main Action to deploy your server list!
(Optional) To set up the optional cache
key within the servers.json
file, follow these steps:
- Ensure that your
CNAME
file is properly set up.
- If you are using Github Pages without a custom domain, the contents should be
<username>.github.io/<repository-name>
(e.g.nythepegasus.github.io/anisette-servers
)
- Ensure that you set the
CREATE_CACHE_KEY
variable totrue
within your repository's Actions variables.