Web information page for restic backups

Markus Spring d8667f9428 Funktioniert, aber ungeschützt il y a 9 heures
app 7f974a0716 display local fillevel il y a 1 an
helpers 7f974a0716 display local fillevel il y a 1 an
.gitignore 54e09ec81c added table.html.bak il y a 1 an
Dockerfile d65a3d6ac3 final commit il y a 2 ans
LICENSE 071f1e21da Initial commit il y a 2 ans
README.md e5026ce1f0 Build-Information upgedated il y a 2 ans
docker-compose.yml d8667f9428 Funktioniert, aber ungeschützt il y a 9 heures
requirements.txt 82ea5b3a2f initial version, all files il y a 2 ans

README.md

resticinfo

Web information page for restic backups

#FLASK_ENV=development FLASK_APP=app/restic2html debug=true flask run -p 5000 FLASK_APP=restic2html.py FLASK_ENV=development flask run

requirements.txt erstellt mit pipreqs .

docker build -t restic2html .

docker compose build

docker compose up

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

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

rsync -av * hermes:docker/resticinfo/app/