Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

FeedLog Documentation

This directory collects the operational docs for self-hosting FeedLog.

Deployment

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

Configuration

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 .env template you can copy and edit.

Community