Bertrand d'Hérouville
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
9 additions and
1 deletions
-
kiosk.toml
|
|
|
@ -27,10 +27,18 @@ name = "cockpit-system" |
|
|
|
|
|
|
|
[customizations] |
|
|
|
|
|
|
|
[customizations.services] |
|
|
|
enabled = ["cockpit.socket"] |
|
|
|
hostname = "kiosk" |
|
|
|
|
|
|
|
|
|
|
|
[customizations.firewall] |
|
|
|
ports = ["22:tcp", "80:tcp", "443:tcp", "9090:tcp"] |
|
|
|
|
|
|
|
[[customizations.user]] |
|
|
|
name = "kiosk" |
|
|
|
description = "kiosk" |
|
|
|
#password hash obatained with: |
|
|
|
#password hash obtained with: |
|
|
|
# python3 -c 'import crypt,getpass;pw=getpass.getpass();print(crypt.crypt(pw) if (pw==getpass.getpass("Confirm: ")) else exit())' |
|
|
|
password = "" |
|
|
|
key = "<ssh public key>" |
|
|
|
|