7
2
Fork
You've already forked joinwafrn
2
List of Wafrn instances. https://join.wafrn.net/
  • Astro 54%
  • TypeScript 40%
  • CSS 5.3%
  • JavaScript 0.7%
gabboman 82eb9b5523
All checks were successful
Deploy Join Wafrn site / build (push) Successful in 50s
Deploy Join Wafrn site / deploy (push) Successful in 25s
Merge pull request 'Adding a link to the Wafrn homepage for reference by prospective new users' ( #3 ) from wolfwalks/joinwafrn:main into main
Reviewed-on: #3
Reviewed-by: Alexia <cyrneko@noreply.codeberg.org>
2026年05月25日 22:58:49 +02:00
.forgejo/workflows fix some wording errors on deploy file 2025年11月10日 01:55:12 +08:00
.vscode Initial commit 2025年11月10日 01:39:44 +08:00
public instances list update 2025年12月10日 22:27:54 +08:00
src Adding a link to the Wafrn homepage for reference by prospective new users 2026年05月13日 09:37:42 -04:00
.gitignore Initial commit 2025年11月10日 01:39:44 +08:00
astro.config.mjs Initial commit 2025年11月10日 01:39:44 +08:00
bun.lock Initial commit 2025年11月10日 01:39:44 +08:00
doNotShow.json test 2026年04月02日 04:35:49 +08:00
instances.json Update instances.json 2026年05月25日 22:44:59 +02:00
LICENSE add instructions, license, and update instances 2025年11月10日 01:52:42 +08:00
package.json Initial commit 2025年11月10日 01:39:44 +08:00
README.md instances list update 2025年12月10日 22:27:54 +08:00
tsconfig.json Initial commit 2025年11月10日 01:39:44 +08:00

join.wafrn.net

A list of Wafrn instances.

Adding your server

  1. Fork this repository
  2. Add your server on to the instances.json with this format:
    {
     "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
    }
    
    For example:
    [
     {
     "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!

  3. 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/