Files
rclone-ui/README_GERMAN.md
T
FTCHDandGitHub 7a62659323 v3
can’t innovate my ass 

Signed-off-by: FTCHD <144691102+FTCHD@users.noreply.github.com>
2025-12-07 18:42:44 +01:00

162 lines
6.4 KiB
Markdown

<h1 align="center">
<a href="https://rcloneui.com">
<img src="./public/banner.png" alt="Rclone UI" width="100%">
</a>
<br>
<a href="https://rcloneui.com">
Das Rclone Control Center
</a>
</h1>
<h3 align="center">
<strong>Ein transparentes Layer über <tt>rclone</tt>, um deine Remotes &amp; Tasks benutzerfreundlich zu verwalten.</strong>
</h3>
<br />
<p align="center">
<a href="https://github.com/rclone-ui/rclone-ui/releases/latest">
<img alt="Latest Release" src="https://img.shields.io/github/actions/workflow/status/rclone-ui/rclone-ui/release.yml?style=for-the-badge" />
</a>
&nbsp;
<a href="https://github.com/rclone-ui/rclone-ui?tab=readme-ov-file#downloads">
<img alt="Aufladen" src="https://img.shields.io/badge/AUFLADEN-blue?style=for-the-badge&label=Tap%20to%20see" />
</a>
&nbsp;
<a href="https://tauri.app/?ref=rclone-ui">
<img alt="Tauri" src="https://img.shields.io/badge/Tauri-brown?style=for-the-badge&logo=rust&color=f85214" />
</a>
</p>
<p align="center">
<a href="#package-managers">
<img alt="Choco" src="https://img.shields.io/badge/Choco-42345f?style=for-the-badge&logo=chocolatey" />
</a>
&nbsp;
<a href="#package-managers">
<img alt="Flathub" src="https://img.shields.io/badge/Flathub-000000?style=for-the-badge&logo=flathub" />
</a>
&nbsp;
<a href="#package-managers">
<img alt="Homebrew" src="https://img.shields.io/badge/BREW-1f1d1a?style=for-the-badge&logo=homebrew" />
</a>
</p>
<p align="center">
<a href="https://github.com/rclone-ui/rclone-ui/stargazers">
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/rclone-ui/rclone-ui" />
</a>
</p>
<br />
<a href="https://get.rcloneui.com/showcase">
<img src=".github/rclone-video.png" alt="The GUI for Rclone">
</a>
## Docker/Homelab/Server-Nutzung
Steuere deinen Server, dein Homelab oder den PC deiner Mutter mit **der einfachsten Lösung, Remote-**`rclone`**-Instanzen zu verwalten.**
#### Docker Compose
```yaml
services:
rclone:
image: rclone/rclone
container_name: rclone
command: rcd --rc-addr=0.0.0.0:5572 --rc-no-auth
ports:
- 5572:5572
volumes:
- ./config:/config/rclone
- /path/to/data:/data
```
#### Docker CLI
```bash
docker run -d \
--name rclone \
-p 5572:5572 \
-v ./config:/config/rclone \
-v /path/to/data:/data \
rclone/rclone rcd --rc-addr=0.0.0.0:5572 --rc-no-auth
```
#### Ohne Docker
Starte den `rcd`-Daemon einfach direkt:
```bash
rclone rcd --rc-addr=0.0.0.0:5572 --rc-no-auth
```
#### Hinweise
- Nachdem du **`rclone`** mit deiner bevorzugten Methode gestartet hast, öffne Rclone UI und navigiere zu Settings > Hosts.
- Stelle sicher, dass der Datenverkehr auf Port **`5572`** in deiner Firewall und/oder deinem Reverse Proxy (nginx/caddy/traefik) erlaubt ist.
- Rclone UI kann sich mit jedem RCD-Port verbinden, sodass du den Standard-Port **`5572`** anpassen kannst.
- Verwende **`--rc-user`** und **`--rc-pass`** anstelle von **`--rc-no-auth`** in der Produktion.
## Package Managers
- Flathub **`flatpak install com.rcloneui.RcloneUI`** oder **[aus dem Store](https://flathub.org/en/apps/com.rcloneui.RcloneUI)**
- Brew **`brew install --cask rclone-ui`**
- Scoop **`scoop bucket add extras`** & **`scoop install rclone-ui`**
- Chocolatey **`choco install rclone-ui`**
- WinGet **`winget install --id=RcloneUI.RcloneUI -e`**
- NPM **`npx rclone-ui`**
## Downloads
- **Windows** (**[Arm](https://get.rcloneui.com/win-arm)**, **[x64](https://get.rcloneui.com/win)**)
- **macOS** (**[Apple Silicon](https://get.rcloneui.com/mac)**, **[Intel](https://get.rcloneui.com/mac64)**)
- **Linux** (**[AppImage](https://get.rcloneui.com/linux)**, **[deb](https://get.rcloneui.com/linux-deb)**, **[rpm](https://get.rcloneui.com/linux-rpm)**)
- **Linux `Arm`** (**[AppImage](https://get.rcloneui.com/linux-arm)**, **[deb](https://get.rcloneui.com/linux-deb-arm)**, **[rpm](https://get.rcloneui.com/linux-rpm-arm)**)
## Roadmap
> Abgeschlossene Items wurden in den Abschnitt „Features“ verschoben.
### [Check out the V3 discussion!](https://github.com/rclone-ui/rclone-ui/issues/37)
## 1 Star = 1 Instantkaffee
<a href="https://www.star-history.com/#rclone-ui/rclone-ui&Timeline">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://api.star-history.com/svg?repos=rclone-ui/rclone-ui&type=Timeline&theme=dark" />
<source media="(prefers-color-scheme: light)" srcset="https://api.star-history.com/svg?repos=rclone-ui/rclone-ui&type=Timeline" />
<img alt="Star History Chart" src="https://api.star-history.com/svg?repos=rclone-ui/rclone-ui&type=Timeline" />
</picture>
</a>
## Contributing
Willkommen, anon. Wir haben dich bereits erwartet.
Hier ein paar spannende Aufgaben:
- Behebe ein offenes [**Issue**](https://github.com/rclone-ui/rclone-ui/issues)
- Hebe das Repository auf Vite 7 & React 19 an
- Führe den React Compiler ein
- Verlege die Cron-Logik nach Rust
🎁 **Für gemergte PRs gibt's eine Lifetime-Lizenz!**
<br />
<p align="center">
<a href="https://github.com/rclone-ui/rclone-ui/blob/main/README.md">
<img alt="English" src="https://img.shields.io/badge/ENGLISH-gray?style=for-the-badge" />
</a>
<a href="https://github.com/rclone-ui/rclone-ui/blob/main/README_CHINESE.md">
<img alt="Chinese" src="https://img.shields.io/badge/CHINESE-gray?style=for-the-badge" />
</a>
<a href="https://github.com/rclone-ui/rclone-ui/blob/main/README_JAPANESE.md">
<img alt="Japanese" src="https://img.shields.io/badge/JAPANESE-gray?style=for-the-badge" />
</a>
<a href="https://github.com/rclone-ui/rclone-ui/blob/main/README_POLISH.md">
<img alt="Polish" src="https://img.shields.io/badge/POLISH-gray?style=for-the-badge" />
</a>
<a href="https://github.com/rclone-ui/rclone-ui/blob/main/README_GERMAN.md">
<img alt="German" src="https://img.shields.io/badge/GERMAN-chartreuse?style=for-the-badge" />
</a>
<a href="https://github.com/rclone-ui/rclone-ui/blob/main/README_SPANISH.md">
<img alt="Spanish" src="https://img.shields.io/badge/SPANISH-gray?style=for-the-badge" />
</a>
<a href="https://github.com/rclone-ui/rclone-ui/blob/main/README_ROMANIAN.md">
<img alt="Romanian" src="https://img.shields.io/badge/ROMANIAN-gray?style=for-the-badge" />
</a>
<a href="https://github.com/rclone-ui/rclone-ui/blob/main/README_PIRATE.md">
<img alt="Pirate" src="https://img.shields.io/badge/PIRATE-gray?style=for-the-badge" />
</a>
</p>