meldestelle/docs
Stefan Mogeritsch e29d7b3db8 docs: document pipeline fix v6 confirmation and root cause overview
Added a session log confirming the resolution of pipeline issues in iteration v6, including successful sequential builds and the use of direct `config.json` for Docker credentials. Detailed the root causes (registry proxy timeouts and RAM-OOM) and the implemented fixes, ensuring stability and reliable internal registry access.
2026-03-06 15:38:24 +01:00
..
_archive docs: add .keep files to preserve directory structure in Bin and _archive 2026-03-05 11:35:27 +01:00
01_Architecture docs: translate remaining architectural guides to German and standardize formatting 2026-03-06 14:02:51 +01:00
02_Guides docs: translate remaining architectural guides to German and standardize formatting 2026-03-06 14:02:51 +01:00
03_Domain infra: clean up Keycloak configuration, enforce consistency in .env, and improve health checks 2026-03-06 11:23:24 +01:00
04_Agents infra: clean up Keycloak configuration, enforce consistency in .env, and improve health checks 2026-03-06 11:23:24 +01:00
05_Backend infra: clean up Keycloak configuration, enforce consistency in .env, and improve health checks 2026-03-06 11:23:24 +01:00
06_Frontend infra: clean up Keycloak configuration, enforce consistency in .env, and improve health checks 2026-03-06 11:23:24 +01:00
07_Infrastructure docs: update architecture to reflect Proxmox migration and correct network configurations 2026-03-06 13:50:56 +01:00
90_Reports docs: translate remaining architectural guides to German and standardize formatting 2026-03-06 14:02:51 +01:00
99_Journal docs: document pipeline fix v6 confirmation and root cause overview 2026-03-06 15:38:24 +01:00
BilderSuDo docs: add UI screenshots for SuDo documentation 2026-01-26 14:35:26 +01:00
Bin docs: add .keep files to preserve directory structure in Bin and _archive 2026-03-05 11:35:27 +01:00
ScreenShots docs: update architecture to reflect Proxmox migration and correct network configurations 2026-03-06 13:50:56 +01:00
README.md docs: update README with Zora architecture and roadmap links, add .keep file 2026-03-05 11:34:40 +01:00

📚 Projektdokumentation "Meldestelle"

Willkommen im "Gehirn" des Projekts. Dieses Verzeichnis ist die Single Source of Truth.

📂 Struktur

🏗️ Core

🛠️ Tech Stack

🤖 Process


📝 Regeln für die Dokumentation

  1. Docs-as-Code: Doku liegt beim Code und wird im selben PR aktualisiert.
  2. Frontmatter: Jede Markdown-Datei muss einen YAML-Header haben:
    ---
    type: [ADR, Guide, Reference, Report, Journal]
    status: [DRAFT, ACTIVE, DEPRECATED, ARCHIVED]
    owner: [Rolle]
    ---
    
  3. Archivierung: Lösche nichts. Verschiebe veraltetes Wissen in _archive Ordner oder markiere es als ARCHIVED.