Skip to Content
Home DevOps & Infrastructure DevOps Manager
DevOps Manager

DevOps Manager

Manage Docker-based Odoo deployments via SSH and Manager API

v19.0.3.0.0 Abdelfatah Mohammad (AlshayebCo) DevOps & Infrastructure Application

Docker container management, SSH server control, SaaS provisioning, and resource monitoring

Overview

Comprehensive DevOps management for Docker-based Odoo deployments. Manages remote servers via SSH, deploys containers, monitors resources, handles scheduled backups, and supports SaaS multi-tenant plans.

Key Features

  • Manage remote servers via SSH
  • Deploy Docker containers automatically
  • Control containers (start/stop/restart/rebuild)
  • Pull git repositories and update services
  • Monitor container status with auto-refresh
  • Scheduled database backups with retention policy
  • Container resource monitoring (CPU, memory, network)
  • Live log streaming with auto-refresh
  • Remote module install/upgrade via Manager API
  • SaaS multi-tenant hosting with per-tenant containers
  • Custom domain management with DNS verification and SSL
  • Self-service tenant provisioning portal

Data Models

Docker Container

devops.container
FieldTypeInfo
Name
name
Char Required Container name
Status
status
Selection Running/stopped/error
CPU %
cpu_percent
Float CPU usage
Actions: Start Stop Restart Pull Repos

SaaS Plan

devops.saas.plan
FieldTypeInfo
Plan Name
name
Char Required Plan name
Odoo Version
odoo_version
Selection Version
CPU/Memory/Storage Limits
cpu_limit
Float Resource limits
Monthly Price
price_monthly
Float Price
Actions: View Tenants

Backup Schedule

devops.backup.schedule
FieldTypeInfo
Database
database_name
Char Database to backup
Frequency
frequency
Selection Daily/weekly/monthly
Retention
retention_count
Integer Backups to keep
Actions: Run Backup Now

Scheduled Automations

  • Container Status Check — runs every 5 minutes
  • Scheduled Backups — runs every 1 day

Technical Details

Technical Name devops_manager
Version 19.0.3.0.0
License LGPL-3
Type Application

Menu Structure

DevOps
Servers
Containers
SaaS Plans
Backup Schedules
Logs

Security

DevOps admin access required

DevOps User DevOps Manager

Dependencies

base mail base_setup website portal account

External Dependencies

paramiko