From 401c1ea07887f2a6ba24e8e97196de8e2c47ad55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgen=20Ferdinand?= Date: Fri, 7 Mar 2025 22:24:13 +0100 Subject: [PATCH] Update config.yaml --- newt/config.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/newt/config.yaml b/newt/config.yaml index e1ecdef..5b39b45 100644 --- a/newt/config.yaml +++ b/newt/config.yaml @@ -7,15 +7,17 @@ arch: - armv7 - armhf - aarch64 -startup: "system" -boot: "auto" +startup: system +boot: auto host_network: true -privileged: true +privileged: + - NET_ADMIN + - SYS_ADMIN options: PANGOLIN_ENDPOINT: "https://example.com" NEWT_ID: "your_newt_id" NEWT_SECRET: "your_newt_secret" schema: - PANGOLIN_ENDPOINT: "str" - NEWT_ID: "str" - NEWT_SECRET: "str" \ No newline at end of file + PANGOLIN_ENDPOINT: "str?" + NEWT_ID: "str?" + NEWT_SECRET: "str?"