docs: define update service url

This commit is contained in:
2025-12-28 22:57:37 +01:00
parent 2d1ca05bf0
commit 3caff1f6e2
3 changed files with 62 additions and 0 deletions

View File

@ -0,0 +1,18 @@
ID: US_000026 | Version: 0.1.0 | Status: Draft
By: Codex (GPT-5)
# US_000026: Client bezieht Updates (Pull)
Status: Draft
Als Betreiber moechte ich, dass der Client Updates per Pull von einem Update-Service bezieht, damit Deployments ohne SSH moeglich sind.
## Akzeptanzkriterien
- Given eine konfigurierte Update-URL (`https://update.wlkns.org`) und Auth-Credentials
- When der Client nach Updates fragt
- Then erhaelt er ein JSON-Manifest mit Version, Artefakt-URL und Checksumme
- And das Artefakt ist ein `tar.gz`
- And die Update-Quelle ist austauschbar per Konfiguration
## Task-Platzhalter
- TASK_000027: Update endpoint config (Details bei Story-Start)