From d8cfc9b4875014aca23021a6f8db60e8dad788d7 Mon Sep 17 00:00:00 2001 From: melodyyyang Date: Thu, 13 Nov 2025 11:13:39 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20the=20documentation=20t?= =?UTF-8?q?o=20add=20a=20cloud=20deployment=20method.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + docs/deployment.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/README.md b/README.md index 37f0534f..f26df093 100644 --- a/README.md +++ b/README.md @@ -162,6 +162,7 @@ Dashy supports **1-Click deployments** on several popular cloud platforms. To sp - [ Deploy to GCP](https://deploy.cloud.run/?git_repo=https://github.com/lissy93/dashy.git) - [ Deploy to PWD](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/Lissy93/dashy/master/docker-compose.yml) - [ Deploy to Easypanel](https://easypanel.io/docs/templates/dashy) +- [ Deploy to EdgeOne](https://edgeone.ai/pages/new?repository-url=https://github.com/lissy93/dashy) > For more 1-click cloud deployments, see [Cloud Deployment](./docs/deployment.md#deploy-to-cloud-service) diff --git a/docs/deployment.md b/docs/deployment.md index 3f10642a..f2fdbc93 100644 --- a/docs/deployment.md +++ b/docs/deployment.md @@ -38,6 +38,7 @@ Once you've got Dashy up and running, you'll want to configure it with your own - [Play-with-Docker](#play-with-docker) - [Surge.sh](#surgesh) - [Easypanel](#easypanel) + - [EdgeOne Pages](#edgeone-pages) - [Hosting with CDN](#hosting-with-cdn) - [Requirements](#requirements) - [System Requirements](#system-requirements) @@ -341,6 +342,17 @@ To deploy Dashy to Easypanel, use the following link https://easypanel.io/docs/templates/dashy ``` +### EdgeOne Pages + +[![Deploy to EdgeOne](https://cdnstatic.tencentcs.com/edgeone/pages/deploy.svg)](https://edgeone.ai/pages/new?repository-url=https://github.com/lissy93/dashy) + +[EdgeOne Pages](https://pages.edgeone.ai) it's a is built on a cloud-edge integrated architecture, combining hosting, acceleration, computing, and integration to enable faster and more efficient deployments. +To deploy Dashy to EdgeOne, use the following link + +```text +https://edgeone.ai/pages/new?repository-url=https://github.com/lissy93/dashy +``` + --- ## Hosting with CDN