From 8abf0af2cb53b5001672039332739e486b26cd00 Mon Sep 17 00:00:00 2001 From: Robert Günzler Date: Sun, 7 Sep 2025 17:32:13 +0200 Subject: reformat nodes.py MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert Günzler --- nodes.py | 32 ++++++++------------------------ 1 file changed, 8 insertions(+), 24 deletions(-) diff --git a/nodes.py b/nodes.py index fee6445..fe6bae9 100644 --- a/nodes.py +++ b/nodes.py @@ -6,34 +6,18 @@ nodes = { "metadata": { # HACK: this is needed to route host services from containerized traefik "container_gateway": "10.89.0.1", - "ssh": { - "port": "23022", - }, - "tailscale": { - "authkey": "dummy", - }, + "ssh": { 'port': "23022" }, + "tailscale": { 'authkey': "dummy" }, "www": { - "doyouhavewifi": { - "port": "20100", - }, - "gzr-im-preview": { - "port": "20101", - }, - "gzr-im": { - "port": "20102", - }, - "lhost": { - "port": "20103", - }, - "gonca-me": { - "port": "20107", - }, - }, - "glance": { - "port": "20106", + "doyouhavewifi": { 'port': "20100" }, + "gzr-im-preview": { 'port': "20101" }, + "gzr-im": { 'port': "20102" }, + "lhost": { 'port': "20103" }, + "gonca-me": { 'port': "20107" }, }, "go-away": { 'port': "20199" }, "go-away-metrics": { 'port': "20198" }, + "glance": { 'port': "20106" }, }, "bundles": { "firewall", -- cgit 1.4.1