Commit 3fdeea4
committed
refactor: migrate to Nitro 3 and remove authentication
Major refactoring to upgrade the codebase and simplify architecture:
- Upgrade from Nitro 2.x to Nitro 3.0 beta
- Remove better-auth integration and all authentication-related code
- Refactor font service with provider-based architecture (Google, FontShare, Fontsource, Bunny, Google Icons)
- Add new API endpoints: CSS generation, favicon extraction, OG images, screenshots, webfonts
- Remove unused utilities: image processing, storage adapters, rate limiting, memory cache
- Simplify configuration: remove database and OAuth requirements
- Replace @funish/basis with vite-plus for build tooling
- Add Dockerfile for containerized deployment
- Update project documentation to reflect new architecture
- Move from nitropack to nitro package
- Update all dependencies to latest versions
BREAKING CHANGE: Authentication functionality has been completely removed.
All endpoints are now publicly accessible without authentication.1 parent 0ec6d21 commit 3fdeea4
File tree
52 files changed
+5134
-13977
lines changed- .github/workflows
- .vite-hooks
- public
- server
- routes
- fonts
- img
- utils
- fonts
- providers
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
52 files changed
+5134
-13977
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
Lines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
37 | 39 | | |
38 | 40 | | |
39 | 41 | | |
| |||
51 | 53 | | |
52 | 54 | | |
53 | 55 | | |
54 | | - | |
| 56 | + | |
55 | 57 | | |
56 | 58 | | |
57 | | - | |
58 | | - | |
| 59 | + | |
| 60 | + | |
59 | 61 | | |
60 | | - | |
61 | | - | |
| 62 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
0 commit comments