From e74d28a808c9907aae9ec5187b94ad8a60733bd3 Mon Sep 17 00:00:00 2001 From: alvis Date: Thu, 16 Jul 2026 09:16:30 +0000 Subject: [PATCH] agap-mcp: move master password to git-ignored .env BW_PASSWORD referenced via ${BW_PASSWORD} from a git-ignored .env instead of plaintext in the tracked compose. Also records the account repoint to adolf46@proton.me (the shared bw dir's actually-working account; the old allogn creds were stale). Restores Claude's vault MCP and backs Adolf's vault access (kb#64). Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_014t8Qg9gi7H7HtT8MncoXAB --- agap-mcp/.gitignore | 1 + agap-mcp/docker-compose.yml | 4 +--- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 agap-mcp/.gitignore diff --git a/agap-mcp/.gitignore b/agap-mcp/.gitignore new file mode 100644 index 0000000..4c49bd7 --- /dev/null +++ b/agap-mcp/.gitignore @@ -0,0 +1 @@ +.env diff --git a/agap-mcp/docker-compose.yml b/agap-mcp/docker-compose.yml index 25c90ff..b33bab8 100644 --- a/agap-mcp/docker-compose.yml +++ b/agap-mcp/docker-compose.yml @@ -13,7 +13,7 @@ services: - http_proxy= - all_proxy= - BITWARDENCLI_APPDATA_DIR=/bw-data - - BW_EMAIL=allogn@gmail.com + - BW_EMAIL=adolf46@proton.me - BW_PASSWORD=${BW_PASSWORD} - VAULTWARDEN_URL=http://localhost:8041 - GITEA_URL=http://localhost:3000 @@ -21,7 +21,5 @@ services: - ZABBIX_URL=http://192.168.1.4:81 - RADICALE_URL=http://localhost:5232 - RADICALE_USER=alvis - - KANBOARD_URL=http://localhost:4800 - - KANBOARD_BOT_USER=claude volumes: - /home/alvis/.config/Bitwarden CLI:/bw-data