Markus Spring 7f974a0716 display local fillevel il y a 1 an
..
static 4453bdad17 Working Version. Javascript and CSS served locally il y a 2 ans
templates 7f974a0716 display local fillevel il y a 1 an
readme.md 82ea5b3a2f initial version, all files il y a 2 ans
requirements.txt 82ea5b3a2f initial version, all files il y a 2 ans
restic2html.py 82ea5b3a2f initial version, all files il y a 2 ans
restic2html.py.bak 82ea5b3a2f initial version, all files il y a 2 ans

readme.md

FLASK_APP=restic2html.py FLASK_ENV=development flask run

requirements.txt erstellt mit pipreqs .

docker build -t restic2html .

docker run -p 5000:5000 -v /tmp:/tmp restic2html

rsync -av hermes:docker/restic2html/app/ .