Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion pages/self-deploy/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
12 changes: 12 additions & 0 deletions pages/self-deploy/easypanel.md
Original file line number Diff line number Diff line change
@@ -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.