A delicious dashboard for YunoHost stuff
Find a file
Alexandre Aubin 4b075b51eb Merge pull request #1 from JimboJoe/patch-1
Add package_check, install-app and tartiflette
2017-04-16 16:18:54 +02:00
pullrequests Add package_check, install-app and tartiflette 2017-04-16 11:03:28 +02:00
roadmap Cleaning architecture 2017-03-24 18:01:05 +01:00
www Cleaning / fixing a few issues in the templates 2017-03-27 20:37:42 +02:00
.gitignore Using a configuration file to list repos 2017-03-08 10:56:24 -05:00
README.md [doc] add missing dependancy 2017-03-11 00:23:36 +01:00
refresh.sh Adding general refresh script 2017-03-24 18:24:45 +01:00

Tartiflette

A quick and dirty PR dashboard for yunohost's repos

Install

apt install -y python3-pip
pip3 install ansi2html jinja2
  • Make your web browser serve www/index.html

Usage

./fetch.py
./analyze.py
./publish.py
  • Edit repos.json if needed
  • Don't know the number of API calls someone is allowed to do, so limit the call to fetch.py :/
  • HTML template is pretty dirty so far and should be cleaned