Go to file
AndroidEnthusiast 0a764fbc55
Delete README zhCN .md
Delete the file that is not part of the original md presentation file.

Signed-off-by: AndroidEnthusiast <85106891+kwxmxb@users.noreply.github.com>
2024-05-11 17:06:42 +08:00
.github remove file 2024-05-05 11:53:36 -06:00
components Correct Postgres url from password:password to user:password 2024-05-07 21:40:12 +02:00
docker revert: back to next 14 and remove arm/v7 due to unsuported versions from nextjs side 2024-05-04 12:42:39 -06:00
drizzle feat: initial commit 2024-04-28 23:57:52 -06:00
lib feat: initial commit 2024-04-28 23:57:52 -06:00
pages Merge pull request #20 from jesse-holden/main 2024-05-01 18:03:31 -06:00
public feat: initial commit 2024-04-28 23:57:52 -06:00
server format fix 2024-05-09 14:12:16 -04:00
styles feat: initial commit 2024-04-28 23:57:52 -06:00
utils feat: initial commit 2024-04-28 23:57:52 -06:00
.dockerignore feat: add canary builds for testing purposes 2024-05-01 19:44:41 -06:00
.env.example feat: initial commit 2024-04-28 23:57:52 -06:00
.env.production.example chore: add Docker build on PR 2024-05-01 20:46:05 -06:00
.gitignore chore: remove instructions 2024-05-01 01:12:20 -06:00
biome.json feat: initial commit 2024-04-28 23:57:52 -06:00
components.json feat: initial commit 2024-04-28 23:57:52 -06:00
CONTRIBUTING.md chore: add canary docs as a develop branch 2024-05-01 20:00:03 -06:00
Dockerfile feat: initial commit 2024-04-28 23:57:52 -06:00
esbuild.config.ts feat: initial commit 2024-04-28 23:57:52 -06:00
LICENSE.MD feat: initial commit 2024-04-28 23:57:52 -06:00
logo.png Add files via upload 2024-04-28 04:31:45 -06:00
middleware.ts feat: initial commit 2024-04-28 23:57:52 -06:00
migration.ts feat: add migrate file to run the migrations trought the npm command 2024-05-01 00:01:44 -06:00
next.config.mjs chore: update dependencies 2024-05-04 02:20:59 -06:00
package.json chore: upgrade version 2024-05-05 11:52:43 -06:00
pnpm-lock.yaml revert: back to next 14 and remove arm/v7 due to unsuported versions from nextjs side 2024-05-04 12:42:39 -06:00
postcss.config.cjs feat: initial commit 2024-04-28 23:57:52 -06:00
README.md Create README.md 2024-05-10 07:42:01 +08:00
reset-password.ts feat: initial commit 2024-04-28 23:57:52 -06:00
setup.ts feat: add setup file to spin up the necessary files and services 2024-05-01 00:03:58 -06:00
tailwind.config.ts feat: initial commit 2024-04-28 23:57:52 -06:00
TERMS_AND_CONDITIONS.md feat: initial commit 2024-04-28 23:57:52 -06:00
tsconfig.json chore: exclude migration and setup files 2024-05-01 00:02:03 -06:00
tsconfig.server.json feat: initial commit 2024-04-28 23:57:52 -06:00

Dokploy

Reflex Logo

Dokploy 是一个免费的可自行托管的平台即服务PaaS它使用 Docker 和 Traefik 简化了应用程序和数据库的部署和管理。 Dokploy 旨在提高效率和安全性,允许您在任何 VPS 上部署应用程序。

🌟 特点

  • 应用:轻松部署任何类型的应用程序Node.js、PHP、Python、Go、Ruby 等)。
  • 数据库:创建和管理数据库,支持 MySQL、PostgreSQL、MongoDB、MariaDB、Redis 等。
  • Docker 管理: 轻松部署和管理 Docker 容器。
  • 集成特拉菲克: 自动与特拉菲克集成,用于路由选择和负载平衡。
  • 实时监控: 监控 CPU、内存、存储和网络使用情况。
  • 数据库备份: 支持多个存储目的地,实现自动备份。

🚀 入门

要开始使用,请在 VPS 中运行以下命令:

curl -sSL https://dokploy.com/install.sh | sh

经过测试的系统:

  • Ubuntu 20.04
  • Debian 11

📄 文件

有关详细文档,请访问 docs.dokploy.com/docs.