meldestelle/docs
Stefan Mogeritsch 78cda88ae6
All checks were successful
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Successful in 9m22s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Successful in 8m53s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Successful in 2m34s
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Successful in 2m10s
infra: integrate Keycloak monitoring, update alertmanager config, and finalize docs cleanup
Added a Prometheus scrape job for Keycloak metrics. Updated Alertmanager to use Mailpit for local testing. Completed documentation consolidation and marked cleanup-related tasks as done in the master roadmap.
2026-03-05 13:16:43 +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 infra: integrate Keycloak monitoring, update alertmanager config, and finalize docs cleanup 2026-03-05 13:16:43 +01:00
02_Guides chore(docs, design-system, ping-service): integrate SQLDelight with KMP, refine design-system components, and enhance logging 2026-01-24 00:39:31 +01:00
03_Domain docs: add core domain SQL schema draft and enhance domain glossary 2026-01-16 11:32:53 +01:00
04_Agents chore(docs+infra): add hardware setup logs, guidelines, and Minisforum MS-R1 documentation 2026-02-08 01:27:28 +01:00
05_Backend chore: migrate to Exposed 1.0.0 and refactor UUID handling 2026-02-02 12:34:24 +01:00
06_Frontend chore(infra+frontend): upgrade Gradle to 9.3.1 and fix KMP plugin conflicts in Docker builds 2026-02-02 23:01:23 +01:00
07_Infrastructure docs: add backup setup guide and backup script for Zora 2026-03-05 13:11:44 +01:00
90_Reports chore(docs+infra): update roadmap, improve home server plan, and archive outdated reports 2026-02-06 20:49:47 +01:00
99_Journal refactor: standardize environment variable naming and add PING_SERVICE_URL configuration 2026-02-13 15:00:12 +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: add state-management strategy reference and SQLDelight session log 2026-01-28 13:00:55 +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.