add deploy paids and vercel build config

This commit is contained in:
oiov
2025-06-04 21:36:40 +08:00
parent cdee1a227a
commit 217166d3aa
8 changed files with 2644 additions and 6 deletions

View File

@@ -59,7 +59,7 @@ 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) 可以找到官方镜像。
@@ -67,3 +67,43 @@ docker pull ghcr.io/oiov/wr.do/wrdo:main
## 打包镜像
Fork 此仓库后,在 Actions 中触发打包镜像。
## 付费部署服务
**联系方式:** 微信 `oiovdev`
本项目提供专业的代部署服务,根据不同需求灵活收费。
### 部署方案与价格
| 部署方式 | 配置说明 | 服务费用 |
| --- | --- | --- |
| Vercel | 应用托管 + 自建数据库 + 域名配置 | ¥500 |
| Vercel | 应用托管 + Neon 云数据库 + 域名配置 | ¥400 |
| Docker | 服务器部署 + 自建数据库 + 域名配置 | ¥500 |
| Docker | 服务器部署 + Neon 云数据库 + 域名配置 | ¥450 |
### 重要说明
- **数据库要求:** 自建数据库需要准备服务器
- **域名要求:** 至少准备一个域名,并且需要托管到 Cloudflare
- **服务器与域名费用需另付:** 服务器购买和域名注册费用不包含在上述服务费中,建议您提前自行准备
- **默认环境配置:** 服务器部署默认安装宝塔面板进行管理
> 推荐云服务器 RackNerd美国免备案vps2核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` 详细咨询,将根据您的具体需求提供定制化的部署方案。

View File

@@ -54,7 +54,7 @@ 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)
@@ -62,3 +62,42 @@ Find the official image here: [container/wr.do](https://github.com/oiov/wr.do/pk
## Build Image
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.

File diff suppressed because one or more lines are too long

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

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,6 @@
{
"buildCommand": "pnpm check-db && pnpm build",
"installCommand": "pnpm install",
"functions": {
"app/api/**/*": {
"maxDuration": 60