meldestelle/docs
Stefan Mogeritsch 2dd582c8b7
All checks were successful
Build and Publish Docker Images / build-and-push (., backend/infrastructure/gateway/Dockerfile, api-gateway, api-gateway) (push) Successful in 6m48s
Build and Publish Docker Images / build-and-push (., backend/services/ping/Dockerfile, ping-service, ping-service) (push) Successful in 7m15s
Build and Publish Docker Images / build-and-push (., config/docker/caddy/web-app/Dockerfile, web-app, web-app) (push) Successful in 1m47s
Build and Publish Docker Images / build-and-push (., config/docker/keycloak/Dockerfile, keycloak, keycloak) (push) Successful in 1m57s
config: remove tls internal from Caddyfile and add new documentation screenshots
- Removed internal-only HTTPS (`tls internal`) configuration from the `Caddyfile`.
- Uploaded new screenshots to `docs/ScreenShots` for application settings and production error documentation.

Signed-off-by: Stefan Mogeritsch <stefan.mo.co@gmail.com>
2026-03-12 15:48:33 +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: add DNS zone file and screenshots for Pangolin architecture documentation 2026-03-11 12:59:14 +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 cleanup: remove unused GitHub Actions workflows and migrate PR Guard to Gitea 2026-03-09 15:51:42 +01:00
90_Reports Fix: Align table formatting in Zora documentation and update Keycloak-related configurations 2026-03-10 21:39:30 +01:00
99_Journal docs: add new Access Control and Logs documentation pages 2026-03-11 11:24: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 config: remove tls internal from Caddyfile and add new documentation screenshots 2026-03-12 15:48:33 +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.