From 276788579985e66d84ac5ba8ae0d4e6216b0f894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bertrand=20d=27H=C3=A9rouville?= Date: Tue, 21 Nov 2023 22:28:28 +0100 Subject: [PATCH] Update kiosk.toml --- kiosk.toml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/kiosk.toml b/kiosk.toml index b5cb4a6..7bb4614 100644 --- a/kiosk.toml +++ b/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 = ""