Update docs and screenshots
CI / backend (pull_request) Canceled after 0s
CI / shell (pull_request) Canceled after 0s
CI / frontend (pull_request) Canceled after 0s
CI / arm64-smoke (pull_request) Canceled after 0s
CI / backend (push) Canceled after 0s
CI / shell (push) Canceled after 0s
CI / frontend (push) Canceled after 0s
CI / arm64-smoke (push) Canceled after 0s

This commit is contained in:
2026-07-25 10:26:29 +02:00
parent d6cda77aaf
commit 1f110866f5
170 changed files with 24657 additions and 3 deletions
+29
View File
@@ -66,10 +66,13 @@ pnpm dev
- [HARDWARE-VALIDATION.md](HARDWARE-VALIDATION.md)
- [TROUBLESHOOTING.md](TROUBLESHOOTING.md)
- [SECURITY.md](SECURITY.md)
- [docs/system-manual/README.md](docs/system-manual/README.md)
- [docs/system-manual/MANUAL.md](docs/system-manual/MANUAL.md)
- [docs/API-ENDPOINTS.md](docs/API-ENDPOINTS.md)
- [docs/MIXITUP.md](docs/MIXITUP.md)
- [docs/OFL.md](docs/OFL.md)
- [docs/BPM.md](docs/BPM.md)
- [docs/MIDI_BRIDGE.md](docs/MIDI_BRIDGE.md)
- [docs/DEPENDENCIES.md](docs/DEPENDENCIES.md)
- [docs/IMPLEMENTATION-STATUS.md](docs/IMPLEMENTATION-STATUS.md)
@@ -110,6 +113,32 @@ powershell -ExecutionPolicy Bypass -File .\scripts\sync-windows-deploy.ps1 -Pack
Standard-stien for pakken er `Desktop\TuxDMXWebUI-update`, og den kan aendres med `-StageRoot <sti>`.
## Dokumentation og screenshots
- Den opdaterede systemmanual ligger i `docs/system-manual/`.
- Screenshot-saettet er regenereret den 25. juli 2026 fra lokal `mock=1` preview og matcher den nuvaerende kompakte navigation med grupperede menuer.
- Saettet indeholder ogsaa `MIDI`-siden, saa hele den aktuelle WebUI er dækket.
## Git upload via PowerShell
Hvis du vil stage, committe og pushe direkte til TuxiNet Git fra PowerShell, kan du bruge helper-scriptet:
```powershell
powershell -ExecutionPolicy Bypass -File .\scripts\push-git-tuxinet.ps1 -InitIfNeeded -SetOrigin -StageAll -Commit -CommitMessage "Update docs and screenshots" -Push
```
Standard-remote er:
```text
https://git.tuxinet.dk/thomas/TuxDMX-WebUI.git
```
Hvis du kun vil se status og remote uden at pushe endnu:
```powershell
powershell -ExecutionPolicy Bypass -File .\scripts\push-git-tuxinet.ps1 -SetOrigin
```
## Produktionsnoter
- Debian 13 amd64 er nu førsteborger-platform for Linux-installation.