-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
23 lines (19 loc) · 910 Bytes
/
Copy path.env.example
File metadata and controls
23 lines (19 loc) · 910 Bytes
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 adjust. Used by docker-compose.yml.
# Remote CDP host the proxy connects to (the browser running with
# --remote-debugging-port). Must be an IP address or localhost — CDP rejects
# DNS Host headers. LAN or Tailscale IP.
CDP_HOST=10.0.0.2
CDP_PORT=9222
# Host port the web app is exposed on (container always listens on 7800).
HOST_PORT=7800
# Browser tab title for the web build.
APP_TITLE=CDP Browser
# Optional end-to-end payload encryption (keeps content opaque to a TLS-intercepting
# proxy). Leave E2E_PASSPHRASE empty to disable (plaintext). When set, the
# browser prompts for the same passphrase. Use a long, high-entropy value.
E2E_PASSPHRASE=
# Optional: a stable base64 salt so the key survives restarts. Generate one with:
# openssl rand -base64 16
# If omitted, a random salt is used per boot (works, but live sessions need a reload
# after a server restart).
E2E_SALT=