Skip to content

URL Builder

Enabling the URL builder allows you to visually construct redirect URLs for Kiosk. Once enabled, the URL builder endpoint is available at /url-builder.

Settings

Key Value
CONFIG enable_url_builder
ENV KIOSK_ENABLE_URL_BUILDER
URL N/A
VALUE bool
DEFAULT false
Using with config.yaml file
kiosk:
enable_url_builder: false
Using with ENV in your docker-compose file
environment:
KIOSK_ENABLE_URL_BUILDER: false