This commit is contained in:
2026-06-06 02:22:53 -04:00
parent 190baa3c87
commit 0ccbc11cc2
4 changed files with 904 additions and 30 deletions

View File

@@ -1,6 +1,21 @@
{
"_note": "Copy to config.json. Do not commit config.json — it contains secrets and installation-specific values.",
"corpus_builder_group_id": 0,
"listings_file": "REPLACE — absolute path to listings.json on the host",
"directory_default_tab": "core"
"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
}
}
}
}