Browse Source
Merge pull request #3 from nmasse-itix/main
fix missing items
ca-cert-and-multi-ks
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
1 additions and
5 deletions
-
imagebuilder/kiosk.toml
|
|
@ -42,14 +42,10 @@ ports = ["22:tcp", "30000:tcp", "9090:tcp", "6443:tcp"] |
|
|
mountpoint = "/opt" |
|
|
mountpoint = "/opt" |
|
|
size = 1073741824 |
|
|
size = 1073741824 |
|
|
|
|
|
|
|
|
[[customizations.user]] |
|
|
|
|
|
name = "kiosk" |
|
|
|
|
|
description = "kiosk" |
|
|
|
|
|
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" |
|
|
|