mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-04-05 00:44:18 -04:00
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:
@@ -10,6 +10,7 @@ module.exports = {
|
||||
'AUTH_TOKEN',
|
||||
'UI_BACK_BUTTON',
|
||||
'PRINTER_TYPE',
|
||||
'PRINTER_IP'
|
||||
'PRINTER_IP',
|
||||
'KIOSK_VOUCHER_TYPE'
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user