17 lines
439 B
Bash
17 lines
439 B
Bash
# Absolute host directory mounted at /shared.
|
|
SHARED_PATH=/absolute/path/to/shared
|
|
|
|
# Public base URL assigned to the Cloudflare Tunnel.
|
|
MCP_PUBLIC_URL=https://your-domain.example
|
|
|
|
# Token for a remotely managed Cloudflare Tunnel.
|
|
CLOUDFLARE_TUNNEL_TOKEN=replace-with-your-tunnel-token
|
|
|
|
# Optional settings.
|
|
TZ=UTC
|
|
COKACREMOTE_REF=main
|
|
# WORKMACHINE_IMAGE=workmachine:local
|
|
# MCP_ALLOWED_HOSTS=
|
|
# MCP_OAUTH_APPROVAL_KEY=
|
|
# MCP_AUTH_TOKEN=
|