https://github.com/gridhead/supervisor-driver-service
Reference driver endpoint service written in Falcon, Werkzeug, Psutil and Docker
https://github.com/gridhead/supervisor-driver-service
Last synced: about 1 year ago
JSON representation
Reference driver endpoint service written in Falcon, Werkzeug, Psutil and Docker
- Host: GitHub
- URL: https://github.com/gridhead/supervisor-driver-service
- Owner: gridhead
- License: gpl-3.0
- Created: 2020-12-15T16:23:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-06-20T06:54:30.000Z (about 5 years ago)
- Last Synced: 2025-04-22T20:12:20.809Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 965 KB
- Stars: 6
- Watchers: 1
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
SuperVisor
Driver Service
Reference driver endpoint service written in Falcon, Werkzeug, Psutil and Docker
## Note
This project works as an intuitive remotely accessible system performance monitoring and task management service for
container station servers and headless Raspberry Pi setups where multiple containers are concurrently running and
require observation, with secure passcode-protected endpoints so that clients can connect via the [SuperVisor Frontend
Service](https://github.com/t0xic0der/supervisor-frontend-service/) and manage their devices.
## In action

**CORRECTION** - The TermSocket URI's protocol text must be `ws` (WebSocket) instead of `http` (HTTP), like it has been
shown above. Please be sure to make that correction before entering those details in the frontend service.
## Table of contents
1. [Home](https://github.com/t0xic0der/supervisor-driver-service/wiki)
2. [Installation](https://github.com/t0xic0der/supervisor-driver-service/wiki/Installation)
3. [Obtain releases](https://github.com/t0xic0der/supervisor-driver-service/releases)
4. [SuperVisor Frontend Service](https://github.com/t0xic0der/supervisor-frontend-service)
## Contribute
You may request for the addition of new features in the
[issues](https://github.com/t0xic0der/supervisor-driver-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.