Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Siumauricio committed Jun 15, 2024
1 parent bc28464 commit 68c2272
Showing 1 changed file with 31 additions and 27 deletions.
58 changes: 31 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@


<!-- <div align="center">
<div align="center">
<h1 align="center">Dokploy</h1>
</div> -->

<!-- <div align="center" style="width:100%;">
<img src="https://raw.githubusercontent.com/Dokploy/docs/main/public/logo.png" alt="Reflex Logo" >
<div>
<img style="object-fit: cover; border-radius:20px;" align="center" width="50%"src="https://raw.githubusercontent.com/Dokploy/docs/main/public/logo.png" >
</div>
<p align="center" style="padding-top:20px; max-width:700px;">
Dokploy is a free self-hostable Platform as a Service (PaaS) that simplifies the deployment and management of applications and databases.</p>
</div>
<hr> -->


<div>
<img align="right" width="35%" src="https://raw.githubusercontent.com/Dokploy/docs/main/public/logo.png">
</div>

### Features

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.
Dokploy include multiples features to make your life easier.


* **Applications**: Deploy any type of application (Node.js, PHP, Python, Go, Ruby, etc.).
* **Databases**: Create and manage databases with support for MySQL, PostgreSQL, MongoDB, MariaDB, Redis.
* **Backups**: Automate backups for databases to a external storage destination.
* **Docker Compose**: Native support for Docker Compose to manage complex applications.
* **Multi Node**: Scale applications to multiples nodes using docker swarm to manage the cluster.
* **Templates**: Deploy in a single click open source templates (Plausible, Pocketbase, Calcom, etc.).
* **Traefik Integration**: Automatically integrates with Traefik for routing and load balancing.
* **Real-time Monitoring**: Monitor CPU, memory, storage, and network usage, for every resource.
* **Docker Management**: Easily deploy and manage Docker containers.
* **CLI (Soon⌛)**: Manage your applications and databases using the command line.
* **Self-Hosted**: Self-host Dokploy on your VPS.



Expand All @@ -45,40 +45,44 @@ curl -sSL https://dokploy.com/install.sh | sh
For detailed documentation, visit [docs.dokploy.com](https://docs.dokploy.com).


## Showcase
<!-- https://youtu.be/mznYKPvhcfw -->

[![Watch the video](https://i.sstatic.net/Vp2cE.png)](https://youtu.be/mznYKPvhcfw)
## Video Tutorial
<a href="https://youtu.be/mznYKPvhcfw">
<img src="https://i9.ytimg.com/vi_webp/mznYKPvhcfw/maxresdefault.webp?v=662f1303&sqp=CMTAtbMG&rs=AOn4CLCwStfJOyHvVBq5VPOLopMFq1h7tA" alt="Watch the video" width="400" style="border-radius:20px;"/>
</a>


<video width="100%" height="auto" controls>
<source src="https://youtu.be/mznYKPvhcfw" type="video/mp4">
</video>

## Donations

If you like dokploy, and want to support the project to cover the costs of hosting, testing and development new features, you can donate to the project using the following link:

Thanks to all the supporters!

https://opencollective.com/dokploy


<a href="https://opencollective.com/dokploy"><img src="https://opencollective.com/dokploy/individuals.svg?width=890"></a>


<!-- ##
## Contributors

<a href="https://github.com/dokploy/dokploy/graphs/contributors">
<img src="https://contrib.rocks/image?repo=dokploy/dokploy" />
</a>



OS Support:
## Support OS

- Ubuntu 24.04 LTS (Noble Numbat)
- Ubuntu 23.10 (Mantic Minotaur)
- Ubuntu 22.04 LTS (Jammy Jellyfish)
- Ubuntu 20.04 LTS (Focal Fossa)
- Ubuntu 18.04 LTS (Bionic Beaver)
- Ubuntu 24.04 LTS
- Ubuntu 23.10
- Ubuntu 22.04 LTS
- Ubuntu 20.04 LTS
- Ubuntu 18.04 LTS
- Debian 12
- Debian 11
- Fedora 40
- Centos 9
- Centos 8 -->
- Centos 8



Expand Down

0 comments on commit 68c2272

Please sign in to comment.