main-site/public/data/pages.json

171 lines
4.9 KiB
JSON
Raw Normal View History

2023-01-18 10:33:10 +00:00
{
"services": [
{
"name": "Nextcloud",
"icon": "/icons/nextcloud-logo.svg",
2023-01-18 10:47:37 +00:00
"href": "https://nextcloud.neshweb.net",
2023-01-18 10:33:10 +00:00
"desc": "Self-hosted Cloud Storage Service",
"warn": "Note: Registration requires approval",
"type": "docker",
"docker_container_name": "nextcloud",
2023-03-14 21:32:42 +00:00
"location": "tower-0"
2023-01-18 10:33:10 +00:00
},
2023-01-18 10:47:37 +00:00
{
"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",
2023-03-14 21:32:42 +00:00
"location": "tower-0"
2023-01-18 10:33:10 +00:00
},
{
"name": "Calibre Web",
"icon": "/icons/calibre-logo.ico",
"href": "https://calibre.neshweb.net/",
"desc": "Self-hosted Ebook Library Service",
"warn": "Note: Registration only via Admin",
2023-03-14 21:32:42 +00:00
"type": "docker",
"docker_container_name": "calibre-web",
"location": "tower-0"
2023-01-18 10:33:10 +00:00
},
{
"name": "PeerTube",
"icon": "/icons/peertube-logo.svg",
2023-01-18 10:47:37 +00:00
"href": "https://tube.neshweb.net",
2023-01-18 10:33:10 +00:00
"desc": "Self-hosted PeerTube Instance",
"warn": "Note: Registration only via Admin",
"type": "docker",
"docker_container_name": "peertube",
2023-03-14 21:32:42 +00:00
"location": "tower-0"
2023-01-18 10:33:10 +00:00
},
{
"name": "Mastodon",
"icon": "/icons/mastodon-logo.svg",
2023-01-18 10:47:37 +00:00
"href": "https://mastodon.neshweb.net",
2023-01-18 10:33:10 +00:00
"desc": "Self-hosted Mastodon Instance",
"warn": "Note: Registration requires approval",
"type": "docker",
"docker_container_name": "mastodon-web",
2023-03-14 21:32:42 +00:00
"location": "tower-0"
2023-01-18 10:33:10 +00:00
},
2023-01-26 23:12:54 +00:00
{
"name": "Vaultwarden",
"icon": "/icons/vaultwarden-logo.svg",
"href": "https://vault.neshweb.net",
"desc": "Self-hosted Password Manager",
"warn": "Note: Invite only",
"type": "docker",
"docker_container_name": "vaultwarden",
2023-03-14 21:32:42 +00:00
"location": "tower-0"
2023-01-26 23:12:54 +00:00
},
2023-01-18 10:33:10 +00:00
{
"name": "File Browser",
"href": "https://files.neshweb.net/",
"desc": "Server File Browser",
"warn": "Note: Registration only via Admin",
"type": "docker",
"docker_container_name": "filebrowser",
2023-03-14 21:32:42 +00:00
"location": "tower-0"
2023-01-18 10:33:10 +00:00
},
{
"name": "Jellyfin",
"icon": "/icons/jellyfin-logo.svg",
"href": "https://jellyfin.neshweb.net/",
"desc": "Open-Source, Self-Hosted Media Platform",
"warn": "Note: Registration only via Admin",
"type": "docker",
"docker_container_name": "jellyfin",
2023-03-14 21:32:42 +00:00
"location": "tower-0"
2023-01-18 10:33:10 +00:00
},
{
"name": "Navidrome",
"icon": "/icons/navidrome-logo.png",
"href": "https://navidrome.neshweb.net/",
"desc": "Open-Source, Self-Hosted Music Streaming Platform",
"warn": "Note: Registration only via Admin",
"type": "docker",
"docker_container_name": "navidrome",
2023-03-14 21:32:42 +00:00
"location": "tower-0"
2023-01-18 10:33:10 +00:00
},
{
"name": "Picard",
"href": "https://picard.neshweb.net/",
"desc": "MP3 Tagger",
"warn": "Note: Access only via Admin",
"type": "docker",
"docker_container_name": "picard",
2023-03-14 21:32:42 +00:00
"location": "tower-0"
2023-01-18 10:33:10 +00:00
},
{
"name": "Gitlab",
"icon": "/icons/gitlab-logo.svg",
"href": "https://gitlab.neshweb.net/",
"desc": "Self-hosted Git Service",
"warn": "Note: Registration only via Admin",
"type": "docker",
"docker_container_name": "gitlab",
2023-03-14 21:32:42 +00:00
"location": "tower-0"
2023-01-18 10:33:10 +00:00
},
{
"name": "Portainer",
"icon": "/icons/portainer-logo.png",
"href": "https://portainer.neshweb.net/",
"desc": "Docker Container Manager",
"warn": "Note: Admin Only",
"type": "docker",
"docker_container_name": "portainer",
2023-03-14 21:32:42 +00:00
"location": "tower-0"
2023-01-18 10:33:10 +00:00
},
{
"name": "Nginx Proxy Manager",
"icon": "/icons/npm-logo.png",
"href": "https://nginx.neshweb.net/",
"desc": "Web-based Nginx Proxy Manager",
"warn": "Note: Admin Only",
"type": "docker",
"docker_container_name": "nginx-prox",
2023-03-14 21:32:42 +00:00
"location": "tower-0"
2023-01-18 10:33:10 +00:00
},
{
2023-03-14 21:32:42 +00:00
"name": "Proxmox",
"icon": "/icons/proxmox-logo.png",
"href": "https://proxmox.neshweb.net/",
"desc": "Hypervisor Webinterface",
2023-01-18 10:33:10 +00:00
"warn": "Note: Admin Only",
2023-03-14 21:32:42 +00:00
"type": "app",
"location": ""
2023-01-18 10:33:10 +00:00
}
],
"games": {
"minecraft": {
"name": "Minecraft",
"icon": "/icons/minecraft-logo.png",
"href": "https://minecraft.neshweb.net/",
"desc": "View all currently available Minecraft Servers and their mods"
},
"ready_or_not": {
"name": "Ready or Not",
"icon": "/icons/ron-logo.png",
"href": "https://readyornot.neshweb.net/",
"desc": "Collection of Floor Plans for the Game 'Ready or Not'"
},
"zomboid": {
"name": "Zomboid",
"icon": "/icons/zomboid-logo.png",
"ip": "91.13.248.30",
"status": "Online"
2023-01-18 10:47:37 +00:00
},
"factorio": {
"name": "Factorio",
"status": "Online"
},
"space_engineers": {
"name": "Space Engineers",
"status": "Online"
2023-01-18 10:33:10 +00:00
}
}
}