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
5
fork

Configure Feed

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

restore

authored by

Evan Huang and committed by
GitHub
81112530 4fd2d914

-2
-2
proxy.ts
··· 1 1 import { clerkMiddleware } from "@clerk/nextjs/server" 2 2 3 3 export default clerkMiddleware({ 4 - publishableKey: process.env.NEXT_PUBLIC_CLERK_PUBLISHABLE_KEY ?? process.env.CLERK_PUBLISHABLE_KEY, 5 - secretKey: process.env.CLERK_SECRET_KEY, 6 4 publicRoutes: [ 7 5 "/", 8 6 "/app",