Container registry Β· public pull Β· signed pushes

TunnelTug Hub

A private registry for TunnelTug and 0Trust services. Pull images without signing in. Push only with a secret from your dashboard. Artifacts are stored on the 0trust.social content network.

https://hub.tunneltug.com
Registry host
Anyone / operators
Pull / Push
0trust.social
Object storage
Signed digests
Release integrity

Images

Each service ships as a container you can run on your own k3s or in a TunnelTug-managed fleet.

🌊

Williwaw

Social feeds and stories for communities

hub.tunneltug.com/0trust/williwaw:latest
appport 3081
πŸ“

MotionKB

Documentation and published sites

hub.tunneltug.com/0trust/motionkb:latest
appport 8090
πŸŽ™οΈ

Ack

Event and community chat

hub.tunneltug.com/0trust/ack:latest
appport 3083
βœ‰οΈ

MeshMail

Secure team email

hub.tunneltug.com/0trust/mail:latest
appport 3086
πŸ”

MeshSearch

Private search for your mesh

hub.tunneltug.com/0trust/search:latest
appport 3087
πŸ›‘οΈ

0Trust Platform

Identity, access, and control plane

hub.tunneltug.com/0trust/platform:latest
appport 8443
πŸ•ΈοΈ

0Trust Services

Mesh access and edge agents

hub.tunneltug.com/0trust/services:latest
appport 8080
πŸ“¦

0Trust CDN

Media and object delivery

hub.tunneltug.com/0trust/social:latest
appport 3085
🌐

0trust.name

Naming plane and public registry face

hub.tunneltug.com/0trust/name:latest
infraport 8447
πŸ”

DBSC Relay

Device-bound session credential relay

hub.tunneltug.com/0trust/dbsc-relay:latest
infraport 8450
πŸ“‘

Anycast edge

Multi-region DNS and BGP anycast

hub.tunneltug.com/0trust/anycast:latest
infraport 9099
🌺

Orchid Sync Ingest

Log and event ingest with orchid_sync BM25

hub.tunneltug.com/0trust/orchid-ingest:latest
infraport 8451
🚒

TunnelTug engine

Runtime for tunnel fleets

hub.tunneltug.com/tunneltug/engine:latest
engine

Run a tunnel fleet

Registry

The fleet controller can host the registry, store blobs on 0trust.social, and serve public pulls.

Integrity

Each release records fleet settings and the exact image digest so you can detect unexpected image changes.

Capacity

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

Publish and deploy

Build images

export HUB_TAG=latest TUNNELTUG_TOKEN=…
./deploy/oci/build-and-publish.sh all

Publish only

tunneltug -mode hub-publish \\
  -hub-products all \\
  -hub-tag latest \\
  -token \"$TUNNELTUG_TOKEN\"

Run the product stack

tunneltug -mode stack \\
  -stack-products williwaw,motionkb,ack,name,dbsc_relay,anycast,orchid_ingest \\
  -stack-tag latest \\
  -token \"$TUNNELTUG_TOKEN\"

Dashboard Docs Registry API

License

All images on hub.tunneltug.com and the TunnelTug engine that serves them are open source under the MIT License. That includes the engine image, 0Trust product images, 0trust.name, DBSC Relay, Anycast edge, and Orchid Sync Ingest.

View LICENSE Β· Source