main-site/public/data/pages.json

207 lines
6 KiB
JSON
Raw Normal View History

2022-12-09 21:07:44 +00:00
{
"services": [
{
"name": "Nextcloud",
2022-12-11 18:18:17 +00:00
"icon": "/icons/nextcloud-logo.svg",
"href": "https://nextcloud.neshweb.net/",
2023-01-14 20:10:37 +00:00
"desc1": "Cloud Storage",
"desc": "Self-hosted Cloud Storage Service but longer and hopefully with wrap as well as some extra just to make sure",
2022-12-09 21:07:44 +00:00
"warn": "Note: Registration requires approval",
2023-01-14 20:10:37 +00:00
"extLink": "https://qwant.com",
"extName": "Qwant",
2022-12-09 21:07:44 +00:00
"type": "docker",
"docker_container_name": "nextcloud",
2023-03-14 21:32:42 +00:00
"location": "tower-0"
2022-12-09 21:07:44 +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",
2022-12-09 21:07:44 +00:00
"type": "docker",
2023-01-18 10:47:37 +00:00
"docker_container_name": "kavita",
2023-03-14 21:32:42 +00:00
"location": "tower-0"
2022-12-09 21:07:44 +00:00
},
{
"name": "Calibre Web",
2022-12-11 18:18:17 +00:00
"icon": "/icons/calibre-logo.ico",
"href": "https://calibre.neshweb.net/",
2023-01-14 20:10:37 +00:00
"desc1": "eBooks",
2022-12-09 21:07:44 +00:00
"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"
2022-12-09 21:07:44 +00:00
},
{
"name": "PeerTube",
2022-12-11 18:18:17 +00:00
"icon": "/icons/peertube-logo.svg",
"href": "https://tube.neshweb.net/",
2023-01-14 20:10:37 +00:00
"desc1": "Video Platform",
2022-12-09 21:07:44 +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"
2022-12-09 21:07:44 +00:00
},
{
"name": "Mastodon",
2022-12-11 18:18:17 +00:00
"icon": "/icons/mastodon-logo.svg",
"href": "https://mastodon.neshweb.net/",
2023-01-14 20:10:37 +00:00
"desc1": "Twitter Alternative",
2022-12-09 21:07:44 +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"
2022-12-09 21:07:44 +00:00
},
{
"name": "File Browser",
"href": "https://files.neshweb.net/",
2023-01-14 20:10:37 +00:00
"desc1": "Online File Explorer",
2022-12-09 21:07:44 +00:00
"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"
2022-12-09 21:07:44 +00:00
},
{
"name": "Jellyfin",
2022-12-11 18:18:17 +00:00
"icon": "/icons/jellyfin-logo.svg",
"href": "https://jellyfin.neshweb.net/",
2023-01-14 20:10:37 +00:00
"desc1": "Movie Platform",
2022-12-09 21:07:44 +00:00
"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"
2022-12-09 21:07:44 +00:00
},
{
"name": "Navidrome",
2022-12-11 18:18:17 +00:00
"icon": "/icons/navidrome-logo.png",
"href": "https://navidrome.neshweb.net/",
2023-01-14 20:10:37 +00:00
"desc1": "Music Service",
2022-12-09 21:07:44 +00:00
"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"
2022-12-09 21:07:44 +00:00
},
{
"name": "Picard",
"href": "https://picard.neshweb.net/",
2023-01-14 20:10:37 +00:00
"desc1": "MP3 Tagger",
2022-12-09 21:07:44 +00:00
"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"
2022-12-09 21:07:44 +00:00
},
{
"name": "Gitlab",
2022-12-11 18:18:17 +00:00
"icon": "/icons/gitlab-logo.svg",
"href": "https://gitlab.neshweb.net/",
2023-01-14 20:10:37 +00:00
"desc1": "Git Hosting",
2022-12-09 21:07:44 +00:00
"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"
2022-12-09 21:07:44 +00:00
},
{
"name": "Portainer",
2022-12-11 18:18:17 +00:00
"icon": "/icons/portainer-logo.png",
"href": "https://portainer.neshweb.net/",
2023-01-14 20:10:37 +00:00
"desc1": "Docker Management",
2022-12-09 21:07:44 +00:00
"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"
2022-12-09 21:07:44 +00:00
},
{
2023-01-14 20:10:37 +00:00
"name": "Nginx",
2022-12-11 18:18:17 +00:00
"icon": "/icons/npm-logo.png",
"href": "https://nginx.neshweb.net/",
2023-01-14 20:10:37 +00:00
"desc1": "Proxy Management",
2022-12-09 21:07:44 +00:00
"desc": "Web-based Nginx Proxy Manager",
"warn": "Note: Admin Only",
"type": "docker",
"docker_container_name": "nginx-prox",
2023-03-15 17:47:25 +00:00
"location": "tower-0"
2023-01-14 20:10:37 +00:00
},
{
"name": "Debug1",
"href": "https://qwant.com",
"desc1": "DEBUG1",
"desc": "Debug Debug Debug",
"warn": "Note: Debug",
"extLink": "https://qwant.com",
"extName": "Qwant",
"type": "docker",
"docker_container_name": "matomo-web",
2023-03-15 17:47:25 +00:00
"location": "tower-0"
2023-01-14 20:10:37 +00:00
},
{
"name": "Debug2",
"desc1": "DEBUG2",
"desc": "Debug Debug Debug",
"warn": "Note: Debug",
"extLink": "https://qwant.com",
"extName": "Qwant",
"type": "docker",
"docker_container_name": "Debug",
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": ""
2022-12-09 21:07:44 +00:00
}
],
"games": {
"minecraft": {
"name": "Minecraft",
2022-12-11 18:18:17 +00:00
"icon": "/icons/minecraft-logo.png",
"href": "https://minecraft.neshweb.net/",
2022-12-09 21:07:44 +00:00
"desc": "View all currently available Minecraft Servers and their mods"
},
"ready_or_not": {
"name": "Ready or Not",
2022-12-11 18:18:17 +00:00
"icon": "/icons/ron-logo.png",
"href": "https://readyornot.neshweb.net/",
2022-12-09 21:07:44 +00:00
"desc": "Collection of Floor Plans for the Game 'Ready or Not'"
},
"zomboid": {
"name": "Zomboid",
2022-12-11 18:18:17 +00:00
"icon": "/icons/zomboid-logo.png",
2022-12-09 21:07:44 +00:00
"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"
2022-12-09 21:07:44 +00:00
}
}
}