apps.schmid.tv
← Alle Apps ← All apps

iCloud Backup Docker

Ein selbst gehosteter Docker-Container, der deine iCloud automatisch sichert: iCloud Drive, Fotos, Kontakte und Kalender – gesteuert über eine Weboberfläche. Quelloffen (MIT). A self-hosted Docker container that automatically backs up your iCloud: iCloud Drive, Photos, Contacts and Calendars – managed through a web interface. Open source (MIT).

Funktionen Features

Schnellstart Quick start

Per Docker Compose starten und das Web-UI im Browser öffnen – die komplette Anleitung steht im README auf GitHub. Start it with Docker Compose and open the web UI in your browser – the full guide is in the README on GitHub.

docker run -d \
  -p 8000:8000 \
  -v ./data:/data \
  michis0806/icloud-backup-docker

Datenschutz Privacy

Du hostest den Container selbst – deine Backups und Zugangsdaten bleiben auf deiner eigenen Infrastruktur. Sitzungs-Tokens werden lokal gespeichert, Passwörter nicht aufbewahrt. Es gibt keinen Server von mir, der deine Daten empfängt. You host the container yourself – your backups and credentials stay on your own infrastructure. Session tokens are stored locally, passwords are not retained. There is no server of mine that receives your data.