File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 10
10
</p >
11
11
</p >
12
12
13
+ > [ !IMPORTANT]
14
+ > ** Upgrading to v3?** Please read the [ Migration Guide] ( MIGRATION_GUIDE.md ) for breaking changes and upgrade instructions.
15
+
16
+
13
17
## 🚀 Quick Start
14
18
15
19
``` bash
@@ -105,7 +109,7 @@ docker compose up -d
105
109
#### Using Pre-built Image Directly
106
110
107
111
``` bash
108
- docker pull ghcr.io/raylabshq/gitea-mirror:v2.20.1
112
+ docker pull ghcr.io/raylabshq/gitea-mirror:v3.0.0
109
113
```
110
114
111
115
### Configuration Options
@@ -212,8 +216,11 @@ bun run build
212
216
- Never stored in plaintext
213
217
- Secure session management with JWT tokens
214
218
215
- ### Migration
216
- If upgrading from a version without token encryption:
219
+ ### Upgrading to v3
220
+
221
+ ** Important** : If upgrading from v2.x to v3.0, please read the [ Migration Guide] ( MIGRATION_GUIDE.md ) for breaking changes and upgrade instructions.
222
+
223
+ For quick token encryption migration:
217
224
``` bash
218
225
bun run migrate:encrypt-tokens
219
226
```
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gitea-mirror" ,
3
3
"type" : " module" ,
4
- "version" : " 2.22 .0" ,
4
+ "version" : " 3.0 .0" ,
5
5
"engines" : {
6
6
"bun" : " >=1.2.9"
7
7
},
66
66
"@types/canvas-confetti" : " ^1.9.0" ,
67
67
"@types/react" : " ^19.1.8" ,
68
68
"@types/react-dom" : " ^19.1.6" ,
69
- "astro" : " 5.11.0 " ,
69
+ "astro" : " 5.11.2 " ,
70
70
"bcryptjs" : " ^3.0.2" ,
71
71
"better-auth" : " ^1.2.12" ,
72
72
"canvas-confetti" : " ^1.9.3" ,
73
73
"class-variance-authority" : " ^0.7.1" ,
74
74
"clsx" : " ^2.1.1" ,
75
75
"cmdk" : " ^1.1.1" ,
76
- "drizzle-orm" : " ^0.44.2 " ,
76
+ "drizzle-orm" : " ^0.44.3 " ,
77
77
"fuse.js" : " ^7.1.0" ,
78
78
"jsonwebtoken" : " ^9.0.2" ,
79
79
"lucide-react" : " ^0.525.0" ,
80
80
"next-themes" : " ^0.4.6" ,
81
81
"react" : " ^19.1.0" ,
82
82
"react-dom" : " ^19.1.0" ,
83
83
"react-icons" : " ^5.5.0" ,
84
- "sonner" : " ^2.0.5 " ,
84
+ "sonner" : " ^2.0.6 " ,
85
85
"tailwind-merge" : " ^3.3.1" ,
86
86
"tailwindcss" : " ^4.1.11" ,
87
87
"tw-animate-css" : " ^1.3.5" ,
88
88
"typescript" : " ^5.8.3" ,
89
89
"uuid" : " ^11.1.0" ,
90
90
"vaul" : " ^1.1.2" ,
91
- "zod" : " ^3.25.75 "
91
+ "zod" : " ^4.0.5 "
92
92
},
93
93
"devDependencies" : {
94
94
"@testing-library/jest-dom" : " ^6.6.3" ,
You can’t perform that action at this time.
0 commit comments