implemented 12-deployment.md: added systemd service generation (init --systemd) and migration guide from legacy script; introduced JSON-file persistence, server-rendered UI with polling, and reverse-proxy-based deployment; updated documentation

This commit is contained in:
Michael Hoennig
2026-07-07 14:18:41 +02:00
parent e869b46cbf
commit 60ff595a9d
14 changed files with 578 additions and 5 deletions
+3
View File
@@ -1,4 +1,7 @@
#!/usr/bin/env bash
# DEPRECATED: This script has been replaced by the Kotlin/Spring application in this repository.
# See docs/migration-from-legacy.md for the migration guide; the script is kept only as a behavioral reference.
#
# A small and opinionated continuous integration tool for projects that do not have the hardware budget or operational staff for large CI/CD systems.
# Made to run locally or in Designed for Hostsharing Container Server environments with Docker (Podman not tested yet).
#