From ce80e30e2f110a9597de6e1ff309cb584f144502 Mon Sep 17 00:00:00 2001 From: Mauricio Siu <47042324+Siumauricio@users.noreply.github.com> Date: Sun, 28 Apr 2024 04:32:26 -0600 Subject: [PATCH] Update README.md --- README.md | 46 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 45 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e08c0f93..4384b0c1 100644 --- a/README.md +++ b/README.md @@ -1 +1,45 @@ -# Dokploy + + +
+

Dokploy

+
+ +
+Reflex Logo +
+
+ + + +Dokploy is a free self-hostable Platform as a Service (PaaS) that simplifies the deployment and management of applications and databases using Docker and Traefik. Designed to enhance efficiency and security, Dokploy allows you to deploy your applications on any VPS. + + + +## 🌟 Features + +- **Applications**: Deploy any type of application (Node.js, PHP, Python, Go, Ruby, etc.) with ease. +- **Databases**: Create and manage databases with support for MySQL, PostgreSQL, MongoDB, MariaDB, Redis, and more. +- **Docker Management**: Easily deploy and manage Docker containers. +- **Traefik Integration**: Automatically integrates with Traefik for routing and load balancing. +- **Real-time Monitoring**: Monitor CPU, memory, storage, and network usage. +- **Database Backups**: Automate backups with support for multiple storage destinations. + + +## 🚀 Getting Started + +To get started run the following command in a VPS: + + +```bash +curl -sSL https://dokploy.com/install.sh | sh +``` + +Tested Systems: + +- Ubuntu 20.04 +- Debian 11 + +## 📄 Documentation + +For detailed documentation, visit [docs.dokploy.com/docs](https://docs.dokploy.com). +