|
@@ -1,3 +1,19 @@
|
|
|
# resticinfo
|
|
# resticinfo
|
|
|
|
|
|
|
|
-Web information page for restic backups
|
|
|
|
|
|
|
+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/
|