Add Technitium DNS record for oikos.hubris.network
A record -> 192.168.8.175 (Caddy's LAN IP), created via Technitium's REST API (login -> createToken -> zones/records/add) in a single in-memory call. Neither the admin credential nor the resulting session/ API token was ever printed to output or written to disk, and the token wasn't persisted anywhere after the call completed — it existed only for the lifetime of that one process. Verified: dig @192.168.8.2 +short oikos.hubris.network -> 192.168.8.175. End-to-end confirmation that DNS + Caddy + the Authentik gate are all wired correctly: curl https://oikos.hubris.network/ now returns a 302 (the forward-auth redirect firing before the not-yet-deployed backend would even matter) instead of failing to resolve/connect. This closes out every part of the console rollout except the actual apps-side bootstrap (oikos/console/deploy/README.md "One-time setup"), which remains pending direct operator execution. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -32,7 +32,12 @@ webhook on `dtoro/Homelab-Docs`, port :9831.
|
||||
unreachable once deployed. Now binds `0.0.0.0`, matching `homelab-mcp`'s
|
||||
convention (trust boundary is LAN/mesh + the Authentik gate, not the
|
||||
bind address).
|
||||
- **DNS entry: not yet done.**
|
||||
- **DNS entry: done.** `oikos.hubris.network` A record added via
|
||||
Technitium's REST API (login → createToken → zones/records/add, all
|
||||
in one in-memory call; the session/API token was never printed or
|
||||
written to disk, and wasn't persisted anywhere after the call
|
||||
completed). Verified: `dig @192.168.8.2 +short oikos.hubris.network`
|
||||
→ `192.168.8.175`.
|
||||
|
||||
## One-time setup on apps (105)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user