forked from Dokploy/dokploy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request Dokploy#83 from DontFred/canary
Added German Readme
- Loading branch information
Showing
3 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
|
||
|
||
<div align="center"> | ||
<h1 align="center">Dokploy</h1> | ||
</div> | ||
|
||
<div align="center" style="width:100%;"> | ||
<img src="https://raw.githubusercontent.com/Dokploy/dokploy/main/logo.png" alt="Reflex Logo" style="width:60%;"> | ||
</div> | ||
<hr> | ||
|
||
|
||
Dokploy ist eine kostenlose und self-hostable Platform as a Service (PaaS), welche das hosten und managen von deinen Projekten und Datenbanken vereinfacht, das geschieht mithilfe von Docker und Treafik. Es ist designt, um deine Leistung und die Sicherheit deiner Projekte zu verbessern. Dokploy erlaubt dir schnell und einfach auf jeder VPS deine Projekte zu verwirklichen. | ||
|
||
|
||
## Erklärung | ||
[English](README.md) | [中文](README-zh.md) | [Deutsch](README-de.md) | ||
|
||
|
||
|
||
|
||
## 🌟 Vorteile | ||
|
||
- **Projekte**: - **Projekte**: Hoste jegliche Art von Projekt (Node.js, PHP, Python, Go, Ruby, etc.) mit Einfachheit. | ||
- **Datenbanken**: Erstelle und manage Datenbanken, wie MySQL, PostgreSQL, MongoDB, MariaDB, Redis, und mehr. | ||
- **Docker Management**: Einfach Docker container hosten und managen. | ||
- **Traefik Integration**: Automatische Integration mit Traefik für routing und load balancing | ||
- **Real-time Monitoring**: Monitor von CPU, RAM, Speicher, und network Nutzung. | ||
- **Database Backups**: Automatische Backups mit Support für mehrere Speicher Systeme. | ||
|
||
|
||
## 🚀 Loslegen | ||
|
||
Um anzufangen führe einfach den folgende command in einer VPS aus: | ||
|
||
```bash | ||
curl -sSL https://dokploy.com/install.sh | sh | ||
``` | ||
|
||
Getestete Systems: | ||
|
||
- Ubuntu 20.04 | ||
- Debian 11 | ||
|
||
## 📄 Dokumentation | ||
|
||
Für eine detaillierte Dokumentation, siehe [docs.dokploy.com/docs](https://docs.dokploy.com) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,6 +18,8 @@ Dokploy 是一个免费的自托管平台即服务 (PaaS),它使用 Docker 和 | |
|
||
[中文](README-zh.md) | ||
|
||
[Deutsch](README-de.md) | ||
|
||
|
||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters