{"id":15493613,"url":"https://github.com/gridhead/supervisor-frontend-service","last_synced_at":"2025-07-09T23:32:33.038Z","repository":{"id":50845653,"uuid":"321723159","full_name":"gridhead/supervisor-frontend-service","owner":"gridhead","description":"Reference frontend service for SuperVisor written in Python","archived":false,"fork":false,"pushed_at":"2021-05-28T14:23:39.000Z","size":6362,"stargazers_count":16,"open_issues_count":34,"forks_count":7,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-04T17:09:09.720Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gridhead.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-12-15T16:21:47.000Z","updated_at":"2024-01-05T02:03:26.000Z","dependencies_parsed_at":"2022-09-12T01:30:20.291Z","dependency_job_id":null,"html_url":"https://github.com/gridhead/supervisor-frontend-service","commit_stats":null,"previous_names":["gridhead/supervisor-frontend-service","t0xic0der/supervisor-frontend-service"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/gridhead/supervisor-frontend-service","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridhead%2Fsupervisor-frontend-service","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridhead%2Fsupervisor-frontend-service/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridhead%2Fsupervisor-frontend-service/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridhead%2Fsupervisor-frontend-service/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gridhead","download_url":"https://codeload.github.com/gridhead/supervisor-frontend-service/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gridhead%2Fsupervisor-frontend-service/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264505261,"owners_count":23618910,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-02T08:08:24.502Z","updated_at":"2025-07-09T23:32:33.022Z","avatar_url":"https://github.com/gridhead.png","language":"CSS","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg width=\"15%\" src=\"https://raw.githubusercontent.com/t0xic0der/supervisor-frontend-service/8ef30b5bcdc17496cfafb438837e517657ce8c27/pictures/mainicon.svg\" /\u003e\n\u003c/p\u003e\n\n\u003ch1 align=\"center\"\u003eSuperVisor\u003c/h1\u003e\n\u003ch3 align=\"center\"\u003eFrontend Service\u003c/h3\u003e\n\u003cp align=\"center\"\u003eReference frontend service for SuperVisor written in Python\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://raw.githubusercontent.com/veggiemonk/awesome-docker/master/badge.svg\"\u003e\n    \u003cimg src=\"https://camo.githubusercontent.com/e5d3197f63169393ee5695f496402136b412d5e3b1d77dc5aa80805fdd5e7edb/68747470733a2f2f617765736f6d652e72652f6d656e74696f6e65642d62616467652e737667\"\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/issues/t0xic0der/supervisor-frontend-service?style=flat-square\u0026logo=appveyor\u0026color=teal\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/forks/t0xic0der/supervisor-frontend-service?style=flat-square\u0026logo=appveyor\u0026color=teal\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/stars/t0xic0der/supervisor-frontend-service?style=flat-square\u0026logo=appveyor\u0026color=teal\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/license/t0xic0der/supervisor-frontend-service?style=flat-square\u0026logo=appveyor\u0026color=teal\"\u003e\n    \u003cimg src=\"https://img.shields.io/github/watchers/t0xic0der/supervisor-frontend-service?style=flat-square\u0026color=teal\u0026logo=appveyor\"\u003e\n\u003c/p\u003e\n\n## Note\nThis project works as a web-interface client for users to view their host system performance, container statistics, \nimage information, volume information and network details of a container station from the browser applications of their \nchoice but they need to have the [SuperVisor Driver Service](https://github.com/t0xic0der/supervisor-driver-service/) \nrunning on their server setup and connect to the same with the synchronization URI and passcode provided on the driver \nservice startup.\n\n## Native deployment\n\nIf you use Fedora (32, 33, 34 ELN, Rawhide or above), CentOS (Stream 8 or above), RHEL (8 or above), \nMageia (7, Cauldron or above), OpenSUSE (Leap or Tumbleweed) - you can deploy the frontend service natively using \na COPR. Just execute the following commands in succession to install the service.\n\n```shell\n# dnf install dnf-plugins-core -y\n# dnf copr enable t0xic0der/supervisor -y\n# dnf install svfrontend -y\n```\n\n## In action \n\n![](https://raw.githubusercontent.com/t0xic0der/t0xic0der/master/supervisor-frontend-service-v1.1.0-beta.gif)\n\n## Table of contents\n1. [Home](https://github.com/t0xic0der/supervisor-frontend-service/wiki)\n2. [Installation](https://github.com/t0xic0der/supervisor-frontend-service/wiki/Installation)\n3. [Obtain releases](https://github.com/t0xic0der/supervisor-frontend-service/releases)\n4. [SuperVisor Driver Service](https://github.com/t0xic0der/supervisor-driver-service)\n\n## Contribute\nYou may request for the addition of new features in the [issues](https://github.com/t0xic0der/supervisor-frontend-service/issues) \npage but as the project is singlehandedly maintained - it might take time to develop on them. Please consider forking \nthe repository and contributing to its development. :heart:\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgridhead%2Fsupervisor-frontend-service","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgridhead%2Fsupervisor-frontend-service","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgridhead%2Fsupervisor-frontend-service/lists"}