浏览代码

Build-Information upgedated

Markus Spring 2 年之前
父节点
当前提交
e5026ce1f0
共有 2 个文件被更改,包括 18 次插入1 次删除
  1. 1 0
      .gitignore
  2. 17 1
      README.md

+ 1 - 0
.gitignore

@@ -1,3 +1,4 @@
 tmp
 *~
 __pycache__
+app/static

+ 17 - 1
README.md

@@ -1,3 +1,19 @@
 # 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/