From efda87460f3da752cc478fbef55972c0079818b5 Mon Sep 17 00:00:00 2001 From: Ahson Shaikh Date: Fri, 11 Sep 2026 00:27:13 +0500 Subject: [PATCH] docs: add Easypanel deployment guide --- pages/self-deploy/_meta.json | 3 ++- pages/self-deploy/easypanel.md | 12 ++++++++++++ 2 files changed, 14 insertions(+), 1 deletion(-) create mode 100644 pages/self-deploy/easypanel.md diff --git a/pages/self-deploy/_meta.json b/pages/self-deploy/_meta.json index 7b0258a..1a41b8c 100644 --- a/pages/self-deploy/_meta.json +++ b/pages/self-deploy/_meta.json @@ -2,5 +2,6 @@ "vercel": "Running on Vercel", "netlify": "Running on Netlify", "railway": "Running on Railway", - "docker": "Running on Docker" + "docker": "Running on Docker", + "easypanel": "Running on Easypanel" } \ No newline at end of file diff --git a/pages/self-deploy/easypanel.md b/pages/self-deploy/easypanel.md new file mode 100644 index 0000000..4685367 --- /dev/null +++ b/pages/self-deploy/easypanel.md @@ -0,0 +1,12 @@ +# Deploy to Easypanel + +[Easypanel](https://easypanel.io/) is a server control panel that can deploy Anse with one click using its official template, without needing to manually run Docker commands. + +1. Open your Easypanel dashboard and create (or open) a project +2. Click **+ Add Service** and choose **Templates** +3. Search for **Anse** and select it +4. Click **Create** to deploy the service + +Easypanel runs the [official Anse Docker image](https://hub.docker.com/r/ddiu8081/anse) for you and exposes it through a domain. + +See the [official Anse template on Easypanel](https://easypanel.io/templates/anse) for more details.