HostingSignal Documentation
Operational docs, release notes, and admin reference in one place.
Use this site as the central reference for platform architecture, install flows, release readiness, and runtime operations.
Welcome to the HostingSignal documentation hub.
Universal Install Command
One command — no clone needed, runs directly from GitHub:
curl -fsSL https://raw.githubusercontent.com/limbanidhairya/hostingsignal/main/install.sh | bash
Local checkout variant:
bash ./install.sh --mode all --all --non-interactive --web openlitespeed --db mariadb
Need step-by-step guidance? Open Universal Install Guide.
Quick Links
Install Guide
Universal one-command install plus core-only and OS-specific paths.
Admin Reference
Install commands, ports, domain notes, and operational checks.
Release Scope
Current release snapshot, branch scope, and merge boundaries.
Merge Checklist
What to verify before promoting release work.
Installer Guide
Local sandbox install flow and supported execution paths.
What This Site Covers
- platform architecture and service map
- installer and deployment flows
- release operations and handoff material
- admin-oriented runtime and docs references
Start Here
Service Map
Architecture and Subsystems
Webserver Automation Installer
Installer Script
Queue Security Plugins Microservices
CyberPanel Aligned Approach
HS Panel Architecture
Release Notes and Operations
Admin Reference
Release Scope - 2026-03-15
Merge Checklist - 2026-03-15
Build Status - 2026-03-15
Handoff - 2026-03-15
Install Quick Start
Universal one-command install for the current repo-local sandbox:
bash ./install.sh --mode all --all --non-interactive --web openlitespeed --db mariadb
Core-only fallback:
bash ./install.sh --non-interactive --profile-set core --web openlitespeed --db mariadb
Full install runbook page:
Supported paths:
- Ubuntu 22.04 / 24.04
- Debian 12
- Windows 10 / 11 via WSL2 Ubuntu 24.04
- AlmaLinux 8 / 9 deployment target
- Rocky Linux 8 / 9 deployment target
GitHub Pages Status
GitHub Pages docs are live.
- Live docs domain:
https://docs.hostingsignal.in/ - Workflow file:
.github/workflows/docs-pages.yml - Source directory:
docs/
If content looks stale, hard refresh and check the latest Docs Pages run in GitHub Actions.