_Sidebar
anti edited this page 2026-04-22 19:57:11 -04:00
Clone

Wiki Page Revisions

6 Commits

Author SHA1 Message Date
3fde4a8c74 docs(wiki): add UI-Things page with button/chip/layout proportions 2026-04-22 19:57:11 -04:00
158c43ec10 Add Service Bus page
Documents the host-local UNIX-socket pub/sub transport: architecture,
topic hierarchy, env vars, code examples (publish/subscribe +
get_app_bus for the API), at-most-once delivery semantics, the
live-topology-mutation worked example, testing helpers, and
troubleshooting. Linked from the user-docs section of the sidebar
between Systemd setup and Logging.
2026-04-21 14:41:18 -04:00
189a4cd383 docs(mazenet): add MazeNET wiki page + sidebar entry 2026-04-20 17:01:18 -04:00
e473159ea1 docs: document swarm/agent/updater APIs and add PKI-and-mTLS reference
- Module-Reference-Workers: new sections for decnet/swarm/, decnet/agent/,
  and decnet/updater/ covering exported symbols, FastAPI routes, uvicorn
  launcher flags, and the executor seams the test suite monkeypatches.
- PKI-and-mTLS: standalone developer page covering CA generation, leaf
  issuance, SSLContext wiring (client + server), the VERIFY_X509_STRICT
  workaround for Python 3.13, the RFC 5425 log pipeline's reuse of the
  same CA, and the currently-unenforced CN/role-separation gap.
- Sidebar: link the new PKI page from the Developer docs section.
2026-04-19 00:21:15 -04:00
2c75d6593f docs(swarm): add SWARM Mode page and cross-link from Deployment Modes
Comprehensive walkthrough for the newly-landed SWARM control plane:
- Architecture diagram (master: swarmctl/listener/ingester/api; worker:
  agent/forwarder) with ports cheat sheet
- Step-by-step setup (CA bootstrap, enrollment, bundle shipment, agent +
  forwarder startup, check, first swarm deploy)
- Full command reference for swarmctl, listener, agent, forwarder, and
  the swarm enroll/list/check/decommission subcommands
- Log-pipeline end-to-end story (RFC 5424 on worker → RFC 5425 mTLS on
  6514 → master.json → ingester → dashboard), including tcpdump-based
  plaintext-leak check and source_worker provenance note
- Operational concerns: master crash resume (no dup/loss), worker crash,
  CA rotation, cert rotation, teardown
- Security posture summary
- Known limitations (get_host_ip master-side bug, no web UI yet,
  round-robin only, single master)
- Troubleshooting matrix

Deployment-Modes: trimmed the old 'swarm is not implemented, drive it
from Ansible' section and replaced with a link to the new page.

_Sidebar: added SWARM-Mode under User docs.
2026-04-18 20:20:42 -04:00
anti
c80940e531 wiki: skeleton (home, sidebar, footer) 2026-04-18 06:03:00 -04:00