Web information page for restic backups

Markus Spring 54e09ec81c added table.html.bak hace 1 año
app 7f974a0716 display local fillevel hace 1 año
helpers 7f974a0716 display local fillevel hace 1 año
.gitignore 54e09ec81c added table.html.bak hace 1 año
Dockerfile d65a3d6ac3 final commit hace 2 años
LICENSE 071f1e21da Initial commit hace 2 años
README.md e5026ce1f0 Build-Information upgedated hace 2 años
docker-compose.yml d65a3d6ac3 final commit hace 2 años
requirements.txt 82ea5b3a2f initial version, all files hace 2 años

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/