dektop
All checks were successful
Deploy / deploy-staging (push) Successful in 8s
Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-06-06 03:36:42 +02:00
parent 888981c782
commit 738b7e9975
2 changed files with 65 additions and 145 deletions

18
docs/README.md Normal file
View File

@@ -0,0 +1,18 @@
# desktop.kusche.berlin
V1-Scaffold fuer die neue Desktop-Oberflaeche von Kusche.Berlin.
## Struktur
- `public/` Web-Root mit Desktop-Shell auf `/`
- `api/desktop.php` JSON-Payload fuer die Shell
- `src/Desktop/` zentrale Desktop-Mechaniken
- `partials/desktop/` Shell-Template
- `modules/` Zielort fuer klassische Module
- `temp/nexus-module-import/` Rohbasis fuer importierte Nexus-Module
## Hinweise
- `Old-Nexus/` wird nicht technisch eingebunden.
- Skins `Windows`, `Apple`, `Linux` laufen auf einer gemeinsamen Shell.
- Keycloak bleibt das Auth-System; der Theme-Handoff ist in `docs/keycloak-theme-handoff.md` beschrieben.