You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_EN.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,15 @@ Click the button below for one-click deployment to Cloudflare Workers:
15
15
2. Open the Cloudflare Workers console, select "Import from GitHub," and choose your forked repository for deployment.
16
16
> This project has built-in auto-sync workflow. After forking, no action is required. Updates from the main repository will automatically sync to your fork, and Cloudflare will automatically redeploy without manual maintenance.
17
17
18
-
### Method 3: Local Development Deployment
18
+
### Method 3: Docker One-Click Deployment (Recommended for Self-hosting)
19
+
20
+
```bash
21
+
docker run -d --name nodecrypt -p 80:80 shua1/nodecrypt
22
+
```
23
+
24
+
Access http://localhost:80
25
+
26
+
### Method 4: Local Development Deployment
19
27
After cloning the project and installing dependencies, use `npm run dev` to start the development server.
20
28
Use `npm run deploy` to deploy to Cloudflare Workers.
0 commit comments