mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-04-05 08:53:53 -04:00
Refactored server.js into separate controllers. Implemented UNIFI_TOKEN startup check within info.js. Implemented KIOSK_HOMEPAGE environment variable. Implemented new / redirect structure base on KIOSK_HOMEPAGE variable. Implemented Admin UI button within kiosk.ejs. Updated array.js with new deprecated variables. Updated docker-compose.yml. Updated README.md.
This commit is contained in:
@@ -11,6 +11,8 @@ module.exports = {
|
||||
'UI_BACK_BUTTON',
|
||||
'PRINTER_TYPE',
|
||||
'PRINTER_IP',
|
||||
'KIOSK_VOUCHER_TYPE'
|
||||
'KIOSK_VOUCHER_TYPE',
|
||||
'UNIFI_USERNAME',
|
||||
'UNIFI_PASSWORD'
|
||||
]
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user