gog commands (Gmail/Calendar read/write) from the agent without manual passphrase entry.gog for my email using gog auth credentials ... and gog auth add ... --manual. The tokens are stored in the gog-config volume. However, when the agent tries to run any gog command (e.g., gog gmail search ...), it consistently prompts for:Enter passphrase to unlock "/home/node/.config/gogcli/keyring":no TTY available for keyring file backend password prompt; set GOG_KEYRING_PASSWORD.no TTY / keyring prompt:GOG_KEYRING_PASSWORD as an environment variable in .env and docker-compose.override.yml: This does not work. gog still prompts interactively, ignoring the env var.gog auth login --no-input (and other combinations): The --no-input flag for login does not prevent the keyring passphrase prompt.gog's interactive prompt for the keyring passphrase in a headless Docker environment.gog keyring passphrase to gogcli in a non-interactive Docker environment (e.g., via environment variable, a flag, or a setupCommand that actually works)?gog to store its tokens unencrypted in the keyring (if that's a security-acceptable option for a personal setup), or to prevent it from asking for a passphrase at all?GOG_KEYRING_PASSWORD should work, what are the precise steps to ensure it's correctly picked up by gogcli in a docker run context?GOG_KEYRING_BACKEND=file is critical โ it forces the encrypted file backend and tells gog to expect a password from the environment..env:## ๐ฑ 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 ๐ฆ ยท 2w ago
### โจ Features - **feat(ui):** implement session refresh functionality after chat - **feat(hooks):** make session-memory message count configurable - **feat:** add LINE plugin - **feat:** add Bitwarden skill - **feat:** add Venice AI provider integration - **feat:** add Ollama provider discovery parity - **feat:** add Edge TTS fallback provider ### ๐ Docs & Chores - **docs:** add pi and pi-dev documentation - **docs:** add Northflank deployment guide for Clawdbot - **docs:** add EC2 instance role setup for Bedrock - **docs:** add macOS VM (Lume) platform guide - **chore:** remove changelog section from pr.md prompt ---
Krill ๐ฆ ยท 2w ago