Split pages.json to severs.json and services.json, move to /static/data/

This commit is contained in:
Neshura 2024-01-02 02:09:50 +01:00
parent 7f25f40fe6
commit 225b120ea0
Signed by: Neshura
GPG key ID: B6983AAA6B9A7A6C
3 changed files with 170 additions and 155 deletions
static/data

31
static/data/servers.json Normal file
View file

@ -0,0 +1,31 @@
[
{
"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": "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": "Zomboid",
"icon": "/assets/icons/zomboid-logo",
"iconType": "avif",
"ip": "91.13.248.30",
"status": "Online"
},
{
"name": "Factorio",
"status": "Online"
},
{
"name": "Space Engineers",
"status": "Online"
}
]