A private registry for TunnelTug and 0Trust services. Pull images without signing in. Push only with a secret from your dashboard. Open Configure on any card for YAML + Tugconf (scale, link services, multi-instance). Artifacts live on the 0trust.social content network.
Each service ships as a container. Click Configure for site YAML + Tugconf (scale, link, multi-instance).
Social feeds and stories for communities
hub.tunneltug.com/0trust/williwaw:latestDocumentation and published sites
hub.tunneltug.com/0trust/motionkb:latestGitHub replacement — go-git source hosting on the mesh
hub.tunneltug.com/0trust/gitmesh:latestFull identity and control plane
hub.tunneltug.com/0trust/platform:latestMesh access and edge agents
hub.tunneltug.com/0trust/services:latestPublic gTLD face — DoH, RDAP, registrar brand
hub.tunneltug.com/0trust/name:latestDevice-bound session credential relay
hub.tunneltug.com/0trust/dbsc-relay:latestMulti-region DNS and BGP anycast
hub.tunneltug.com/0trust/anycast:latestLog and event ingest with orchid_sync BM25
hub.tunneltug.com/0trust/orchid-ingest:latestIdentity provider — OIDC, passkeys, sessions
hub.tunneltug.com/0trust/auth:latestAutomation pipelines and cron
hub.tunneltug.com/0trust/workflows:latestFleet and network topology
hub.tunneltug.com/0trust/topology:latestPrivate DNS / nameservice admin
hub.tunneltug.com/0trust/nameservice:latestService API keys and fleet tokens
hub.tunneltug.com/0trust/servicekeys:latestService data-replication peer — products keep local embeds and AddPeer /kernel/* (not prefer-remote)
hub.tunneltug.com/0trust/ultimate-db:latestKeystore replication peer via /kernel/keystore — local material stays primary
hub.tunneltug.com/0trust/ultimate-keystore:latestRuntime for tunnel fleets
hub.tunneltug.com/tunneltug/engine:latestThe fleet controller can host the registry, store blobs on 0trust.social, and serve public pulls.
Each release records fleet settings and the exact image digest so you can detect unexpected image changes.
Tunnel servers run from hub.tunneltug.com/tunneltug/engine:latest and register with your load balancer automatically.
export TUNNELTUG_TOKEN=\"$(tunneltug -gen-token)\" tunneltug -mode barge -barge-runtime k3s \\ -barge-replicas 2 \\ -k3s-image hub.tunneltug.com/tunneltug/engine:latest \\ -token \"$TUNNELTUG_TOKEN\" \\ -domain tunneltug.com
export HUB_TAG=latest TUNNELTUG_TOKEN=… ./deploy/oci/build-and-publish.sh all
tunneltug -mode hub-publish \\ -hub-products all \\ -hub-tag latest \\ -token \"$TUNNELTUG_TOKEN\"
tunneltug -config site.yaml -pop sfo -mode stack \\ -token \"$TUNNELTUG_TOKEN\" # or stack YAML only tunneltug -mode stack -stack-config stack.yaml \\ -token \"$TUNNELTUG_TOKEN\"
All images on hub.tunneltug.com and the TunnelTug engine that serves them are open source under the MIT License. That includes the engine, apps, kernel replication barges, 0Trust Name (gTLD), platform feature barges (Auth, IAM, Access, SCIM, PKI, …), Orchid Sync Ingest, and more.