docs: add “internet-exposed self-hosted” hack (yes, it’s cursed)#46
docs: add “internet-exposed self-hosted” hack (yes, it’s cursed)#46H1D wants to merge 3 commits intovas3k:mainfrom
Conversation
|
Very cursed :D Not sure it's needed right in README, maybe in docs directory |
|
@vas3k done |
Code Review Analysis 🔍This documentation PR for self-hosted public access looks good! A few suggestions: ✅ What looks good
💡 Suggestions for improvement
✅ OverallGood documentation that fills a valid use case. The "cursed" humor appropriately conveys this is not the recommended setup while still helping users who need it. Automated review by Aetheris |
What
Add README section showing how to expose a self-hosted instance and still use built‑in login. It’s hacky, but maybe usefull.
How
SELF_HOSTED_MODE=false, insert a user via SQL, fetch OTP from DB, sign in.Why
Unblocks “public-ish” deployments without wiring full auth/reverse proxy. Cue the shame.
the change is limited to docs; no code changes or migrations.