Add README.md
This commit is contained in:
22
README.md
Normal file
22
README.md
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
# Apache Intranet
|
||||||
|
|
||||||
|
## Description
|
||||||
|
|
||||||
|
LXC containerized Apache webserver hosted within Proxmox
|
||||||
|
|
||||||
|
Serving a static HTML page, acting as the Intranet, providing a quick, user accessible way to reach internal only services
|
||||||
|
|
||||||
|
## Architecture Diagram
|
||||||
|
|
||||||
|
```
|
||||||
|
graph TD
|
||||||
|
A[Proxmox Host] --> B[Apache Page(LXC)]
|
||||||
|
A --> C[Jellyfin (Bare-Metal)]
|
||||||
|
A --> D[Grafana (LXC)]
|
||||||
|
A --> E[Simply Translate (Docker)]
|
||||||
|
A --> F[Calibre (VM)]
|
||||||
|
B --> C
|
||||||
|
B --> D
|
||||||
|
B --> E
|
||||||
|
B --> F
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user