From c97f62718e1e2315758f8ba5e410ebf78b4eaf0a Mon Sep 17 00:00:00 2001 From: Tobias Date: Sun, 5 Apr 2026 13:27:49 +0100 Subject: [PATCH] Add README.md --- README.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ee38418 --- /dev/null +++ b/README.md @@ -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 + ``` \ No newline at end of file