From 1279722704289a236d1877696d7302333ac1cfb2 Mon Sep 17 00:00:00 2001
From: Freddy <118914591+DontFred@users.noreply.github.com>
Date: Tue, 14 May 2024 10:29:03 +0000
Subject: [PATCH 1/3] Added german readme file
---
README-de.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 48 insertions(+)
create mode 100644 README-de.md
diff --git a/README-de.md b/README-de.md
new file mode 100644
index 000000000..f4fead657
--- /dev/null
+++ b/README-de.md
@@ -0,0 +1,48 @@
+
+
+
+
Dokploy
+
+
+
+

+
+
+
+
+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.
+
+
+## Explanation
+[English](README.md) | [中文](README-zh.md) | [Deutsch](README-de.md)
+
+
+
+
+## 🌟 Features
+
+- **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.
+
+
+## 🚀 Getting Started
+
+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
+
+## 📄 Documentation
+
+Für eine detaillierte Dokumentation, siehe [docs.dokploy.com/docs](https://docs.dokploy.com)
+
From 61d7013a59036d8fa4b3d5e3591284e9c69f3baf Mon Sep 17 00:00:00 2001
From: Freddy <118914591+DontFred@users.noreply.github.com>
Date: Tue, 14 May 2024 10:30:39 +0000
Subject: [PATCH 2/3] Added german readme link to other readme's
---
README-zh.md | 2 ++
README.md | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/README-zh.md b/README-zh.md
index 0e4982e08..e7d14fe58 100644
--- a/README-zh.md
+++ b/README-zh.md
@@ -18,6 +18,8 @@ Dokploy 是一个免费的自托管平台即服务 (PaaS),它使用 Docker 和
[中文](README-zh.md)
+[Deutsch](README-de.md)
+
diff --git a/README.md b/README.md
index a1c4708a9..623836007 100644
--- a/README.md
+++ b/README.md
@@ -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)
From 30cab150c951f9c387b631019ac52a3d9236416a Mon Sep 17 00:00:00 2001
From: Freddy <118914591+DontFred@users.noreply.github.com>
Date: Wed, 15 May 2024 08:10:36 +0200
Subject: [PATCH 3/3] Changed titles README-de.md
---
README-de.md | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README-de.md b/README-de.md
index f4fead657..76dca832b 100644
--- a/README-de.md
+++ b/README-de.md
@@ -13,13 +13,13 @@
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.
-## Explanation
+## Erklärung
[English](README.md) | [中文](README-zh.md) | [Deutsch](README-de.md)
-## 🌟 Features
+## 🌟 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.
@@ -29,7 +29,7 @@ Dokploy ist eine kostenlose und self-hostable Platform as a Service (PaaS),
- **Database Backups**: Automatische Backups mit Support für mehrere Speicher Systeme.
-## 🚀 Getting Started
+## 🚀 Loslegen
Um anzufangen führe einfach den folgende command in einer VPS aus:
@@ -42,7 +42,7 @@ Getestete Systems:
- Ubuntu 20.04
- Debian 11
-## 📄 Documentation
+## 📄 Dokumentation
Für eine detaillierte Dokumentation, siehe [docs.dokploy.com/docs](https://docs.dokploy.com)