Manage your Borg Backup repositories without touching the command line. This tool provides a modern, clean web interface to handle all your backup tasks, from scheduling to restoration. It gives you a complete visual overview of your backup status and system health in real-time.
Key features include:
Built for ease of use, it features a zero-configuration setup, runs on multiple platforms (amd64, arm64, armv7), and has a responsive design that works on mobile devices. It is a robust solution for managing backups on a home server, Raspberry Pi, or production infrastructure.
services:
borg-ui:
image: ainullcode/borg-ui:latest
container_name: borg-ui
environment:
- PUID=1000
- PGID=1000
- TZ=UTC
- ADMIN_USERNAME=${ADMIN_USERNAME}
- ADMIN_PASSWORD=${ADMIN_PASSWORD}
- SECRET_KEY=${SECRET_KEY}
volumes:
- ./backups:/backups
- ./data:/app/data
- ./ssh:/root/.ssh
ports:
- "8080:8080"
restart: unless-stopped
ADMIN_USERNAME=admin
ADMIN_PASSWORD=your_secure_password
SECRET_KEY=your_super_secret_key
Auto-fetched about 18 hours ago
Auto-fetched about 18 hours ago