18 lines
522 B
YAML
18 lines
522 B
YAML
predavalnice_pi:
|
|
# Skupne spremenljivke za vse zaslone
|
|
vars:
|
|
# Check here: https://github.com/leukipp/touchkio/releases
|
|
touchkio_version: "1.1.2"
|
|
# Multimedia network
|
|
static_ip_netmask: "255.255.255.0"
|
|
static_ip_gateway: "192.168.190.1"
|
|
static_ip_dns_servers:
|
|
- "212.235.188.28"
|
|
- "212.235.188.29"
|
|
hosts:
|
|
p01_touch_display:
|
|
predavalnica: p01
|
|
static_ip_address: "192.168.190.111"
|
|
hostname: "p01_touch_display.local"
|
|
kiosk_url: "http://192.168.190.110"
|
|
|