mirror of
https://github.com/Lissy93/dashy.git
synced 2024-12-24 17:34:17 +03:00
Add Easypanel Deployment Method
This commit is contained in:
parent
ea04247be0
commit
55cd1324c0
@ -156,6 +156,7 @@ Dashy supports **1-Click deployments** on several popular cloud platforms. To sp
|
||||
- [<img src="https://i.ibb.co/xCHtzgh/render.png" width="18"/> Deploy to Render](https://render.com/deploy?repo=https://github.com/lissy93/dashy/tree/deploy_render)
|
||||
- [<img src="https://i.ibb.co/J7MGymY/googlecloud.png" width="18"/> Deploy to GCP](https://deploy.cloud.run/?git_repo=https://github.com/lissy93/dashy.git)
|
||||
- [<img src="https://i.ibb.co/HVWVYF7/docker.png" width="18"/> Deploy to PWD](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/Lissy93/dashy/master/docker-compose.yml)
|
||||
- [<img src="https://i.ibb.co/7NxnM2P/easypanel.png" width="18"/> Deploy to Easypanel](https://easypanel.io/docs/templates/dashy)
|
||||
|
||||
> For more 1-click cloud deployments, see [Cloud Deployment](./docs/deployment.md#deploy-to-cloud-service)
|
||||
|
||||
|
@ -16,16 +16,34 @@ Once you've got Dashy up and running, you'll want to configure it with your own
|
||||
|
||||
## Deployment Methods
|
||||
|
||||
- [Deploy with Docker](#deploy-with-docker)
|
||||
- [Using Docker Compose](#using-docker-compose)
|
||||
- [Unraid](#unraid)
|
||||
- [Synology NAS](#synology-nas)
|
||||
- [Build from Source](#build-from-source)
|
||||
- [Hosting with CDN](#hosting-with-cdn)
|
||||
- [Run as executable](#run-as-executable)
|
||||
- [Install with NPM](#install-with-npm)
|
||||
- [Deploy to cloud service](#deploy-to-cloud-service)
|
||||
- [Use managed instance](#use-managed-instance)
|
||||
- [Deployment](#deployment)
|
||||
- [Quick Start](#quick-start)
|
||||
- [Deployment Methods](#deployment-methods)
|
||||
- [Deploy with Docker](#deploy-with-docker)
|
||||
- [Using Docker Compose](#using-docker-compose)
|
||||
- [Unraid](#unraid)
|
||||
- [Synology NAS](#synology-nas)
|
||||
- [Build from Source](#build-from-source)
|
||||
- [Deploy to cloud service](#deploy-to-cloud-service)
|
||||
- [Netlify](#netlify)
|
||||
- [Heroku](#heroku)
|
||||
- [Cloudflare Workers](#cloudflare-workers)
|
||||
- [Vercel](#vercel)
|
||||
- [DigitalOcean](#digitalocean)
|
||||
- [Google Cloud Platform](#google-cloud-platform)
|
||||
- [Platform.sh](#platformsh)
|
||||
- [Render](#render)
|
||||
- [Scalingo](#scalingo)
|
||||
- [Play-with-Docker](#play-with-docker)
|
||||
- [Surge.sh](#surgesh)
|
||||
- [Easypanel](#easypanel)
|
||||
- [Hosting with CDN](#hosting-with-cdn)
|
||||
- [Requirements](#requirements)
|
||||
- [System Requirements](#system-requirements)
|
||||
- [Docker](#docker)
|
||||
- [Bare Metal](#bare-metal)
|
||||
- [CDN / Cloud Deploy](#cdn--cloud-deploy)
|
||||
- [Browser Support](#browser-support)
|
||||
|
||||
---
|
||||
|
||||
@ -305,6 +323,18 @@ yarn build
|
||||
surge ./dist
|
||||
```
|
||||
|
||||
### Easypanel
|
||||
|
||||
[![Deploy to Easypanel](https://i.ibb.co/ZNPwQX3/deploy-easypanel-button.png)](https://easypanel.io/docs/templates/dashy)
|
||||
|
||||
[Easypanel](https://easypanel.io) it's a modern server control panel. You can use it to deploy Coral on your own server.
|
||||
|
||||
To run Dashy in PWD, use the following URL:
|
||||
|
||||
```text
|
||||
https://easypanel.io/docs/templates/dashy
|
||||
```
|
||||
|
||||
---
|
||||
|
||||
## Hosting with CDN
|
||||
|
@ -143,3 +143,4 @@ Dashy supports 1-Click deployments on several popular cloud platforms. To spin u
|
||||
- [<img src="https://i.ibb.co/xCHtzgh/render.png" width="18"/> Deploy to Render](https://render.com/deploy?repo=https://github.com/lissy93/dashy/tree/deploy_render)
|
||||
- [<img src="https://i.ibb.co/J7MGymY/googlecloud.png" width="18"/> Deploy to GCP](https://deploy.cloud.run/?git_repo=https://github.com/lissy93/dashy.git)
|
||||
- [<img src="https://i.ibb.co/HVWVYF7/docker.png" width="18"/> Deploy to PWD](https://labs.play-with-docker.com/?stack=https://raw.githubusercontent.com/Lissy93/dashy/master/docker-compose.yml)
|
||||
- [<img src="https://i.ibb.co/7NxnM2P/easypanel.png" width="18"/> Deploy to Easypanel](https://easypanel.io/docs/templates/dashy)
|
||||
|
Loading…
Reference in New Issue
Block a user