Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/t-a-g-o/flare-dashboard
Flare Web Dashboard that makes it easier to configure Flare and watch over your licenses
https://github.com/t-a-g-o/flare-dashboard
css dashboard ease-of-use flask-application html keyauth linux webapp
Last synced: about 2 months ago
JSON representation
Flare Web Dashboard that makes it easier to configure Flare and watch over your licenses
- Host: GitHub
- URL: https://github.com/t-a-g-o/flare-dashboard
- Owner: t-a-g-o
- License: mit
- Created: 2024-04-27T05:29:12.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-09T03:53:13.000Z (8 months ago)
- Last Synced: 2024-05-09T04:40:47.131Z (8 months ago)
- Topics: css, dashboard, ease-of-use, flask-application, html, keyauth, linux, webapp
- Language: CSS
- Homepage:
- Size: 710 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![GitHub last commit](https://img.shields.io/github/last-commit/t-a-g-o/flare-webapp)
![GitHub issues](https://img.shields.io/github/issues-raw/t-a-g-o/flare-webapp)
![GitHub](https://img.shields.io/github/license/t-a-g-o/flare-webapp)**VERSION 1.0**
> This Web dashboard makes it eaiser to configure [Flare](https://github.com/tagoworks/flare), and look at different statistic and data about Flare.
# Getting Started
### Clone and setup the web files
1. CD into the Flare main directory
2. Clone the repository:
```shell
sudo git clone https://github.com/t-a-g-o/flare-dashboard webdash
```
3. CD into the new directory:
```shell
cd webdash
```
4. Create a python virtual environment:
```shell
sudo python3 -m venv env
```
5. Activate the environment:
```shell
source env/bin/activate
```
6. Install the required modules:
```shell
sudo pip3 install -r requirements.txt
```
### Start the webapp
1. If you haven't already, activate the environment:
```shell
source env/bin/activate
```
2. Run the app with sudo:
```shell
sudo python3 app.py
```**By default, the dashboard will be hosted on port 2 and the login will be admin:admin**
# License
This project is published under the [MIT license](./LICENSE)