This directory collects the operational docs for self-hosting FeedLog.
Choose the guide that matches where you want to run FeedLog:
| Target | Best for | Guide |
|---|---|---|
| Cloudflare Workers | Serverless edge deploy with Hyperdrive and R2 | Cloudflare Workers |
| Vercel | Managed Node.js deployment with Vercel Blob | Vercel |
| Docker | Full self-hosting on a VPS, NAS, or Docker PaaS | Docker |
Three required variables (DATABASE_URL, BETTER_AUTH_SECRET,
SYSTEM_ADMIN_EMAILS) are enough to boot a working install. Everything
else — OAuth, AI, file uploads, email — is optional.
- Configuration reference — every environment variable, grouped by purpose, with defaults and gotchas.
.env.example— the same list as an annotated.envtemplate you can copy and edit.