Commit Graph

15 Commits

Author SHA1 Message Date
6d292492fc feat(header): implement Header component with Logo and UserNav 2024-12-30 23:10:45 +08:00
c13f803518 feat(header): add UserNav component 2024-12-30 23:06:32 +08:00
95dc3e9c3f feat(header): add bird icon as default avatar 2024-12-30 23:04:37 +08:00
760676f988 feat(header): add Logo and Logomark components 2024-12-29 22:36:03 +08:00
708b6a14f0 fix(auth): remove middleware export to avoid Edge Runtime error with PrismaClient 2024-12-29 20:15:38 +08:00
3a45ac9044 feat(env): add example environment files for database and authentication configuration 2024-12-29 16:53:44 +08:00
bb4fb0639b feat(auth): add self-host Gitea provider for authentication and update Next.js config for remote images 2024-12-29 16:20:36 +08:00
0c15dcf7de feat(docker): add Gitea service to Docker Compose configuration 2024-12-29 16:19:48 +08:00
b618ba3784 feat(auth): add Gitea provider for authentication and update Next.js config for remote images 2024-12-29 15:48:00 +08:00
3b654bafe3 feat(auth): add GitHub provider for authentication and update Next.js config for remote images 2024-12-29 14:53:51 +08:00
8f2fa3b564 feat(auth): add initial Prisma schema for user authentication 2024-12-29 14:48:09 +08:00
61f0818f0d feat(auth): integrate Prisma adapter for Auth.js authentication 2024-12-29 13:59:25 +08:00
ee3c6eea47 feat(docker): add Docker Compose configuration for PostgreSQL service 2024-12-29 13:54:15 +08:00
a16f5a6e1d feat(auth): add basic Auth.js configuration 2024-12-29 11:04:17 +08:00
b57323938b chore: initialize Next.js project with shadcn 2024-12-29 10:50:00 +08:00