From bf8344f82d401adb04e4148b667ac5f9bba87419 Mon Sep 17 00:00:00 2001 From: vertighel Date: Thu, 19 Jun 2025 10:09:28 +0200 Subject: [PATCH] config --- noctua/config/nodes.ini.template | 52 ++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 23 deletions(-) diff --git a/noctua/config/nodes.ini.template b/noctua/config/nodes.ini.template index 4046d7d..12d1f38 100644 --- a/noctua/config/nodes.ini.template +++ b/noctua/config/nodes.ini.template @@ -12,48 +12,54 @@ [ASCOM_REMOTE] protocol = http -ip = +ip = 123.123.123.123 hostname = -port = -endpoint = +port = 123 +endpoint = /asd [STX] protocol = http -ip = +ip = 123.123.123.123 hostname = -port = 80 -endpoint = /api +port = 123 +endpoint = /asd [CABINET] -ip = +ip = 123.123.123.123 hostname = -port = +port = 123 [LUCA_FINI] protocol = http -ip = +ip = 123.123.123.123 hostname = -port = -endpoint = /api/v1 +port = 123 +endpoint = /asd [DOMOTICS] -protocol = https -user = -password = -ip = +protocol = http +ip = 123.123.123.123 hostname = -port = +port = 123 +endpoint = /asd [METEO] -protocol = tcp -ip = +protocol = http +ip = 123.123.123.123 hostname = -port = 5001 +port = 123 +endpoint = /asd [IPCAM] protocol = http -user = -password = -ip = +ip = 123.123.123.123 hostname = -port = 80 +port = 123 +endpoint = /asd + +[SIEMENS_SWITCH] +protocol = http +ip = 123.123.123.123 +hostname = +port = 123 +endpoint = /api -- GitLab