2023-10-20 22:43:32 -04:00
|
|
|
---
|
|
|
|
icon: material/list-status
|
2023-10-22 10:49:18 -04:00
|
|
|
description: The status of the servers and other related services.
|
2023-10-20 22:43:32 -04:00
|
|
|
---
|
|
|
|
|
2023-11-06 09:45:52 -05:00
|
|
|
# Status
|
|
|
|
|
2024-07-14 11:04:39 -04:00
|
|
|
[Open Status Page Off-Site :material-list-status:](https://status.midnightvalley.net){ .md-button }
|
2023-10-21 17:49:37 -04:00
|
|
|
|
2024-07-14 11:04:39 -04:00
|
|
|
<iframe src="https://status.midnightvalley.net" style="border:0;width:100%;height:2100px;">Your client does not allow iFrames</iframe>
|
2023-12-01 10:28:49 -05:00
|
|
|
|
2023-12-01 10:30:05 -05:00
|
|
|
??? tip "The weeds (Nerdy network stuff)"
|
2023-12-01 10:28:49 -05:00
|
|
|
|
|
|
|
This is the advanced diagram of the network and reliances.
|
|
|
|
|
|
|
|
``` mermaid
|
|
|
|
graph TD
|
|
|
|
|
|
|
|
ISP --> ONT
|
|
|
|
ONT --> Router[Site 1 Router]
|
|
|
|
Router --> CoreSW{Core Switch}
|
|
|
|
CoreSW --> PVE[Hypervisor]
|
|
|
|
PVE --> MCServer[Minecraft Server]
|
|
|
|
PVE --> DBServer
|
|
|
|
DBServer --> MariaDB
|
|
|
|
PVE --> K3S[K3S Server]
|
|
|
|
K3S --- NGINXPM[Nginx Proxy Manager]
|
|
|
|
MCServer --- NGINX
|
|
|
|
MCServer --- Proxy{Velocity Proxy}
|
|
|
|
Proxy --- Survival
|
|
|
|
Proxy --- Creative
|
|
|
|
Proxy --- Hub
|
2023-12-03 21:36:30 -05:00
|
|
|
Proxy --- Cabin
|
2023-12-01 10:28:49 -05:00
|
|
|
Plan -.- NGINX
|
2023-12-03 21:36:30 -05:00
|
|
|
LuckPerms -.- Survival
|
|
|
|
LuckPerms -.- Creative
|
|
|
|
LuckPerms -.- Hub
|
|
|
|
LuckPerms -.- Cabin
|
|
|
|
LuckPerms -.- Proxy
|
|
|
|
LuckPerms -.- MariaDB
|
|
|
|
Plan -.- Survival
|
|
|
|
Plan -.- Creative
|
|
|
|
Plan -.- Hub
|
|
|
|
Plan -.- Cabin
|
|
|
|
Plan -.- Proxy
|
2023-12-01 10:28:49 -05:00
|
|
|
MariaDB -.- Plan
|
|
|
|
MariaDB -.- DynMap
|
2023-12-03 21:36:30 -05:00
|
|
|
Survival -.- DynMap
|
|
|
|
Creative -.- DynMap
|
2023-12-01 10:28:49 -05:00
|
|
|
DynMap -.- NGINX
|
|
|
|
NGINX -.- NGINXPM
|
|
|
|
Website --> NGINX
|
|
|
|
|
|
|
|
ISP2[ISP 2] --> Modem
|
|
|
|
Modem --> RouterS2[Site 2 Router]
|
|
|
|
Router -.S2S VPN.- RouterS2
|
|
|
|
RouterS2 --> Steve[Steve Server]
|
|
|
|
Steve --> Monitoring
|
|
|
|
```
|