From 20fa4d26ab0eca41b9520079b40aa31c6147932b Mon Sep 17 00:00:00 2001 From: Arsen6331 Date: Wed, 11 Nov 2020 14:55:37 -0800 Subject: [PATCH] Add example config --- Resources/config.json | 70 +++---------------------------------------- 1 file changed, 4 insertions(+), 66 deletions(-) diff --git a/Resources/config.json b/Resources/config.json index 90cff59..ad3e1a6 100644 --- a/Resources/config.json +++ b/Resources/config.json @@ -1,73 +1,11 @@ { "title": "Statusboard", "services": { - "cluster-00": [ + "Node 1": [ { - "name": "Nginx", - "url": "https://nginx.arsenm.dev", - "description": "Nginx Proxy Manager and Reverse Proxy." - }, - { - "name": "Cockpit", - "url": "https://servers.arsenm.dev", - "description": "Cockpit server metric monitoring dashboard for linux servers." - }, - { - "name": "Portainer", - "url": "https://portainer.arsenm.dev", - "description": "Portainer interactive web GUI for docker and docker swarm." - } - ], - "cluster-01": [ - { - "name": "CDSBot", - "description": "Discord bot for the Cultum Dei Scientiam discord server." - } - ], - "cluster-03": [ - { - "name": "Pihole", - "description": "Pihole DNS-based network-wide adblocker." - } - ], - "cluster-04": [ - { - "name": "Dashmachine", - "url": "https://dashmachine.arsenm.dev", - "description": "Dashmachine configurable personal dashboard." - } - ], - "cluster-05": [ - { - "name": "Outline VPN", - "description": "Outline SOCKS-based VPN from Jigsaw." - }, - { - "name": "Liwu", - "url": "https://liwu.gifts", - "description": "Liwu gift chooser. Find Gifts for Others Based Off Their Personality Traits." - } - ], - "cluster-06": [ - { - "name": "Minecraft Server", - "url": "https://mc.arsen6331.com", - "description": "Minecraft server with Geyser for the CDS discord server." - }, - { - "name": "Gitea", - "url": "https://gitea.arsenm.dev", - "description": "Personal Gitea instance." - }, - { - "name": "Minio", - "url": "https://minio.arsenm.dev", - "description": "Instance of the minio object storage server." - }, - { - "name": "Nextcloud", - "url": "https://nextcloud.arsenm.dev", - "description": "Nextcloud personal cloud and web office suite." + "name": "Example", + "url": "https://example.com", + "description": "Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua." } ] }