Tomasz Torcz 84abf2705b fix(qrgen): fix "trim spaces" checkbox hold state over submits
Only use submitted data to populate form when in POST handler.
Otherwise default value for Boolean field gets clobbered.
2022-02-15 13:28:49 +01:00
2020-12-28 19:19:13 +01:00
2020-12-28 15:28:54 +01:00

QR generator docker.io/samwierema/go-qr-generator

flask app which post to itself

One pod with two containers (fronted, backend) and two exposed ports. One Service with with named ports. Two Routes, with the same hostname, but routing based on path: / to fronted, /render to backend. One NetworkPolicy allowing access to both ports.

Description
Simple web page for generating QR codes.
Readme 41 KiB
Languages
Python 42.3%
HTML 23.2%
Shell 20.2%
Dockerfile 14.3%