Disable all Kiosk’s navigation (touch/click, keyboard and menu).
Settings
Key |
Value |
CONFIG |
disable_navigation
|
ENV |
KIOSK_DISABLE_NAVIGATION
|
URL |
disable_navigation
|
VALUE |
bool
|
DEFAULT |
false
|
Using with config.yaml file
disable_navigation: false
Using with ENV in your docker-compose file
KIOSK_DISABLE_NAVIGATION: false
Using with url queries
http://{URL}?disable_navigation=false
A shortcut to set show_time, show_date, show_image_time and image_date_format to false.
Settings
Key |
Value |
CONFIG |
disable_ui
|
ENV |
KIOSK_DISABLE_UI
|
URL |
disable_ui
|
VALUE |
bool
|
DEFAULT |
false
|
Using with config.yaml file
Using with ENV in your docker-compose file
Using with url queries
http://{URL}?disable_ui=false
Remove borders and rounded corners on images.
Settings
Key |
Value |
CONFIG |
frameless
|
ENV |
KIOSK_FRAMELESS
|
URL |
frameless
|
VALUE |
bool
|
DEFAULT |
false
|
Using with config.yaml file
Using with ENV in your docker-compose file
Using with url queries
http://{URL}?frameless=false
Hide cursor/mouse via CSS.
Settings
Key |
Value |
CONFIG |
hide_cursor
|
ENV |
KIOSK_HIDE_CURSOR
|
URL |
hide_cursor
|
VALUE |
bool
|
DEFAULT |
false
|
Using with config.yaml file
Using with ENV in your docker-compose file
Using with url queries
http://{URL}?hide_cursor=false
The base font size for Kiosk. Default is 100% (16px). DO NOT include the % character.
Settings
Key |
Value |
CONFIG |
font_size
|
ENV |
KIOSK_FONT_SIZE
|
URL |
font_size
|
VALUE |
int
|
DEFAULT |
100
|
Using with config.yaml file
Using with ENV in your docker-compose file
Using with url queries
http://{URL}?font_size=100
Display a blurred version of the image as a background.
Settings
Key |
Value |
CONFIG |
background_blur
|
ENV |
KIOSK_BACKGROUND_BLUR
|
URL |
background_blur
|
VALUE |
bool
|
DEFAULT |
true
|
Using with config.yaml file
Using with ENV in your docker-compose file
KIOSK_BACKGROUND_BLUR: true
Using with url queries
http://{URL}?background_blur=true
The amount of blur to apply to the background image (sigma).
Settings
Key |
Value |
CONFIG |
background_blur_amount
|
ENV |
KIOSK_BACKGROUND_BLUR_AMOUNT
|
URL |
background_blur_amount
|
VALUE |
int
|
DEFAULT |
10
|
Using with config.yaml file
background_blur_amount: 10
Using with ENV in your docker-compose file
KIOSK_BACKGROUND_BLUR_AMOUNT: 10
Using with url queries
http://{URL}?background_blur_amount=10