init commit
This commit is contained in:
22
files/kiosk.yaml
Normal file
22
files/kiosk.yaml
Normal file
@ -0,0 +1,22 @@
|
||||
```
|
||||
kiosk_service_templates:
|
||||
|
||||
- chrome_website: "http://localhost:8081"
|
||||
service_name: user_stream_control
|
||||
service_description: "VCR Capture User Stream Control"
|
||||
extra_service_configs: ""
|
||||
user_data_dir: "/opt/chrome/one"
|
||||
extra_chrome_configs: |
|
||||
--window-size="560,1080" \
|
||||
--user-data-dir=/opt/chrome/one \
|
||||
- chrome_website: "http://localhost:8888/stream"
|
||||
service_name: stream_preview
|
||||
service_description: "VCR Capture Preview Stream"
|
||||
extra_service_configs: ""
|
||||
user_data_dir: "/opt/chrome/two"
|
||||
extra_chrome_configs: |
|
||||
--window-size="1350,1080" \
|
||||
--user-data-dir=/opt/chrome/two \
|
||||
--window-position="570,0" \
|
||||
|
||||
```
|
||||
Reference in New Issue
Block a user