SuperVisor

Frontend Service

Reference frontend service for SuperVisor written in Python

Note

This project works as a web-interface client for users to view their host system performance, container statistics, image information, volume information and network details of a container station from the browser applications of their choice but they need to have the SuperVisor Driver Service running on their server setup and connect to the same with the synchronization URI and passcode provided on the driver service startup.

Native deployment

If you use Fedora (32, 33, 34 ELN, Rawhide or above), CentOS (Stream 8 or above), RHEL (8 or above), Mageia (7, Cauldron or above), OpenSUSE (Leap or Tumbleweed) - you can deploy the frontend service natively using a COPR. Just execute the following commands in succession to install the service.

# dnf install dnf-plugins-core -y
# dnf copr enable t0xic0der/supervisor -y
# dnf install svfrontend -y

In action

Table of contents

  1. Home
  2. Installation
  3. Obtain releases
  4. SuperVisor Driver Service

Contribute

You may request for the addition of new features in the issues page but as the project is singlehandedly maintained - it might take time to develop on them. Please consider forking the repository and contributing to its development. :heart: