An open API service indexing awesome lists of open source software.

https://github.com/gridhead/supervisor-frontend-service

Reference frontend service for SuperVisor written in Python
https://github.com/gridhead/supervisor-frontend-service

Last synced: 12 months ago
JSON representation

Reference frontend service for SuperVisor written in Python

Awesome Lists containing this project

README

          



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](https://github.com/t0xic0der/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.

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

## In action

![](https://raw.githubusercontent.com/t0xic0der/t0xic0der/master/supervisor-frontend-service-v1.1.0-beta.gif)

## Table of contents
1. [Home](https://github.com/t0xic0der/supervisor-frontend-service/wiki)
2. [Installation](https://github.com/t0xic0der/supervisor-frontend-service/wiki/Installation)
3. [Obtain releases](https://github.com/t0xic0der/supervisor-frontend-service/releases)
4. [SuperVisor Driver Service](https://github.com/t0xic0der/supervisor-driver-service)

## Contribute
You may request for the addition of new features in the [issues](https://github.com/t0xic0der/supervisor-frontend-service/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: