[READ-ONLY] One Calendar is a privacy-first calendar web app built with Next.js. It has modern security features, including e2ee, password-protected sharing, and self-destructing share links 馃搮 calendar.xyehr.cn
nextjs
0

Configure Feed

Select the types of activity you want to include in your feed.

One-Calendar / .env.example
324 B 13 lines
1# Core 2NEXT_PUBLIC_BASE_URL=http://localhost:3000 3SALT=Backup-Salt 4 5# Auth 6BETTER_AUTH_SECRET=secret 7BETTER_AUTH_URL=http://localhost:3000 8 9# Optional 10POSTGRES_URL=postgres://postgres:postgres@localhost:5432/onecalendar 11BETTER_AUTH_API_KEY=your-api-key 12NEXT_PUBLIC_TURNSTILE_SITE_KEY=site-key 13TURNSTILE_SECRET_KEY=secret-key