What's Changed
- fix: optimize column widths for better space utilization in Activity and Dashboard (73f4efb)
- fix: increase directory size calculation timeout and run in background (3fed563)
- fix: adjust table column widths to prevent overflow in Activity tab (9f9a45e)
- feat: add visible Trigger column to Dashboard and Activity tabs (90af999)
- feat: add Restore button to Archives view and improve restore icon clarity (36c4742)
- fix: hide Backup Now button for observe-only repos and reset scroll position on navigation (66d5901)
- feat: add quick action buttons to repository cards (c481f25)
- feat: support SSH connections without mount points in file browser (5cf16d2)
- feat: simplify repository creation by removing all manual SSH connection fields and relying solely on browse dialog with auto-detection (3ca396d)
- feat: simplify repository creation UX by removing redundant type dropdown and auto-detecting SSH connection details from paths (b4b89da)
- fix: prevent /data/ prefix on SSH repository paths by validating repository_type matches path format (386400b)
- fix: close repository modal automatically after successful creation/import (f42bfc1)
- fix: create clean archive paths by mounting SSH URLs to basename directories (0e3fb11)
- fix: use borg -C option for mounted paths to exclude mount point from archive (7aa7ed5)
- fix: don't wait for SSHFS process, verify mount with retry loop (053396f)
- fix: replace idmap=user with explicit uid/gid in SSHFS mount (c250749)
- fix: handle SSHFS daemonization properly to prevent timeout (142edab)
- feat: add compact date format for archive contents view (6a68f70)
- fix: add SSHFS compatibility workarounds and increase timeout (ad16856)
- fix: enable privileged mode for FUSE mounting (968f867)
- fix: create fuse group before adding borg user to it (1dd2b0a)
- fix: enable non-root FUSE mounting for SSHFS in container (74aeaa5)
- feat: enable FUSE support by default in docker-compose.yml (f66bfa7)
- feat: add SSHFS and FUSE support for remote-to-remote backups (57587db)
- fix: center AlertCircle icon in empty archive view and add SSHFS support for remote-to-remote backups (e8e977f)
Docker Images
Published to Docker Hub:
docker pull ainullcode/borg-ui:1.37.0
docker pull ainullcode/borg-ui:latest
Full Changelog: v1.36.1...v1.37.0