From 5cd34cc1ce158bb406cef8221b95ebe98c4c8bfa Mon Sep 17 00:00:00 2001 From: TheRON Date: Sat, 6 Jun 2026 17:51:34 -0400 Subject: [PATCH] Updated --- hubzilla/addon/vs01/vs01_config.json.template | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 hubzilla/addon/vs01/vs01_config.json.template diff --git a/hubzilla/addon/vs01/vs01_config.json.template b/hubzilla/addon/vs01/vs01_config.json.template new file mode 100644 index 0000000..8406a2a --- /dev/null +++ b/hubzilla/addon/vs01/vs01_config.json.template @@ -0,0 +1,22 @@ +{ + "_note": "Copy to config.json. Do not commit config.json — it contains secrets and installation-specific values.", + "receiver_url": "REPLACE — orchestrator receiver endpoint, e.g. https://orchestrator1.internal.diagnostics.kane-il.us/receive", + "node_token": "REPLACE — shared secret for node-to-orchestrator authentication", + "listings_file": "REPLACE — absolute path to listings.json on the host, e.g. /var/www/hubzilla/addon/vs01/listings.json", + "directory_default_tab": "core", + "associations": { + "REPLACE-SLUG": { + "_note": "Key is the URL slug — lowercase, hyphens only, matches argv(1) in the route", + "name": "REPLACE — association legal name", + "address": "REPLACE — association street address", + "channel_id": 0, + "channel_address": "REPLACE — channel@node address", + "groups": { + "public": 0, + "sase_participant": 0, + "corpus_builder": 0, + "civic_professional": 0 + } + } + } +}