How I hosted this Documentation Site
📄 Project Documentation: Documentation Site Hosting Deployment
1. Resource Provisioning & Environment
ÂHost Hypervisor: FALKE01
ÂÂVirtual Machine OS: Ubuntu Server VM
ÂÂResource Allocation: Shared environment supporting multiple containerized websites.
ÂCPU: 4 Cores
ÂÂRAM: 8 GB
ÂÂStorage: 120 GB
Â
Internal Networking: 192.168.0.200
2. Web Stack & Multi-Site Management
Because this VM hosts multiple applications seamlessly, traffic and isolation are managed under the hood as follows:
ÂArchitecture: Containerized applications isolated from one another on a shared host.
-
Application / Container Name:
documentation-wiki-app -
Application Type: Standalone Wiki / Documentation Platform
-
Classification: Internal Documentation Site
-
Access Control: The site is accessible online via the public domain; however, strict user login/authentication is required to view, read, or modify any documentation, keeping its contents fully private to the company.
Source Repository: [Insert Link to GitHub/GitLab repository if applicable]
ÂWeb Server / Reverse Proxy: Managed automatically via an internal reverse proxy that handles routing to specific containers based on the incoming domain name.
ÂSSL/TLS Security: Automated Let's Encrypt certificates, automatically provisioned and renewed for
book.mhipcor.com.
3. Network & WAN Configuration
ÂPublic Routing: External traffic hits our on-site public Static IP.
ÂPort Forwarding: Ports 80 (HTTP) and 443 (HTTPS) are forwarded from the edge firewall to this Ubuntu VM's internal local IP temporary (
192.168.0.200).
Â
DNS Settings (Hostinger):
Â
Subdomain: book.mhipcor.com
Â
Â
Record Type: A Record pointing directly to our on-site public Static IP.
