chore: sanitize contributor names and personal node IDs

- docker-compose.submissions.yml: rename submissions-contrib1/contrib2
  to submissions-contrib1/contrib2; update paths and host env vars
- podman-standalone.sh: replace 'Contributor's instance' with generic
  'WireGuard-connected Docker hosts'
- docker-standalone.sh: replace personal node-id in harvest endpoint
This commit is contained in:
pyr0ball 2026-06-13 22:17:38 -07:00
parent 58680b3b27
commit 7ed01fbd48
2 changed files with 2 additions and 2 deletions

View file

@ -82,7 +82,7 @@ TZ="${TZ:-America/Los_Angeles}"
# receiving instance after each glean run. Only matched entries are sent — # receiving instance after each glean run. Only matched entries are sent —
# no raw log content. Used to build Avocet training data. # no raw log content. Used to build Avocet training data.
# #
# export TURNSTONE_SUBMIT_ENDPOINT=https://harvest.circuitforge.tech/contrib1 # export TURNSTONE_SUBMIT_ENDPOINT=https://harvest.circuitforge.tech/your-node-id
# bash ~/turnstone/docker-standalone.sh # bash ~/turnstone/docker-standalone.sh
# #

View file

@ -99,7 +99,7 @@ TZ="${TZ:-America/Los_Angeles}"
# export TURNSTONE_MULTI_AGENT_DIAGNOSE=true # export TURNSTONE_MULTI_AGENT_DIAGNOSE=true
# sudo bash /opt/turnstone/podman-standalone.sh # sudo bash /opt/turnstone/podman-standalone.sh
# #
# For Contributor's instance (Huginn) — WireGuard reaches Heimdall LAN directly, # For WireGuard-connected Docker hosts — WireGuard reaches Heimdall LAN directly,
# use docker-standalone.sh (not this script — Docker host): # use docker-standalone.sh (not this script — Docker host):
# export GPU_SERVER_URL=http://<YOUR_HOST_IP>:7700 # export GPU_SERVER_URL=http://<YOUR_HOST_IP>:7700
# export TURNSTONE_MULTI_AGENT_DIAGNOSE=true # export TURNSTONE_MULTI_AGENT_DIAGNOSE=true