A delicious dashboard for YunoHost stuff
Find a file
2017-10-27 18:10:28 +00:00
appci Misc fixes / improvement for appci dashboard 2017-10-27 18:10:28 +00:00
pullrequests Adjustment to interface and ranking 2017-05-02 16:25:04 +02:00
roadmap Updating roadmap 2017-08-26 14:59:28 +02:00
unlistedapps Add unlisted apps dashboard 2017-09-02 03:00:10 +02:00
www Adding old app dashboard to index 2017-09-06 16:47:48 +00:00
.gitignore Adding badge for app CI 2017-09-06 17:56:45 +00:00
README.md [doc] add missing dependancy 2017-03-11 00:23:36 +01:00
refresh.sh Refresh appci automatically 2017-08-29 00:11:22 +02: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