Updated kiosk.json with new translation strings. Updated info.js to reflect the multiple kiosk voucher types. Deprecated the KIOSK_VOUCHER_TYPE environment variable. Implemented the KIOSK_VOUCHER_TYPES environment variable with support for multiple voucher types. Moved the kiosk images (logo.png and bg.jpg) to a kiosk image sub-folder. Redesign of the kiosk.ejs language selector to provide space for custom images. Implemented voucher types within kiosk.ejs. Utilize the bytes converter within voucher.ejs to reformat bytes labels. Updated the docker-compose.yml. Updated the README.md. Implemented /kiosk custom assets overrides. Implemented a type check for the voucher types from kiosk requests

This commit is contained in:
Glenn de Haan
2025-07-09 18:57:32 +02:00
parent c8c3b923b4
commit 454d92b861
11 changed files with 171 additions and 29 deletions

View File

@@ -10,6 +10,7 @@ module.exports = {
'AUTH_TOKEN',
'UI_BACK_BUTTON',
'PRINTER_TYPE',
'PRINTER_IP'
'PRINTER_IP',
'KIOSK_VOUCHER_TYPE'
]
};