t-a-g-o / flare-dashboard

Flare Web Dashboard that makes it easier to configure Flare and watch over your licenses

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


GitHub last commit GitHub issues GitHub

VERSION 1.0

This Web dashboard makes it eaiser to configure 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:
    sudo git clone https://github.com/t-a-g-o/flare-dashboard webdash
  3. CD into the new directory:
    cd webdash
  4. Create a python virtual environment:
    sudo python3 -m venv env
  5. Activate the environment:
    source env/bin/activate
  6. Install the required modules:
    sudo pip3 install -r requirements.txt

Start the webapp

  1. If you haven't already, activate the environment:
    source env/bin/activate
  2. Run the app with sudo:
    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

About

Flare Web Dashboard that makes it easier to configure Flare and watch over your licenses

License:MIT License


Languages

Language:CSS 95.4%Language:HTML 3.7%Language:Python 0.9%