You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1022 B
56 lines
1022 B
name = "kiosk"
|
|
description = "Example Kiosk"
|
|
version = "0.0.8"
|
|
modules = []
|
|
groups = []
|
|
|
|
[[packages]]
|
|
name = "kiosk-config"
|
|
version = "*"
|
|
|
|
|
|
[[packages]]
|
|
name = "cockpit"
|
|
|
|
[[packages]]
|
|
name = "microshift-manifests"
|
|
version = "*"
|
|
|
|
[[packages]]
|
|
name = "cockpit-system"
|
|
|
|
|
|
[customizations]
|
|
hostname = "kiosk.local"
|
|
|
|
[customizations.services]
|
|
enabled = ["cockpit.socket", "sshd", "microshift"]
|
|
|
|
[customizations.timezone]
|
|
timezone = "Europe/Paris"
|
|
ntpservers = ["0.fr.pool.ntp.org", "1.fr.pool.ntp.org"]
|
|
|
|
[customizations.locale]
|
|
languages = ["fr_FR.UTF-8"]
|
|
keyboard = "fr"
|
|
|
|
#22 ssh / 9090 cockpit / 6443 microshift
|
|
[customizations.firewall]
|
|
ports = ["22:tcp", "30000:tcp", "9090:tcp", "6443:tcp"]
|
|
|
|
[[customizations.filesystem]]
|
|
mountpoint = "/opt"
|
|
size = 1073741824
|
|
|
|
[[customizations.user]]
|
|
name = "kiosk"
|
|
description = "kiosk"
|
|
password = '__KIOSK_PASSWORD__'
|
|
|
|
[[customizations.user]]
|
|
name = "admin"
|
|
description = "admin"
|
|
key = "__ADMIN_SSH_PUBLIC_KEY__"
|
|
home = "/home/admin/"
|
|
shell = "/usr/bin/bash"
|
|
groups = ["users", "wheel"]
|
|
|