44 lines
831 B
YAML
44 lines
831 B
YAML
---
|
|
|
|
# make sure to indent properly; use the | for the extra_ vars
|
|
# see the readme for fancier examples
|
|
kiosk_service_templates:
|
|
- chrome_website: "https://theregion.beer"
|
|
service_name: chrome_default
|
|
service_description: "Default Chrome Kiosk Service"
|
|
user_data_dir: ""
|
|
extra_service_configs: ""
|
|
extra_chrome_configs: ""
|
|
|
|
# set to true when there are multiple pages
|
|
create_data_dir: false
|
|
|
|
# this should probably not be changed
|
|
local_user: "cosmos"
|
|
|
|
kiosk_packages:
|
|
- sddm
|
|
- kde-plasma-desktop
|
|
|
|
kiosk_package_remove:
|
|
- plasma-welcome
|
|
- partitionmanager
|
|
- kwalletmanager
|
|
- kdeconnect
|
|
- kdeconnect-libs
|
|
- zutty
|
|
- firefox-esr
|
|
|
|
sddm_method: "plasma"
|
|
|
|
refresh_special: true
|
|
|
|
browser_binary: "/usr/bin/google-chrome"
|
|
|
|
force_x11: false
|
|
|
|
kiosk_yaml: files/kiosk.yaml
|
|
|
|
jenkins_kiosk: false
|
|
|
|
... |