Production Server (production-01)
Production Server (production-01)
Section titled “Production Server (production-01)”The primary physical or virtual compute instance hosting Salitech’s central services and automation runtime.
Host Specification
Section titled “Host Specification”- Server ID:
production-01 - Hostname:
salesnow-prod - Cloud Provider: Hetzner Cloud
- Public IP:
178.105.204.32 - IPv6:
unknown - OS: Ubuntu 26.04 LTS
- Default Application Directory:
/opt
Directory Layout
Section titled “Directory Layout”Workloads on production-01 adhere to a clean filesystem standard under /opt:
/opt/├── n8n/ # n8n Docker Compose configuration and data volumes├── umami/ # Umami v3.3.1 Compose stack (app + postgres-15)├── firecrawl/ # Firecrawl Compose stack (stopped / retained)└── ...Host Access & Security Policy
Section titled “Host Access & Security Policy”- SSH Access: Restricted to authorized public key authentication. Root password logins are disabled.
- Firewall Policy:
- Ingress
80/tcp&443/tcp: Open to public / Cloudflare for HTTP(S). - Ingress
22/tcp: Restricted SSH access. - Internal ports (
5678,3001,8000, etc.): Bound strictly to127.0.0.1and not reachable directly from external networks.
- Ingress
- Secrets Management: Secrets are stored exclusively in
.envfiles with strict permissions (600) within their respective/opt/<service>paths. Never commit credentials to version control.