Add instance-discovery document + serving guide #68
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
project-halkyon/halkyon-infra!68
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/68/head"
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?
Halkyon Learn's new domain-based login fetches a public
/.well-known/halkyon-learn.json to learn a self-hosted instance's Supabase URL
and publishable key, so learners never type the key (the Supabase analogue of
Mastodon's /api/v1/instance; the anon key is publishable, so it's safe to serve
unauthenticated).
discovery/halkyon-learn.json is the canonical document (fill in anonKey);
discovery/README.md documents the contract (fields, CORS, https/path
normalisation) and how to serve it from the reverse proxy fronting
learn.halkyon.li — outside Kong so no apikey is required — with Caddy / nginx /
Traefik snippets.