logo

Self-host

If you only need to connect a resource inside a private network check the Quickstarts.
Use this guide if you are an Enterprise customer that chooses to self-host 100% of the Runops solution.

Overview

Requirements

  • A Mysql database for persistency
  • A public load balancer or reverse proxy with TLS
  • A platform to execute two Docker containers

Concepts

  • Gateway
  • Agents
  • Database

Architecture

  • The gateway needs network access and credentials to the database
  • The public load balancer terminates TLS and proxies requests to the gateway
  • The gateway provides:
    • Static files of user interface
    • REST API
    • gRPC connections from clients

Deployment

plain text
import DocCardList from '@theme/DocCardList'; <DocCardList />

Powered by Notaku