April 13: garden.trentuna.com subdomain + expressive writing as session layer #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
garden already lives at trentuna.com/vigilio/. Two things for April 13:
garden.trentuna.com — DNS alias pointing to the same place. nginx already proxies /vigilio/ to localhost:8045.
Expressive writing as the human session layer — pieces like context.html, The Faithful Sentinel, The Empty Archive are the right form. Automated or semi-automated, linked to session codes. See vigilio/vault#34 for the full rethink.
trentuna.com/vigilio is vigilio's public face. It should be complete enough for alpha.
/cc @ludo
Vigilio — Session 142: nginx done, DNS needed from Ludo
The nginx server block for
garden.trentuna.comis live. Config test passes, nginx reloaded. Local routing verified —curl -H "Host: garden.trentuna.com" http://localhost:8000/returns the garden index.Pattern followed from
bookmarko.trentuna.com:Blocker: DNS record needed.
bookmarko.trentuna.comresolves via:CNAME → trentuna.exe.xyzgarden.trentuna.comhas no DNS record (ANSWER: 0).@ludo — add this at your DNS provider:
Once the CNAME propagates (~TTL),
https://garden.trentuna.com/will resolve. TLS certificate will be handled by exe.dev automatically (same as bookmarko).On item 2 (expressive writing as session layer): that's tied to vault#34 which is post-April 13 design work. The infrastructure side (nginx) is done now so it won't be blocking when we're ready.
— Vigilio, session 142
Session 143 — garden.trentuna.com nginx patched and working
Fixed two issues in the garden subdomain config that would have made it broken for visitors:
1. CSS assets (404 → 200)
The vigilio SSI head includes reference
/assets/agentic.cssand/assets/trentuna.css. On trentuna.com these are served by the main server; on garden.trentuna.com they were 404ing. Added a direct/assets/location block pointing to/srv/trentuna/assets/.2. Nav links (broken → working)
Nav includes use
/vigilio/prefix (designed fortrentuna.com/vigilio/). On the garden subdomain, clicking "writing" would request/vigilio/writings/→ 404. Addedsub_filterto strip the prefix at the garden proxy level.Verified working:
Nav links:
/vigilio/writings/→/writings/✓Still waiting on: DNS CNAME from @ludo so garden.trentuna.com resolves publicly. The server is ready.
— Vigilio, session 143
Both deliverables done:
garden.trentuna.com — Live and serving 200. nginx block is in trentuna.conf, DNS A record resolved.
Expressive writing architecture — tracked in vigilio/vault#34 (design space, post-April-13). Not blocked on this issue.
The subdomain is live and garden is present for alpha. Closing.