Add web SVG generator, container, and Kubernetes manifests

- Flask app (web/) generates M1730 scale SVGs from a form; embeds
  GOST typ A font as base64 so output is self-contained
- Dockerfile builds the app into git.baumann.gr/adebaumann/m1730-generator
- k8s/ deploys as a ClusterIP service for NPM to proxy at
  works.adebaumann.com/M1730-generator/

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-07-12 00:29:55 +02:00
parent 10d25462be
commit 9e7223a1f5
13 changed files with 1193 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
.venv/
.git/
k8s/
web/__pycache__/
__pycache__/