chore: auto-commit uncommitted changes
This commit is contained in:
parent
9b1f1cff89
commit
668fc1059b
17
MEMORY.md
17
MEMORY.md
|
|
@ -131,6 +131,23 @@ I do NOT ask for permission or approval. I use my judgment. I only escalate if s
|
|||
- SMB share: `\\192.168.1.16\sophia` → `/home/johan/sophia/`
|
||||
- Full details: `memory/forge-server.md`
|
||||
|
||||
### Proton Mail Accounts (6 accounts on Proton family plan, all @jongsma.me)
|
||||
- **johan@** — Johan
|
||||
- **tanya@** — Tanya
|
||||
- **tj@** — Shared (Johan + Tanya): Amazon, Sophia, household
|
||||
- **rozemarijn@** — Roos (oldest daughter)
|
||||
- **jacques@** — Jacques (son)
|
||||
- **misha@** (or michael@) — Misha (son)
|
||||
|
||||
MC monitors only: johan, tanya, tj. Roos/Jacques/Misha manage their own.
|
||||
|
||||
**Proton Bridge on forge** (as of 2026-03-06):
|
||||
- Running as systemd service: `protonmail-bridge.service` (QT_QPA_PLATFORM=offscreen --noninteractive)
|
||||
- IMAP: 127.0.0.1:1143, SMTP: 127.0.0.1:1025
|
||||
- Bridge passwords in `~/.config/message-center.env`: JOHAN_BRIDGE_PASSWORD, TANYA_BRIDGE_PASSWORD
|
||||
- MC config: `tls: starttls`, per-account passwords
|
||||
- **⚠️ triage disabled during re-sync (2026-03-06)** — re-enable after sync + cursor fast-forward
|
||||
|
||||
### Mail System (updated 2026-02-19)
|
||||
- **Proton Bridge: DISABLED** — migrated to self-hosted Stalwart on Zurich
|
||||
- **Stalwart:** mail.jongsma.me + mail.inou.com → 82.22.36.202 (Zurich), ports 25/465/587/143/993/995
|
||||
|
|
|
|||
|
|
@ -0,0 +1,20 @@
|
|||
|
||||
## Proton Bridge Setup (00:00-00:17 ET)
|
||||
|
||||
Minimax had changed MC config to `mail.jongsma.me` (Stalwart, defunct), breaking email.
|
||||
|
||||
**What I broke:** Started fresh Proton Bridge instances multiple times, wiping the 10GB gluon email cache. Bad.
|
||||
|
||||
**Fixed state:**
|
||||
- Proton Bridge running as systemd service: `protonmail-bridge.service` (`QT_QPA_PLATFORM=offscreen /usr/bin/protonmail-bridge --noninteractive`)
|
||||
- Accounts: jjongsma (johan@jongsma.me) + Tanya & Johan Jongsma (tj@jongsma.me)
|
||||
- Bridge IMAP passwords: stored in `~/.config/message-center.env` as `JOHAN_BRIDGE_PASSWORD` + `TANYA_BRIDGE_PASSWORD`
|
||||
- MC config restored to correct state (committed `d31e569` on `mc-unified`)
|
||||
- Both accounts IDLE-connected as of 00:17 ET
|
||||
|
||||
**vault1984 MCP token** (my token, scoped): `405865e29a93d44756ddf261a68d4cde8a34d4bef5f06d4d2816ca68770d7db9`
|
||||
- Configured in `~/.claude/mcp.json`
|
||||
- All 5 tools working: get_credential, list_credentials, get_totp, search_vault, check_expiring
|
||||
- This is the intended flow: vault1984 → MCP → James retrieves credentials
|
||||
|
||||
**Lesson:** Never start a fresh instance of ANY data-caching service without checking for existing data first.
|
||||
Binary file not shown.
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"last_updated": "2026-03-06T05:00:01.721052Z",
|
||||
"last_updated": "2026-03-06T11:00:01.616222Z",
|
||||
"source": "api",
|
||||
"session_percent": 0,
|
||||
"session_resets": null,
|
||||
"weekly_percent": 0,
|
||||
"weekly_resets": "2026-03-13T03:00:00.661167+00:00",
|
||||
"sonnet_percent": 1
|
||||
"session_percent": 5,
|
||||
"session_resets": "2026-03-06T15:00:00.571816+00:00",
|
||||
"weekly_percent": 5,
|
||||
"weekly_resets": "2026-03-13T03:00:00.571833+00:00",
|
||||
"sonnet_percent": 4
|
||||
}
|
||||
|
|
@ -57,10 +57,11 @@
|
|||
- **Hardened:** UFW, fail2ban, key-only SSH, services on localhost
|
||||
- **Updated:** 2026-02-19
|
||||
|
||||
### shannon/dealspace — 82.24.174.112
|
||||
### amsterdam/shannon/dealspace — 82.24.174.112
|
||||
- Role: Dealspace dev/staging server
|
||||
- IP: 82.24.174.112 (HostKey VPS, server ID 53643 — formerly amsterdam)
|
||||
- Paid until: 2026-04-09
|
||||
- IP: 82.24.174.112 (HostKey VPS, server ID 53643)
|
||||
- **NOT decommissioned** — paid until 2026-04-09 (~mid-April)
|
||||
- DNS: amsterdam.inou.com → 82.24.174.112 (keep)
|
||||
- Specs: 4 vCore / 6GB RAM / 120GB SSD
|
||||
- OS: Ubuntu 24.04 (reinstalled 2026-02-28)
|
||||
- SSH: root@82.24.174.112 (key auth only, james@forge key)
|
||||
|
|
|
|||
Loading…
Reference in New Issue