bdekany / uyuni-security-ui

Unofficial WebUI for consulting Security information through Uyuni API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

uyuni-security-ui

Unofficial WebUI to get a nice view on Security information through the Uyuni API

Installation

Install Python 3 and Flask

zypper -n in python3 python3-Flask

Start

Start Flask (Port 5000 by default)

export FLASK_APP=app.py
flask run --host=0.0.0.0

Use SUMA certificates

export FLASK_APP=app.py
flask run --host=0.0.0.0 --cert=/root/ssl-build/RHN-ORG-TRUSTED-SSL-CERT --key=/root/ssl-build/RHN-ORG-PRIVATE-SSL-KEY

About

Unofficial WebUI for consulting Security information through Uyuni API

License:Other


Languages

Language:HTML 55.0%Language:Python 27.5%Language:CSS 11.6%Language:Shell 6.0%