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.

fix

authored by

Evan Huang and committed by
GitHub
301c6fd6 825098d9

+1 -1
+1 -1
app/api/blob/route.ts
··· 8 8 9 9 const pool = new Pool({ 10 10 connectionString: process.env.POSTGRES_URL, 11 - ssl: { rejectUnauthorized: true } 11 + ssl: { rejectUnauthorized: false } 12 12 }); 13 13 14 14 let inited = false;