List of Wafrn instances. https://join.wafrn.net/
- Astro 54%
- TypeScript 40%
- CSS 5.3%
- JavaScript 0.7%
join.wafrn.net
A list of Wafrn instances.
Adding your server
- Fork this repository
- Add your server on to the
instances.jsonwith this format:
For example:{ "name": "Wafrn server", // ^^ your server name (defaults to server domain) "instanceUrl": "https://example.com/", // your server domain "description": "A Wafrn server", // your server description "isOpen": true, // if your server is open // ^^ if it's open but either it requires an extra step, put the // info on this in a string form like: // "isOpen": "invite-only", "registrationUrl": "https://register.example.com/", // ^^ if you have a custom registration screen, put the link here // else, remove it "admin": [ "admin" ] // list of admins on your server }[ { "instanceUrl": "https://app.wafrn.net/", "description": "The flagship Wafrn server", "isOpen": true, "admin": [ "admin" ] }, { "instanceUrl": "https://wf.jbc.lol/", "description": "jb's personal wafrn server, also used for testing new wafrn stuff", "isOpen": false, "admin": [ "jbcrn" ] }, // ... ]Note: Remove the code comments! JSON doesn't work with comments!
- Create a pull request!
Need help?
Just go to #hosting-help in the Wafrn discord, you can find the link of it in https://wafrn.net/