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