Bertrand d'Hérouville
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
5 additions and
1 deletions
-
imagebuilder/kiosk.toml
|
|
@ -8,6 +8,7 @@ groups = [] |
|
|
name = "kiosk-config" |
|
|
name = "kiosk-config" |
|
|
version = "*" |
|
|
version = "*" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[packages]] |
|
|
[[packages]] |
|
|
name = "cockpit" |
|
|
name = "cockpit" |
|
|
|
|
|
|
|
|
@ -37,6 +38,10 @@ keyboard = "fr" |
|
|
[customizations.firewall] |
|
|
[customizations.firewall] |
|
|
ports = ["22:tcp", "30000:tcp", "9090:tcp", "6443:tcp"] |
|
|
ports = ["22:tcp", "30000:tcp", "9090:tcp", "6443:tcp"] |
|
|
|
|
|
|
|
|
|
|
|
[[customizations.filesystem]] |
|
|
|
|
|
mountpoint = "/opt" |
|
|
|
|
|
size = 1073741824 |
|
|
|
|
|
|
|
|
[[customizations.user]] |
|
|
[[customizations.user]] |
|
|
name = "kiosk" |
|
|
name = "kiosk" |
|
|
description = "kiosk" |
|
|
description = "kiosk" |
|
|
@ -45,7 +50,6 @@ password = '__KIOSK_PASSWORD__' |
|
|
[[customizations.user]] |
|
|
[[customizations.user]] |
|
|
name = "admin" |
|
|
name = "admin" |
|
|
description = "admin" |
|
|
description = "admin" |
|
|
password = '__ADMIN_PASSWORD__' |
|
|
|
|
|
key = "__ADMIN_SSH_PUBLIC_KEY__" |
|
|
key = "__ADMIN_SSH_PUBLIC_KEY__" |
|
|
home = "/home/admin/" |
|
|
home = "/home/admin/" |
|
|
shell = "/usr/bin/bash" |
|
|
shell = "/usr/bin/bash" |
|
|
|