Add instance-discovery document + serving guide #69
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!69
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/69/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?
Serves the public discovery document that Halkyon Learn's new domain-based login
fetches to learn a self-hosted instance's Supabase config — so learners never
type a publishable key (the Supabase analogue of Mastodon's
/api/v1/instance;the anon key is publishable, so it's safe to serve unauthenticated).
App PR: project-halkyon/halkyon-learn#712
discovery/halkyon-learn.json— the canonical document (fill inanonKey).discovery/README.md— the contract (fields, CORS,https/pathnormalisation) plus Caddy / nginx / Traefik snippets for serving it from the
reverse proxy fronting
learn.halkyon.li, outside Kong so noapikeyisrequired.
After merge: fill in
anonKeyand add the proxy route on the server (notversion-controlled here).
Pull request closed