You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(proton-bridge): correct default mode to grpc (#6)
Two lines still described noninteractive as the default; the image now defaults
to grpc (serves mail + the gRPC API the metrics exporter scrapes).
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: images/proton-bridge/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,12 +78,12 @@ Then in the Bridge CLI prompt:
78
78
79
79
Use the generated Bridge credentials in your mail client, not your Proton account password.
80
80
81
-
After login is complete, restart the container with `BRIDGE_MODE=noninteractive`for normal long-running use.
81
+
After login is complete, restart the container in the default `grpc` mode for normal long-running use (or `BRIDGE_MODE=noninteractive` if you don't need the metrics exporter).
82
82
83
83
## Behavior Notes
84
84
85
85
-`bridge` clean exit (`code=0`) stops container by default. Set `BRIDGE_EXIT_ZERO_STOPS_CONTAINER=false` to allow restart instead.
86
-
-`bridge` runs in non-interactive mode by default to avoid EOF-driven exits. Set`BRIDGE_MODE=cli` only for interactive debugging.
86
+
-`bridge` runs in `grpc` mode by default (serves mail plus the gRPC API the metrics exporter scrapes). Use `BRIDGE_MODE=noninteractive` for a leaner run without metrics, or`BRIDGE_MODE=cli` only for interactive debugging.
87
87
-`gpg-agent` service handles Alpine stale socket/lock cleanup before launch and during service finish.
88
88
- Bridge may log DBus keychain warnings in headless environments without `dbus-launch`; this is expected when not using a desktop keyring.
89
89
- The bootstrap GPG key is generated with `%no-protection` and no passphrase. Protect mounted `/home/bridge` volumes and backups accordingly.
0 commit comments