dev: serve at dev.thermograph.org behind basic auth, bound to loopback #111
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Jinemi/thermograph#111
Loading…
Reference in a new issue
No description provided.
Delete branch "feat/dev-public-guarded"
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?
Dev was mesh-only — bound to
10.10.0.2, no DNS record, no Caddy site. A public record now exists for it, so it gets a real front door instead of a name that resolves to a timeout.Three things keep that acceptable on a box that also runs Forgejo and its CI runner, and they only work together:
X-Robots-Tag: noindex, so dev never competes with thermograph.org for the same content in a search index.Applied and verified live:
The credential in
Caddyfile.vps1is a bcrypt hash, not a password; rotate withcaddy hash-password.Also worth noting from the same deploy: no city warm and no IndexNow ping ran, confirming #109's gate on the compose path.
Dev was mesh-only: bound to 10.10.0.2, no DNS record, no Caddy site. A public record now exists for it, so it gets a real front door instead of a name that resolves to a timeout. Three things keep that acceptable on a box that also runs Forgejo and its CI runner, and all three are load-bearing together: - the stack binds LOOPBACK, so the site block is the only route in — not even the mesh reaches the app directly, which is what makes the guard total rather than decorative, - HTTP basic auth, so a stumbled-upon URL is not a running build, - X-Robots-Tag: noindex, so dev never competes with thermograph.org for the same content in a search index. The credential in Caddyfile.vps1 is a bcrypt hash, not a password.