forked from DreamLab-AI/VisionClaw
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.solid-pods.example
More file actions
23 lines (18 loc) · 1.1 KB
/
Copy path.env.solid-pods.example
File metadata and controls
23 lines (18 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copy to .env and fill in real values before running docker-compose.solid-pods.yml
# Cloudflare Tunnel token — get from Zero Trust → Tunnels → Create a tunnel
# Set the tunnel to route HTTPS traffic at pods-native.dreamlab-ai.com
# to http://solid-pod-server:8410
CLOUDFLARE_TUNNEL_TOKEN=your-cloudflare-tunnel-token-here
# Pre-shared key for the /_admin/provision/* admin endpoint.
# Must match NATIVE_POD_ADMIN_KEY in the CF auth-worker secrets.
# Generate with: openssl rand -hex 32
SOLID_ADMIN_KEY=generate-a-random-secret-here
# CORS allowed origins (comma-separated). Must include the forum origin.
SOLID_ALLOWED_ORIGINS=https://dreamlab-ai.com
# Public base URL of this native pod server (must match Cloudflare Tunnel hostname).
SOLID_POD_PUBLIC_URL=https://pods-native.dreamlab-ai.com
# -- Tailscale (alternative to Cloudflare tunnel) -----------------------------
# When using Tailscale instead of Cloudflare tunnel for pod federation,
# set SOLID_POD_PUBLIC_URL to the Tailscale MagicDNS hostname:
# SOLID_POD_PUBLIC_URL=https://agentbox.tailnet-name.ts.net:8484
# TAILSCALE_AUTHKEY=tskey-auth-...