update README.md

This commit is contained in:
Sebastian
2026-06-01 14:32:48 +02:00
parent 2e793aca72
commit c31df8e1b4
+25 -16
View File
@@ -7,22 +7,31 @@ Kiosk na 1 monitor. Chromium wyświetla stronę oczekiwania na sieć, a LibreOff
## Architektura ## Architektura
``` ```
┌──────────────────────────────────────────────────────────────┐ +-----------------------------------------------------------------------+
kiosk.service | Kiosk 1-ekranowy / X11 na tty7 |
│ (xinit + openbox — tty7) │ | |
│ │ | +----------------------+ +--------------------------------------+ |
│ Jeden monitor 1920×1080, bez rozszerzonego pulpitu │ | | kiosk.service | | presentation-manager.sh | |
│ ┌───────────────────────────────────┐ │ | | xinit + openbox | | - montuje SMB | |
│ │ LibreOffice Impress --show │ │ | | | | - synchronizuje czcionki | |
│ │ terminal_live.pptx │ │ | | | | - uruchamia LibreOffice Impress | |
│ └───────────────────────────────────┘ │ | +----------+-----------+ +------------------+-------------------+ |
│ ▲ ▲ │ | | | |
│ kiosk-manager.sh presentation-manager.sh │ | | v |
└──────────────────────────────────────────────────────────────┘ | | +-------------------------------+ |
| | | LibreOffice Impress | |
/mnt/presentation (CIFS/SMB) mounted by script | | | terminal_live.pptx | |
| | +----------------+--------------+ |
//192.168.40.201/DatyFirmowe | | | |
| | v |
| +----------------------+ +--------------------------------+ |
| | Chromium | | /mnt/presentation | |
| | waiting.html | | (CIFS/SMB) | |
| | fullscreen | +----------------+---------------+ |
| +----------------------+ | |
| v |
| //192.168.40.201/DatyFirmowe |
+-----------------------------------------------------------------------+
``` ```
## Pliki projektu ## Pliki projektu