Skip to content

Commit

Permalink
Merge pull request Dokploy#83 from DontFred/canary
Browse files Browse the repository at this point in the history
Added German Readme
  • Loading branch information
Siumauricio authored May 15, 2024
2 parents e0b9637 + 30cab15 commit a109b39
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 1 deletion.
48 changes: 48 additions & 0 deletions README-de.md
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)

2 changes: 2 additions & 0 deletions README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ Dokploy 是一个免费的自托管平台即服务 (PaaS),它使用 Docker 和

[中文](README-zh.md)

[Deutsch](README-de.md)




Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Dokploy is a free self-hostable Platform as a Service (PaaS) that simplifies the


## Explanation
[English](README.md) | [中文](README-zh.md)
[English](README.md) | [中文](README-zh.md) | [Deutsch](README-de.md)



Expand Down

0 comments on commit a109b39

Please sign in to comment.