Deep Dive

Platform Features

Everything you need to orchestrate Odoo instances at scale. Enterprise-grade tools with the simplicity of GitOps workflows.

Version Control & Deployment

Native GitOps Integration

Link your custom addons repository directly to your Odoo projects. When you push code to your production or staging branches, our automated pipelines pull, sync volumes, and safely refresh services.

  • SSH Deploy keypairs generated in-memory
  • Automatic webhook validation with HMAC-SHA256
  • Custom branch deployment targets
vcs-connect-status
// Deploy key active on GitHub
Connected Repository: github.com/nerithonx/custom-addons
Deploy Key Fingerprint: SHA256:qZ54N...
Status: Active & Verified

$ git push origin main
Everything up-to-date. Webhook triggered.
Automated Environments

Sandbox Staging Sandboxes

Never test your new modules in production. When a developer opens a Pull Request, the platform automatically provisions an isolated environment with a clone of the production database structure and files.

  • Automatic staging creation on PR open
  • Automatic staging cleanup on PR merge/close
  • Dedicated subdomains mapped on the fly
staging-auto-provision
// Automated PR Lifecycle Orchestration
PR #42 opened -> webhook received
Creating sandbox environment: odoo-staging-pr42...
Copying production DB snapshot... [OK]
Deploying container with branch feature-ui... [OK]
Routing active at: https://pr42.staging.yourdomain.com
Infrastructure Freedom

Bring Your Own Server

Don't be locked into expensive hosting. Connect any Ubuntu/Debian server running on Hetzner, AWS, DigitalOcean, or your local hardware to your dashboard with a single shell execution.

  • Automated agent connection via SSH or token
  • Live metrics tracking (CPU, Memory, Disk)
  • Automatic Nginx reverse-proxy consolidation
agent-bootstrap-terminal
# Run this command on your clean Linux host to connect:
curl -sSL https://platform.nerithonx.net/install.sh | bash -s -- --token=nx_tok_54f9a3c89b...

[NXSH Agent] Bootstrapping environment...
[NXSH Agent] Installing Docker & Nginx... OK
[NXSH Agent] Connecting node to cluster manager... OK
[NXSH Agent] Node connected successfully!
Disaster Recovery

Encrypted Backups Manager

Your data is critical. Define automated snapshot schedules. All dumps are compressed and encrypted locally before being streamed to your remote storage providers.

  • Encrypted using GPG/AES block encryption
  • Streamed to AWS S3, Google Cloud, MinIO, or SFTP
  • Simple one-click restore and instant download
backup-restore-panel
// Restore Database State
Selected snapshot: db-backup-20260615.tar.gz.enc
Decrypting payload... done.
Stopping target environment container... done.
Dropping database tables & reloading dump... done.
Re-initializing container and scaling up...
SUCCESS: System restore complete in 12.8s!