Update pages.json

This commit is contained in:
Neshura 2023-01-18 10:47:37 +00:00
parent 1f223677c6
commit 6ed9341887

View file

@ -3,17 +3,27 @@
{ {
"name": "Nextcloud", "name": "Nextcloud",
"icon": "/icons/nextcloud-logo.svg", "icon": "/icons/nextcloud-logo.svg",
"href": "https://nextcloud.neshweb.net/", "href": "https://nextcloud.neshweb.net",
"desc": "Self-hosted Cloud Storage Service", "desc": "Self-hosted Cloud Storage Service",
"warn": "Note: Registration requires approval", "warn": "Note: Registration requires approval",
"type": "docker", "type": "docker",
"docker_container_name": "nextcloud", "docker_container_name": "nextcloud",
"location": "brr7-4800u" "location": "brr7-4800u"
}, },
{
"name": "Kavita",
"icon": "/icons/kavita-logo.svg",
"href": "https://kavita.neshweb.net",
"desc": "Self-hosted Manga Library",
"warn": "Registration via Admin invite",
"type": "docker",
"docker_container_name": "kavita",
"location": "brr7-4800u"
},
{ {
"name": "Komga", "name": "Komga",
"icon": "/icons/komga-logo.png", "icon": "/icons/komga-logo.png",
"href": "https://komga.neshweb.net/", "href": "https://komga.neshweb.net",
"desc": "Self-hosted Comic Library", "desc": "Self-hosted Comic Library",
"warn": "Note: Registration only via Admin", "warn": "Note: Registration only via Admin",
"type": "docker", "type": "docker",
@ -32,7 +42,7 @@
{ {
"name": "PeerTube", "name": "PeerTube",
"icon": "/icons/peertube-logo.svg", "icon": "/icons/peertube-logo.svg",
"href": "https://tube.neshweb.net/", "href": "https://tube.neshweb.net",
"desc": "Self-hosted PeerTube Instance", "desc": "Self-hosted PeerTube Instance",
"warn": "Note: Registration only via Admin", "warn": "Note: Registration only via Admin",
"type": "docker", "type": "docker",
@ -42,7 +52,7 @@
{ {
"name": "Mastodon", "name": "Mastodon",
"icon": "/icons/mastodon-logo.svg", "icon": "/icons/mastodon-logo.svg",
"href": "https://mastodon.neshweb.net/", "href": "https://mastodon.neshweb.net",
"desc": "Self-hosted Mastodon Instance", "desc": "Self-hosted Mastodon Instance",
"warn": "Note: Registration requires approval", "warn": "Note: Registration requires approval",
"type": "docker", "type": "docker",
@ -155,6 +165,14 @@
"icon": "/icons/zomboid-logo.png", "icon": "/icons/zomboid-logo.png",
"ip": "91.13.248.30", "ip": "91.13.248.30",
"status": "Online" "status": "Online"
},
"factorio": {
"name": "Factorio",
"status": "Online"
},
"space_engineers": {
"name": "Space Engineers",
"status": "Online"
} }
} }
} }