Add OAuth auth-file path overrides for CLI providers

This commit is contained in:
ilya-bov
2026-03-06 23:05:25 +03:00
parent 4edba5b824
commit 14588cd9bd
3 changed files with 52 additions and 19 deletions

View File

@@ -37,4 +37,10 @@ APP_PORT=3000
# NPM_CONFIG_CACHE=/app/data/npm-cache
# XDG_CACHE_HOME=/app/data/.cache
# Optional CLI OAuth credential file overrides (for codex-cli / gemini-cli provider auth checks).
# Useful when Eggent runs under a different user than the CLI login user.
# CODEX_AUTH_FILE=/home/node/.codex/auth.json
# GEMINI_OAUTH_CREDS_FILE=/home/node/.gemini/oauth_creds.json
# GEMINI_SETTINGS_FILE=/home/node/.gemini/settings.json
APP_BASE_URL=http://localhost:3000