Settings
Key | Value |
---|---|
CONFIG |
iframe
|
ENV |
KIOSK_IFRAME
|
URL |
N/A
|
VALUE |
[]string
|
DEFAULT |
""
|
Using with config.yaml file
iframe: - https://example.com - ./weather.html # Local file in same directory - ./content/dashboard.html # Local file in subdirectory
Using with ENV in your docker-compose file
environment: KIOSK_IFRAME: "https://example.com, ./weather.html, ./content/dashboard.html"