refactor: replace install.sh with Python install.py

This commit is contained in:
2026-07-26 20:44:10 +02:00
parent 83c95dff08
commit 9a904fda8a
8 changed files with 270 additions and 160 deletions
+1 -1
View File
@@ -140,7 +140,7 @@ nuntius/
├── examples/
│ └── minimal/ # Standalone usage of pkg/contactform (no HTTP server)
├── docs/ # Architecture, configuration, API, deployment, security, library usage
├── install.sh # One-shot server installer (idempotent)
├── install.py # One-shot server installer (idempotent)
├── justfile # install, build, test, run, uninstall
├── go.mod # Go 1.26, no external dependencies
└── LICENSE # MIT