Feb 19: vault setup, Go fix, SSH keys, win alert filter
This commit is contained in:
parent
dbb39424bf
commit
0e24c75976
|
|
@ -56,3 +56,30 @@
|
|||
- OpenRouter followed @supermemory — Johan asked if we should reconsider
|
||||
- Decision: PASS for now. Privacy blocker (our memory has Sophia's medical data etc.)
|
||||
- If they get self-hosted option, worth revisiting for inou specifically
|
||||
|
||||
## Vaultwarden (Feb 19 ~5AM)
|
||||
- Discovered Caddy was never on Zurich — Stalwart had claimed port 443 on Feb 17
|
||||
- vault.inou.com was broken: Stalwart presenting mail.inou.com cert → HSTS blocked it
|
||||
- Root cause: I set `includeSubDomains` HSTS on inou.com home Caddy, cascading to vault.*
|
||||
- Deployed Caddy on Zurich as proper reverse proxy, moved Stalwart web off port 443 → 127.0.0.1:8443
|
||||
- Vaultwarden deployed on Zurich at /opt/vaultwarden/data, serving vault.jongsma.me
|
||||
- DNS: vault.jongsma.me → 82.24.174.112 (Zurich specific A record, overrides *.jongsma.me wildcard)
|
||||
- vault.inou.com: removed (nuked per Johan)
|
||||
- Status: Vaultwarden live, Johan needs to create account + import Proton Pass
|
||||
- Signups still open — disable after Johan creates account
|
||||
|
||||
## Go Environment Fix (Feb 18 ~11:30PM)
|
||||
- Rogue agent installed golang-go (1.22.2) via apt → shadowed /usr/local/go (1.23.6)
|
||||
- Also installed libgtk-3-dev + libwebkit2gtk + wails binary (~/go/bin/wails)
|
||||
- Fixed: removed apt golang packages, moved /usr/local/go/bin to FRONT of PATH in .bashrc
|
||||
- Go 1.23.6 restored as active
|
||||
|
||||
## SSH Keys Added
|
||||
- johanjongsma@Johans-MacBook-Pro.local (forge authorized_keys)
|
||||
- johan@thinkpad-x1 (forge authorized_keys) — 2019 ThinkPad, Ubuntu 24.04 desktop, 192.168.0.223 WiFi
|
||||
- james@forge added to ThinkPad X1 authorized_keys via CC
|
||||
- forge can now SSH to ThinkPad X1 at 192.168.0.223
|
||||
|
||||
## Win Alerts Fix
|
||||
- Kaseya winalert@kaseya.com, lostalert@kaseya.com, instrumentation, salesforce → now suppressed from Fully dashboard
|
||||
- Filter added in connector_m365.go silentSenders list, committed b408ebc
|
||||
|
|
|
|||
|
|
@ -1,9 +1,9 @@
|
|||
{
|
||||
"last_updated": "2026-02-19T11:02:19.877191Z",
|
||||
"last_updated": "2026-02-19T11:29:28.217199Z",
|
||||
"source": "api",
|
||||
"session_percent": 0,
|
||||
"session_resets": "2026-02-19T16:00:00.843006+00:00",
|
||||
"session_percent": 1,
|
||||
"session_resets": "2026-02-19T16:00:01.172272+00:00",
|
||||
"weekly_percent": 73,
|
||||
"weekly_resets": "2026-02-21T18:59:59.843028+00:00",
|
||||
"weekly_resets": "2026-02-21T19:00:00.172296+00:00",
|
||||
"sonnet_percent": 35
|
||||
}
|
||||
Loading…
Reference in New Issue