borg-hive icon indicating copy to clipboard operation
borg-hive copied to clipboard

Borg Hive - manage borgbackups

Results 15 borg-hive issues
Sort by recently updated
recently updated
newest added

Bumps [sqlparse](https://github.com/andialbrecht/sqlparse) from 0.4.2 to 0.4.4. Changelog Sourced from sqlparse's changelog. Release 0.4.4 (Apr 18, 2023) Notable Changes IMPORTANT: This release fixes a security vulnerability in the parser where a...

dependencies
python

Bumps [redis](https://github.com/redis/redis-py) from 4.1.2 to 4.4.4. Release notes Sourced from redis's releases. 4.4.4 Changes Upgrade urgency: SECURITY, contains fixes to security issues. (CVE-2023-28859) - Cancelling an async future does not,...

dependencies
python

Bumps [django](https://github.com/django/django) from 3.2.16 to 3.2.18. Commits 722e9f8 [3.2.x] Bumped version for 3.2.18 release. a665ed5 [3.2.x] Fixed CVE-2023-24580 -- Prevented DoS with too many uploaded files. 932b5bd [3.2.x] Added stub...

dependencies
python

Bumps [cryptography](https://github.com/pyca/cryptography) from 36.0.1 to 39.0.1. Changelog Sourced from cryptography's changelog. 39.0.1 - 2023-02-07 * **SECURITY ISSUE** - Fixed a bug where ``Cipher.update_into`` accepted Python buffer protocol objects, but allowed...

dependencies
python

Hi everybody, happy holidays to all. Here testing the project with Docker (docker-compose). I left all the variables in the `.env` file as they come by default including the `BORG_SSH_PORT=2222`....

BorgWatcher keeps throwing this error: ``` Traceback (most recent call last): File "/app/borghive/management/commands/watch_repositories.py", line 55, in handle for event in i.event_gen(yield_nones=False): File "/usr/local/lib/python3.8/site-packages/inotify/adapters.py", line 300, in event_gen self._i.add_watch(full_path, self._mask) File...

Given the usernames are random generated, it's useful to see it in the overview. This makes it easier for a remote container (e.g. S3), to see which container belongs to...

Is it possible to set a timezone for the interface, so it's not all in UTC showing to the users?

Watcher crashes on repository create: `borg init --encryption=repokey-blake2 bqs6jumh@localhost:test4` ``` watcher_1 | Call failed (should not be -1): (-1) ERRNO=(0) watcher_1 | Traceback (most recent call last): watcher_1 | File...

bug