borgwarehouse
borgwarehouse copied to clipboard
A fast and modern WebUI for a BorgBackup's central repository server.
Append-only mode has been introduced in https://github.com/Ravinou/borgwarehouse/issues/160; doc: https://borgwarehouse.com/docs/user-manual/repositories/#append-only-mode However, the issue obviously is this can fill up your disk space. Can you somehow add an option to enable or...
Hi I am looking for the GitHub repository for the website https://borgwarehouse.com/. I did not found a repo for it (just the software) though. The thing is I was looking...
The possibility to access the API for repository management with an ```API_KEY``` (similar to the existing ```CRONJOB_KEY```) would open up automation possibilities for managing repositories (e.g., automatically adding new repositories;...
Hi, i recently found BorgWarehouse and have been liking it so far. I run BorgWarehouse behind Caddy as my Reverse Proxy and am using Authelia for Central User management and...
It is no longer necessary to rebuild container if you need to start container with specific or arbitrary user/group (the default values will be retained: UID 1001 & GID 1001)...
I wanted to use borgwarehouse with group-id 100. But the build process failed because a group with that id already exist. therefore I added a small if clause to check...
Addressing issue #179.
Based on https://github.com/PrivateBin/docker-nginx-fpm-alpine/blob/master/.github/workflows/owasp.yml Fixes the security part of https://github.com/Ravinou/borgwarehouse/issues/67 Note the results may include some false-positives. You can later ignore these via [creating a `rules.tsv` file](https://github.com/PrivateBin/docker-nginx-fpm-alpine/blob/master/.github/rules.tsv), but I've commented this...
Bumps [@tabler/icons-react](https://github.com/tabler/tabler-icons/tree/HEAD/packages/icons-react) from 3.11.0 to 3.12.0. Release notes Sourced from @tabler/icons-react's releases. Release 3.12.0 18 new icons: outline/arrows-transfer-up-down outline/brand-amie outline/brand-bebo outline/building-airport outline/camera-ai outline/camera-bitcoin outline/camera-moon outline/chart-column outline/chart-covariate outline/congruent-to outline/diaper outline/file-ai outline/file-bitcoin...
I've mounted an ext4 partition to my repos directory. This contains the lost+found directory now causing issues when updating storage. As this is something to ignore anyway when getting the...