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

@@ -1,5 +1,14 @@
{
"title": "WiFi Voucher",
"language": "Language",
"type": "Type",
"multiUse": "Multi-use",
"singleUse": "Single-use",
"unlimitedUse": "Unlimited",
"duration": "Duration",
"dataLimit": "Data Limit",
"downloadLimit": "Download Limit",
"uploadLimit": "Upload Limit",
"guestName": "Guest Name",
"generate": "Generate WiFi Voucher",
"generating": "Generating Voucher",