Go to file
2023-11-15 18:01:38 +01:00
.github Create docker-image-test.yml 2023-11-05 19:36:33 +01:00
Components feat: add a LAN badge next to the quicksettings button 2023-11-15 10:26:12 +01:00
config feat: commit empty folder with gitkeep #12 2022-12-22 10:16:53 +01:00
Containers feat: add a disabled option in repo alert settings 2023-11-15 10:26:12 +01:00
helpers fix: shellcheck's improvement 2023-11-02 22:47:31 +01:00
medias Initial commit for BorgWarehouse to Github 2022-12-01 13:25:10 +01:00
pages feat: new API endpoint to check the version number 2023-11-15 10:26:12 +01:00
public feat: add robots.txt and disallow by default 2023-09-10 15:05:17 +02:00
styles feat: select Apprise Mode 2023-03-09 12:45:42 +01:00
.dockerignore fix: rework Dockerfile to reduce image size 2023-10-17 12:27:12 +02:00
.gitignore feat: add docker-compose.yml file 2023-10-01 22:06:51 +02:00
.pre-commit-config.yaml fix: shellcheck's improvement 2023-11-02 22:47:31 +01:00
.prettierrc.json Add prettier configuration 2023-09-10 15:54:21 +02:00
docker-bw-init.sh fix: disable cronjob functionnality in docker 2023-11-15 18:01:38 +01:00
docker-compose.yml feat: add apprise to docker-compose 2023-10-08 18:41:13 +02:00
Dockerfile fix: disable cronjob functionnality in docker 2023-11-15 18:01:38 +01:00
LICENSE Update Licence : GPL > AGPL 2022-12-01 16:05:59 +01:00
next.config.js Initial commit for BorgWarehouse to Github 2022-12-01 13:25:10 +01:00
package-lock.json build(deps-dev): bump prettier from 3.0.3 to 3.1.0 2023-11-13 19:59:23 +00:00
package.json build(deps-dev): bump prettier from 3.0.3 to 3.1.0 2023-11-13 19:59:23 +00:00
README.md Update README.md 2023-10-21 09:43:12 +02:00

Next React

Docker

BorgWarehouse

A fast and modern WebUI for a BorgBackup's central repository server.
Explore the docs »

What is BorgWarehouse ?

BorgWarehouse is a graphical interface to manage a central BorgBackup repository server.

Today, if you want to have a large server on which you centralize backups of BorgBackup clients you have to do everything manually from the command line. It works, but in everyday life it can be complicated and adding, modifying, deleting repositories is always a bit long and tedious. If you want to do things right, you have to create a user on your server, associate him a public SSH key, give him a quota... in short it's a bit of work.

With BorgWarehouse, you have an interface that allows you to do all this simply and quickly :

  • add repositories
  • edit existing repositories
  • delete repositories
  • be alerted if there are no recent backups
  • monitor the volume of data
  • flexibly manage quotas for each repository
  • ...

The whole system part is automatically managed by BorgWarehouse and you don't have to touch your terminal anymore while enjoying a visual feedback on the status of your repositories.

📖 Get started

You can find the documentation here : borgwarehouse.com

🔑 Environment Variables

To run this project, you will need to add some environment variables.

You will find a complete documentation for this here.

How to update ?

Check the online documentation just here !