Browse Source

Merge branch 'main' into main

ca-cert-and-multi-ks
Bertrand d'Hérouville 2 years ago
committed by GitHub
parent
commit
16e46fffc3
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      imagebuilder/kiosk.toml

6
imagebuilder/kiosk.toml

@ -8,6 +8,7 @@ groups = []
name = "kiosk-config"
version = "*"
[[packages]]
name = "cockpit"
@ -37,6 +38,10 @@ keyboard = "fr"
[customizations.firewall]
ports = ["22:tcp", "30000:tcp", "9090:tcp", "6443:tcp"]
[[customizations.filesystem]]
mountpoint = "/opt"
size = 1073741824
[[customizations.user]]
name = "kiosk"
description = "kiosk"
@ -45,7 +50,6 @@ password = '__KIOSK_PASSWORD__'
[[customizations.user]]
name = "admin"
description = "admin"
password = '__ADMIN_PASSWORD__'
key = "__ADMIN_SSH_PUBLIC_KEY__"
home = "/home/admin/"
shell = "/usr/bin/bash"

Loading…
Cancel
Save