Flipper Zero FW build report analyzer backend
Docker or Python3 with pipenv module
You need to set the DATABASE_URI env variable to point to the db server, eg
DATABASE_URI=mysql://user_name:password@host.dev/amap_reports.
make run- to start flask development servermake gunicorn- to start gunicorn development servermake docker- buildfirmware-report-serverand tag withlatestmake docker_gunicorn- build docker image and start servicemake install- to install requirementsmake shell- activate pipenv shell, but other make commands won't work in that shell
curl -v http://127.0.0.1:5000/api/v0/branches
make docker- buildfirmware-report-serverand tag withlatest- Upload to container docker repository