Updated info.js to reflect auto kiosk print status. Implemented KIOSK_PRINTER environment variable. Updated docker-compose.yml. Dependency updates. Updated README.md. Implemented voucher auto-print within kiosk in server.js

This commit is contained in:
Glenn de Haan
2025-07-22 19:20:22 +02:00
parent 09d2fe6e31
commit 95cbad4fd8
7 changed files with 77 additions and 20 deletions

View File

@@ -34,5 +34,6 @@ services:
KIOSK_ENABLED: 'false'
KIOSK_VOUCHER_TYPES: '480,1,,,;'
KIOSK_NAME_REQUIRED: 'false'
KIOSK_PRINTER: ''
LOG_LEVEL: 'info'
TRANSLATION_DEBUG: 'false'