Skip to content

Production Server (production-01)

The primary physical or virtual compute instance hosting Salitech’s central services and automation runtime.

Identifier production-01
Hostname salesnow-prod
Provider Hetzner Cloud
Public IPv4 178.105.204.32
Operating System Ubuntu 26.04 LTS
Status ACTIVE

  • 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

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)
└── ...

  1. SSH Access: Restricted to authorized public key authentication. Root password logins are disabled.
  2. 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 to 127.0.0.1 and not reachable directly from external networks.
  3. Secrets Management: Secrets are stored exclusively in .env files with strict permissions (600) within their respective /opt/<service> paths. Never commit credentials to version control.