From d7c581c9ba36d2798a21d69773b916a521d96f73 Mon Sep 17 00:00:00 2001
From: tebarius
Date: Tue, 14 Nov 2023 15:50:07 +0100
Subject: [PATCH] =?UTF-8?q?ENV-Variable=20HTTP=5FMETHOD=20eingef=C3=BChrt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.idea/workspace.xml | 46 ++++++++++++++----------
Dockerfile | 2 +-
Dockerfile-RasPi | 2 +-
app/{templates => get-templates}/qr.html | 2 +-
4 files changed, 30 insertions(+), 22 deletions(-)
rename app/{templates => get-templates}/qr.html (87%)
diff --git a/.idea/workspace.xml b/.idea/workspace.xml
index c95cfcc..c8cf46a 100644
--- a/.idea/workspace.xml
+++ b/.idea/workspace.xml
@@ -4,12 +4,11 @@
-
+
-
-
+
@@ -64,27 +63,27 @@
- {
- "keyToString": {
- "DefaultHtmlFileTemplate": "HTML File",
- "RunOnceActivity.OpenProjectViewOnStart": "true",
- "RunOnceActivity.ShowReadmeOnStart": "true",
- "SHARE_PROJECT_CONFIGURATION_FILES": "true",
- "ignore.virus.scanning.warn.message": "true",
- "last_opened_file_path": "D:/mager/Documents/IntelliJ/Docker-Flask-QR/app/Post-Flask-QR.py",
- "project.structure.last.edited": "Modules",
- "project.structure.proportion": "0.15",
- "project.structure.side.proportion": "0.2",
- "settings.editor.selected.configurable": "preferences.keymap"
+
+}]]>
+
-
@@ -232,7 +231,15 @@
1699621212644
-
+
+
+ 1699968357620
+
+
+
+ 1699968357620
+
+
@@ -268,7 +275,8 @@
-
+
+
diff --git a/Dockerfile b/Dockerfile
index a09a4b7..0099611 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM python:slim
LABEL authors="tebarius"
-LABEL version="1.1"
+LABEL version="1.2"
LABEL description="QR-Code-Generator-Server with Flask-App"
WORKDIR /app
diff --git a/Dockerfile-RasPi b/Dockerfile-RasPi
index 2c6c612..e9ffa80 100644
--- a/Dockerfile-RasPi
+++ b/Dockerfile-RasPi
@@ -1,7 +1,7 @@
FROM python:slim
LABEL authors="tebarius"
-LABEL version="1.1"
+LABEL version="1.2"
LABEL description="QR-Code-Generator-Server with Flask-App"
LABEL platform="Raspberry Pi 3 with Raspian"
diff --git a/app/templates/qr.html b/app/get-templates/qr.html
similarity index 87%
rename from app/templates/qr.html
rename to app/get-templates/qr.html
index 511911a..12b7440 100644
--- a/app/templates/qr.html
+++ b/app/get-templates/qr.html
@@ -9,7 +9,7 @@
-Noch einmal bitte!
+Noch einmal bitte!
{% endblock %}