meldestelle/docs
Stefan Mogeritsch 7757684b6e refactor: update docker images to use custom registry and optimize configurations
Switched container images in `dc-infra.yaml` to a custom Docker registry for better control and consistency across deployments. Added Keycloak with enhanced configurations and updated several container restart policies, memory allocations, and healthcheck settings for improved performance and compatibility.
2026-02-12 20:35:25 +01:00
..
01_Architecture Erster - Push für Zora 2026-02-11 00:01:05 +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 infrastructure guide for JWT in Docker and refactor Keycloak config 2026-01-22 17:23:24 +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 chore(docs+infra): update roadmap, improve home server plan, and archive outdated reports 2026-02-06 20:49:47 +01:00
BilderSuDo docs: add UI screenshots for SuDo documentation 2026-01-26 14:35:26 +01:00
ScreenShots docs: add state-management strategy reference and SQLDelight session log 2026-01-28 13:00:55 +01:00
.frontmatter.schema.json Fix: Test-Commit für VCS-Integration (MP-8) (#15) 2025-11-07 12:26:33 +01:00
CloudFlare.md chore: refactor Gradle config, standardize Kotlin MPP plugin usage, and update dependencies 2026-02-05 02:07:53 +01:00
Heim-Netzwerk-Plan_02-2026.md docs: add Heimnetzwerk plan with VLAN and hardware configuration 2026-02-07 13:02:46 +01:00
Konfig-Matrix_Dev-ProZora.md refactor: update docker images to use custom registry and optimize configurations 2026-02-12 20:35:25 +01:00
README.md docs: remove trailing slashes from links in README for consistency 2026-01-23 13:41:56 +01:00
Release-Proxmox-Virtual-Environment-9-1-20251119-de.pdf docs: add session log for infrastructure planning and roadmap updates 2026-02-06 13:48:51 +01:00
Temp.md docs: add roadmap for Zora infrastructure deployment and "Hello-World" test guide 2026-02-12 20:35:25 +01:00
World4You.md chore: refactor Gradle config, standardize Kotlin MPP plugin usage, and update dependencies 2026-02-05 02:07:53 +01:00
Zora_Infrastructure&Deployment_02-2026.md docs: add roadmap for Zora infrastructure deployment and "Hello-World" test guide 2026-02-12 20:35:25 +01:00

📚 Projektdokumentation "Meldestelle"

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

📂 Struktur

🏗️ Core

  • 01_Architecture: Der Masterplan. ADRs, Roadmaps und C4-Modelle.
    • Start hier: MASTER_ROADMAP_2026_Q1.md
  • 02_Guides: Guides für neue Entwickler (Setup, Guidelines).
  • 03_Domain: Fachlichkeit (Turnierregeln, Entities).

🛠️ Tech Stack

  • 05_Backend: Spring Boot Services, API-Specs, DB-Schema.
    • Referenz: 05_Backend/Services/PingService_Reference.md
  • 06_Frontend: Kotlin Multiplatform, Compose UI, State Management.
  • 07_Infrastructure: Docker, Keycloak, CI/CD.

🤖 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.