Web information page for restic backups

Markus Spring d8667f9428 Funktioniert, aber ungeschützt hai 9 horas
app 7f974a0716 display local fillevel hai 1 ano
helpers 7f974a0716 display local fillevel hai 1 ano
.gitignore 54e09ec81c added table.html.bak hai 1 ano
Dockerfile d65a3d6ac3 final commit %!s(int64=2) %!d(string=hai) anos
LICENSE 071f1e21da Initial commit %!s(int64=2) %!d(string=hai) anos
README.md e5026ce1f0 Build-Information upgedated %!s(int64=2) %!d(string=hai) anos
docker-compose.yml d8667f9428 Funktioniert, aber ungeschützt hai 9 horas
requirements.txt 82ea5b3a2f initial version, all files %!s(int64=2) %!d(string=hai) anos

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/