All apps · 0 apps
Borg-Web-UI
Docker app from grtgbln's Repository
Overview
Readme
View on GitHub
A modern web interface for Borg Backup
Run backups, browse archives, restore files, manage repositories, and automate schedules from one interface.
Highlights
- Dashboard for repository health, activity, schedules, and storage
- Repository management for local, SSH, and SFTP destinations
- Live backup progress, archive browsing, and restore workflows
- Automated schedules, maintenance actions, and pre/post backup hooks
- Notifications through 100+ Apprise services
- Remote machine management with SSH key deployment and storage visibility
- Support for BorgBackup 1.x and BorgBackup 2 beta workflows
- Multi-architecture containers for
amd64,arm64, andarmv7
Interface
Operations Overview
Track repository health, recent activity, storage, and day-to-day backup execution from the main product surfaces.
Backup and Restore Workflows
Monitor live backup progress, inspect archives, and work through restore flows without dropping to the CLI.
Automation and Integrations
Automate schedules, manage remote machines, and configure notifications for ongoing backup operations.
Getting Started
docker run -d \
--name borg-web-ui \
-p 8081:8081 \
-v borg_data:/data \
-v borg_cache:/home/borg/.cache/borg \
-v /home/yourusername:/local:rw \
ainullcode/borg-ui:latest
Access the app at http://localhost:8081 with admin / admin123.
For setup details, see the installation guide.
Documentation
Enterprise
For teams that need commercial support, larger rollouts, or an enterprise conversation, Borg UI can also support evaluation and deployment beyond the core open source setup.
- Learn more
- Contact: sales@borgui.com
- You can also explore the live product and documentation at borgui.com
Support
Star History
Contributing
See the contributing guide and the development guide.
License
This project is licensed under the GNU Affero General Public License v3.0. See LICENSE.
Made with ❤️ by Karan Hudia
Install Borg-Web-UI on Unraid in a few clicks.
Find Borg-Web-UI in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Requirements
Requires a separate Redis instance.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
ainullcode/borg-ui:latestRuntime arguments
- Web UI
http://[IP]:[PORT:8081]/- Network
bridge- Privileged
- true
Template configuration
Container Port: 8081
- Target
- 8081
- Default
- 8081
- Value
- 8081
Set the initial admin password for the web UI. Default: admin123
- Target
- INITIAL_ADMIN_PASSWORD
- Default
- admin123
- Value
- admin123
Path to data you want to backup
- Target
- /local
Path to cache folder
- Target
- /home/borg/.cache/borg
- Default
- /mnt/user/appdata/borg-ui/cache
- Value
- /mnt/user/appdata/borg-ui/cache
URL of the Redis instance
- Target
- REDIS_URL
- Default
- redis://IP_ADDRESS:6379/0
Path to app data folder
- Target
- /data
- Default
- /mnt/user/appdata/borg-ui/data
- Value
- /mnt/user/appdata/borg-ui/data
Comma-separated list of local mount points to be used inside the container
- Target
- LOCAL_MOUNT_POINTS
- Default
- /local
- Value
- /local
Set the log level
- Target
- LOG_LEVEL
- Default
- INFO|DEBUG|WARNING|ERROR
- Default
- 099
- Value
- 099
- Default
- 100
- Value
- 100