From 419833a9c43e366859fbb123a9edda7640b7ab52 Mon Sep 17 00:00:00 2001 From: tebarius Date: Mon, 13 Nov 2023 17:58:42 +0100 Subject: [PATCH] =?UTF-8?q?Variante=20mit=20POST-REQUESTS=20erg=C3=A4nzt?= =?UTF-8?q?=20und=20Dockerfiles=20auf=20POST=20umgestellt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 98 ++++++-- Dockerfile | 6 +- Dockerfile-RasPi | 6 +- app/{Flask-QR.py => GET-Flask-QR.py} | 6 +- app/Post-Flask-QR.py | 234 +++++++++++++++++++ app/{templates => get-templates}/base.html | 0 app/{templates => get-templates}/cal.html | 0 app/{templates => get-templates}/geo.html | 0 app/{templates => get-templates}/index.html | 0 app/{templates => get-templates}/mail.html | 0 app/{templates => get-templates}/mecard.html | 0 app/{templates => get-templates}/tel.html | 0 app/{templates => get-templates}/text.html | 0 app/{templates => get-templates}/url.html | 0 app/{templates => get-templates}/vcard.html | 0 app/{templates => get-templates}/wifi.html | 0 app/post-templates/base.html | 17 ++ app/post-templates/cal.html | 30 +++ app/post-templates/geo.html | 36 +++ app/post-templates/index.html | 15 ++ app/post-templates/mail.html | 24 ++ app/post-templates/mecard.html | 49 ++++ app/post-templates/qr.html | 15 ++ app/post-templates/tel.html | 12 + app/post-templates/text.html | 12 + app/post-templates/url.html | 15 ++ app/post-templates/vcard.html | 63 +++++ app/post-templates/wifi.html | 31 +++ 28 files changed, 639 insertions(+), 30 deletions(-) rename app/{Flask-QR.py => GET-Flask-QR.py} (98%) mode change 100755 => 100644 create mode 100644 app/Post-Flask-QR.py rename app/{templates => get-templates}/base.html (100%) rename app/{templates => get-templates}/cal.html (100%) rename app/{templates => get-templates}/geo.html (100%) rename app/{templates => get-templates}/index.html (100%) rename app/{templates => get-templates}/mail.html (100%) rename app/{templates => get-templates}/mecard.html (100%) rename app/{templates => get-templates}/tel.html (100%) rename app/{templates => get-templates}/text.html (100%) rename app/{templates => get-templates}/url.html (100%) rename app/{templates => get-templates}/vcard.html (100%) rename app/{templates => get-templates}/wifi.html (100%) create mode 100644 app/post-templates/base.html create mode 100644 app/post-templates/cal.html create mode 100644 app/post-templates/geo.html create mode 100644 app/post-templates/index.html create mode 100644 app/post-templates/mail.html create mode 100644 app/post-templates/mecard.html create mode 100644 app/post-templates/qr.html create mode 100644 app/post-templates/tel.html create mode 100644 app/post-templates/text.html create mode 100644 app/post-templates/url.html create mode 100644 app/post-templates/vcard.html create mode 100644 app/post-templates/wifi.html diff --git a/.idea/workspace.xml b/.idea/workspace.xml index fd3347e..c81f81b 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,13 +4,36 @@