ainullcode/borg-ui

By ainullcode

Updated 3 days ago

Web UI for Borg Backup - Backup management made easy

Image
3

100K+

ainullcode/borg-ui repository overview

Borg UI Logo v2

Docker Hub License: AGPL-3.0 GitHub Actions Tests codecov Discord

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, and armv7

Note

Borg UI is developed with modern AI tooling as part of the workflow. Architecture, security, and release decisions are reviewed before merge.

Release Readiness

  • Current generated line coverage reports: backend 58.82%, frontend 81.66%, combined 64.36%
  • Release confidence is built on multiple test lanes: backend unit coverage, backend API integration, frontend unit coverage, frontend build validation, and core, extended, and SSH smoke suites against a built app
  • Docker Hub publishes the user-facing app image ainullcode/borg-ui; the separate borg-ui-runtime-base image is an internal CI artifact and should remain private

Interface

Operations Overview

Track repository health, recent activity, storage, and day-to-day backup execution from the main product surfaces.

Borg UI dashboard Repository management
Backup and Restore Workflows

Monitor live backup progress, inspect archives, and work through restore flows without dropping to the CLI.

Live backup progress Archive browser
Automation and Integrations

Automate schedules, manage remote machines, and configure notifications for ongoing backup operations.

Backup schedule management Remote machines management Notification services

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.

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

Tag summary

Content type

Image

Digest

sha256:7d589d9be

Size

304.2 MB

Last updated

3 days ago

Requires Docker Desktop 4.37.1 or later.