v1.1: Update-UI mit Verlauf, Referenzeditor für Pakete, Referenzskript (automatische Versionsupdates mit POST-Integration)

This commit is contained in:
chickenandrice02 2025-06-26 14:06:37 +02:00
parent 029caa8565
commit 06515b8d43
8 changed files with 1412 additions and 148 deletions

View file

@ -13,10 +13,5 @@ docker build -t $IMAGE_NAME .
docker run -d \
--name $CONTAINER_NAME \
-p $PORT:8080 \
--read-only \
--tmpfs /tmp \
--cap-drop ALL \
--security-opt no-new-privileges \
-v "$(realpath ./reference_versions.json)":/app/reference_versions.json \
$IMAGE_NAME
echo "✅ Update-UI läuft unter http://localhost:$PORT"