docs: define update service url
This commit is contained in:
18
project-management/requirements/stories/US_000026.md
Normal file
18
project-management/requirements/stories/US_000026.md
Normal 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)
|
||||
Reference in New Issue
Block a user