Add initial /servers route

This commit is contained in:
Neshura 2024-01-04 01:35:56 +01:00
parent a6d13c2a1a
commit a05711ac01
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
7 changed files with 247 additions and 60 deletions
static/data

View file

@ -1,31 +1,26 @@
[
{
"name": "Minecraft",
"icon": "/assets/icons/minecraft-logo",
"iconType": "avif",
"href": "https://minecraft.neshweb.net/",
"desc": "View all currently available Minecraft Servers and their mods"
"name": "Minecraft",
"icon": "/assets/icons/minecraft-logo",
"iconType": "avif",
"connection": "minecraft.neshweb.net",
"href": "https://minecraft.neshweb.net/",
"desc": "View all currently available Minecraft Servers and their mods",
"id": 38
},
{
"name": "Ready or Not",
"icon": "/assets/icons/ron-logo",
"iconType": "avif",
"href": "https://readyornot.neshweb.net/",
"desc": "Collection of Floor Plans for the Game 'Ready or Not'"
"name": "Ready or Not",
"icon": "/assets/icons/ron-logo",
"iconType": "avif",
"connection": "minecraft.neshweb.net",
"href": "https://readyornot.neshweb.net/",
"desc": "Collection of Floor Plans for the Game 'Ready or Not'"
},
{
"name": "Zomboid",
"icon": "/assets/icons/zomboid-logo",
"iconType": "avif",
"ip": "91.13.248.30",
"status": "Online"
"name": "Factorio"
},
{
"name": "Factorio",
"status": "Online"
},
{
"name": "Space Engineers",
"status": "Online"
"name": "Space Engineers",
"id": 13
}
]