VCARD integriert

This commit is contained in:
2023-11-07 22:22:37 +01:00
parent c9541268f9
commit 5f53ca5b8d
2 changed files with 22 additions and 6 deletions

16
.idea/workspace.xml generated
View File

@@ -5,12 +5,8 @@
</component>
<component name="ChangeListManager">
<list default="true" id="3fdfc273-527d-4717-bd6d-4ba98fba7555" name="Changes" comment="VCARD-Inhalt geplant (in Flask-qr.py)">
<change afterPath="$PROJECT_DIR$/readme.md" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/Dockerfile-RasPi" beforeDir="false" afterPath="$PROJECT_DIR$/Dockerfile-RasPi" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/Flask-QR.py" beforeDir="false" afterPath="$PROJECT_DIR$/app/Flask-QR.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/static/style.css" beforeDir="false" afterPath="$PROJECT_DIR$/app/static/style.css" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/templates/index.html" beforeDir="false" afterPath="$PROJECT_DIR$/app/templates/index.html" afterDir="false" />
<change beforePath="$PROJECT_DIR$/app/templates/qr.html" beforeDir="false" afterPath="$PROJECT_DIR$/app/templates/qr.html" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -120,7 +116,15 @@
<option name="project" value="LOCAL" />
<updated>1699379424586</updated>
</task>
<option name="localTasksCounter" value="3" />
<task id="LOCAL-00003" summary="VCARD-Inhalt geplant (in Flask-qr.py)">
<option name="closed" value="true" />
<created>1699391098026</created>
<option name="number" value="00003" />
<option name="presentableId" value="LOCAL-00003" />
<option name="project" value="LOCAL" />
<updated>1699391098026</updated>
</task>
<option name="localTasksCounter" value="4" />
<servers />
</component>
<component name="Vcs.Log.Tabs.Properties">

12
readme.md Normal file
View File

@@ -0,0 +1,12 @@
# Flask QR-Code-Generator
Dieses Programm benötigt Python und das Flask-Framework um einen kleinen Server auf Port 80
aufzumachen.
pip install Flask-QRcode
... installiert alles Notwendige nach damit das Programm läuft
## Docker
2 unterschiedliche Dockerfile's, da obwohl bei beiden python:slim als Basis genutzt wird,
noch die Installation von ein paar packages zusätzlich notwendig ist, damit flask auch auf
dem RaspberryPi 3 via pip install integriert werden kann