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
- Host: GitHub
- URL: https://github.com/gridhead/supervisor-frontend-service
- Owner: gridhead
- License: gpl-3.0
- Created: 2020-12-15T16:21:47.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T14:23:39.000Z (about 5 years ago)
- Last Synced: 2025-07-04T17:09:09.720Z (12 months ago)
- Language: CSS
- Homepage:
- Size: 6.07 MB
- Stars: 16
- Watchers: 1
- Forks: 7
- Open Issues: 34
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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: