diff --git a/Monitoring VPS/docker-compose.yml b/VPS/docker-compose.yml similarity index 100% rename from Monitoring VPS/docker-compose.yml rename to VPS/docker-compose.yml diff --git a/Monitoring VPS/homeaccesswg.conf b/VPS/homeaccesswg.conf similarity index 100% rename from Monitoring VPS/homeaccesswg.conf rename to VPS/homeaccesswg.conf diff --git a/Monitoring VPS/readme.md b/VPS/readme.md similarity index 61% rename from Monitoring VPS/readme.md rename to VPS/readme.md index c78b808..f2fc8b8 100644 --- a/Monitoring VPS/readme.md +++ b/VPS/readme.md @@ -1,3 +1,12 @@ * Configs from vps.tgj.services runs uptime kuma https://status.tgj.services and telegraf to collect ping data https://tgj.services/graph/goto/hnhB7DkIR?orgId=1 -* Server is a small one core system provided by a friend who runs a hosting provider Gets IPV6 from a huricane electric runnel, Also contains a wireguard tunnel to my house for internal service monitoring \ No newline at end of file +* Server is a small one core system provided by a friend who runs a hosting provider Gets IPV6 from a huricane electric runnel, Also contains a wireguard tunnel to my house for internal service monitoring + +``` +flowchart TD + A[VPS] -->|| B(Docker compose) + B --> C{Status Pages/Pings} + C -->|Outgoing traffic| + C -->|IPv6 Tunnel| D[tunnelbroker.net] + C -->|IPv4| E[Datacenter Network] +``` \ No newline at end of file diff --git a/Monitoring VPS/telegraf.conf b/VPS/telegraf.conf similarity index 100% rename from Monitoring VPS/telegraf.conf rename to VPS/telegraf.conf diff --git a/readme.md b/readme.md index 2634784..47ebae3 100644 --- a/readme.md +++ b/readme.md @@ -5,9 +5,4 @@ Basic Info - I own [AS199519](bgp.tools/as/199519) and the IPv6 subnet 2a12:bec0:210::/44 -![Basic Mind Map](mermaid/mm-overview.svg) - -```mermaid -graph TD -Start --> End -``` \ No newline at end of file +![Basic Mind Map](mermaid/mm-overview.svg) \ No newline at end of file