13 lines
633 B
Markdown
13 lines
633 B
Markdown
* 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
|
|
|
|
```mermaid
|
|
flowchart TD
|
|
A[VPS] -->|Ubuntu Server| B(Docker compose)
|
|
C --> D{Status Pages/Pings}
|
|
E -->|Outgoing traffic|
|
|
F -->|IPv6 Tunnel| G[tunnelbroker.net]
|
|
F -->|IPv4| G[Datacenter Network]
|
|
F -->|WG tunnel| G[Home Network]
|
|
``` |