add deploy paids and vercel build config
This commit is contained in:
@@ -59,11 +59,51 @@ docker compose up -d
|
||||
## 官方镜像
|
||||
|
||||
```bash
|
||||
docker pull ghcr.io/oiov/wr.do/wrdo:main
|
||||
docker pull ghcr.io/oiov/wr.do/wrdo:latest
|
||||
```
|
||||
|
||||
在 [container/wr.do](https://github.com/oiov/wr.do/pkgs/container/wr.do%2Fwrdo) 可以找到官方镜像。
|
||||
|
||||
## 打包镜像
|
||||
|
||||
Fork 此仓库后,在 Actions 中触发打包镜像。
|
||||
Fork 此仓库后,在 Actions 中触发打包镜像。
|
||||
|
||||
## 付费部署服务
|
||||
|
||||
**联系方式:** 微信 `oiovdev`
|
||||
|
||||
本项目提供专业的代部署服务,根据不同需求灵活收费。
|
||||
|
||||
### 部署方案与价格
|
||||
|
||||
| 部署方式 | 配置说明 | 服务费用 |
|
||||
| --- | --- | --- |
|
||||
| Vercel | 应用托管 + 自建数据库 + 域名配置 | ¥500 |
|
||||
| Vercel | 应用托管 + Neon 云数据库 + 域名配置 | ¥400 |
|
||||
| Docker | 服务器部署 + 自建数据库 + 域名配置 | ¥500 |
|
||||
| Docker | 服务器部署 + Neon 云数据库 + 域名配置 | ¥450 |
|
||||
|
||||
### 重要说明
|
||||
|
||||
- **数据库要求:** 自建数据库需要准备服务器
|
||||
- **域名要求:** 至少准备一个域名,并且需要托管到 Cloudflare
|
||||
- **服务器与域名费用需另付:** 服务器购买和域名注册费用不包含在上述服务费中,建议您提前自行准备
|
||||
- **默认环境配置:** 服务器部署默认安装宝塔面板进行管理
|
||||
|
||||
|
||||
> 推荐云服务器 RackNerd,美国免备案vps,2核2G 配置仅需20.98$≈145RMB/年,支持支付宝付款,[💁点击优惠链接直达](https://my.racknerd.com/aff.php?aff=10906&pid=681) 。
|
||||
|
||||
> 推荐域名注册商 [NameSilo](https://www.namesilo.com/?rid=50fae21ln), 新用户使用优惠码下单可以减 1$,优惠码: wrdo
|
||||
|
||||
### 准备工作
|
||||
|
||||
在开始部署前,请提前注册以下平台账户:
|
||||
|
||||
- **Cloudflare**:https://dash.cloudflare.com (必须,域名管理服务)
|
||||
- **Resend**:https://resend.com (必须,邮件发送服务)
|
||||
- **Vercel**:https://vercel.com (可选,应用部署平台)
|
||||
- **Neon**:https://neon.tech (可选,云数据库服务)
|
||||
|
||||
### 联系方式
|
||||
|
||||
如需部署服务,请添加微信 `oiovdev` 详细咨询,将根据您的具体需求提供定制化的部署方案。
|
||||
@@ -54,11 +54,50 @@ docker compose up -d
|
||||
## Official Image
|
||||
|
||||
```bash
|
||||
docker pull ghcr.io/oiov/wr.do/wrdo:main
|
||||
docker pull ghcr.io/oiov/wr.do/wrdo:latest
|
||||
```
|
||||
|
||||
Find the official image here: [container/wr.do](https://github.com/oiov/wr.do/pkgs/container/wr.do%2Fwrdo)
|
||||
|
||||
## Build Image
|
||||
|
||||
Fork this repository and trigger the build image action in Actions.
|
||||
Fork this repository and trigger the build image action in Actions.
|
||||
|
||||
## Paid Deployment Service
|
||||
|
||||
**Contact:** WeChat `oiovdev`
|
||||
|
||||
This project offers professional deployment services with flexible pricing based on different requirements.
|
||||
|
||||
### Deployment Plans & Pricing
|
||||
|
||||
| Deployment Method | Configuration | Service Fee |
|
||||
| --- | --- | --- |
|
||||
| Vercel | App hosting + Self-hosted database + Domain configuration | ¥500 |
|
||||
| Vercel | App hosting + Neon cloud database + Domain configuration | ¥400 |
|
||||
| Docker | Server deployment + Self-hosted database + Domain configuration | ¥500 |
|
||||
| Docker | Server deployment + Neon cloud database + Domain configuration | ¥450 |
|
||||
|
||||
### Important Notes
|
||||
|
||||
- **Database Requirements:** Self-hosted database requires server preparation
|
||||
- **Domain Requirements:** At least one domain required, must be managed through Cloudflare
|
||||
- **Server & Domain Costs Not Included:** Server purchase and domain registration fees are not included in the above service fees. Please prepare them in advance
|
||||
- **Default Environment Configuration:** Server deployment includes aaPanel (BaoTa) installation by default for management
|
||||
|
||||
> **Recommended Cloud Server:** RackNerd, US-based VPS (no ICP filing required), 2 cores 2GB configuration for only $20.98≈¥145/year, supports Alipay payment. [💁Click here for discount link](https://my.racknerd.com/aff.php?aff=10906&pid=681)
|
||||
|
||||
> **Recommended Domain Registrar:** [NameSilo](https://www.namesilo.com/?rid=50fae21ln), new users can save $1 with coupon code: **wrdo**
|
||||
|
||||
### Prerequisites
|
||||
|
||||
Please register accounts on the following platforms before deployment:
|
||||
|
||||
- **Cloudflare**: https://dash.cloudflare.com (Required, domain management service)
|
||||
- **Resend**: https://resend.com (Required, email delivery service)
|
||||
- **Vercel**: https://vercel.com (Optional, app deployment platform)
|
||||
- **Neon**: https://neon.tech (Optional, cloud database service)
|
||||
|
||||
### Contact Information
|
||||
|
||||
For deployment services, please add WeChat `oiovdev` for detailed consultation. We will provide customized deployment solutions based on your specific needs.
|
||||
102
public/sw.js
102
public/sw.js
File diff suppressed because one or more lines are too long
1
public/sw.js.map
Normal file
1
public/sw.js.map
Normal file
File diff suppressed because one or more lines are too long
2456
public/workbox-8817a5e5.js
Normal file
2456
public/workbox-8817a5e5.js
Normal file
File diff suppressed because it is too large
Load Diff
1
public/workbox-8817a5e5.js.map
Normal file
1
public/workbox-8817a5e5.js.map
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -1,4 +1,6 @@
|
||||
{
|
||||
"buildCommand": "pnpm check-db && pnpm build",
|
||||
"installCommand": "pnpm install",
|
||||
"functions": {
|
||||
"app/api/**/*": {
|
||||
"maxDuration": 60
|
||||
|
||||
Reference in New Issue
Block a user