Split pages.json to severs.json and services.json, move to /static/data/
This commit is contained in:
parent
7f25f40fe6
commit
225b120ea0
3 changed files with 170 additions and 155 deletions
static/data
31
static/data/servers.json
Normal file
31
static/data/servers.json
Normal 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"
|
||||
}
|
||||
]
|
Loading…
Add table
Add a link
Reference in a new issue