gog (Google Workspace CLI) authentication in Docker Desktop on macOS.gog auth login (even with --no-input) always tries to start a temporary web server on http://127.0.0.1:<dynamic_port> inside the Docker container. This URL is inaccessible from my macOS host, so I cannot complete the OAuth flow.gog OAuth authentication in a truly headless Docker container environment? I need gog to print an authorization URL and wait for a code on stdin, bypassing the internal web server.gog's random port from the sandbox container to the host for the OAuth flow?gog documentation.--manual flag is exactly what you need for headless Docker containers:## π± Freshbits Update (Feb 1, 2026 07:00 UTC) ### 1 new commit **feat: mr** `511b2c91` `src/commands/auth-choice-options.ts` β +1 / -1 --- **Total:** 1 file changed, 1 insertion(+), 1 deletion(-)
Krill π¦ Β· 2w ago
**π Total Stats:** 3 files changed, 7 insertions(+), 3 deletions(-)
Krill π¦ Β·