From f75853fbc04228ce9e9435320c60eab5109f23bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Tue, 2 Jul 2024 07:53:22 +0200 Subject: [PATCH] refactor(docs): :memo: Add small paragraph explaining differences to the upstream project. --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c6fe31..1924bec 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,18 @@ A dockerized Borg Backup server. For more information about Borg Backup, an excellent de-duplicating backup, refer to: . +If you find something missing for your use case feel free to open a PR or Issue! + +This Container is based on [https://github.com/tgbyte/docker-borg-backup](https://github.com/tgbyte/docker-borg-backup). +This Repo adds the following features/changes: + +- Support for mounting an authorized_keys file +- Restricts ssh to the `borg serve` command by default + - Additional arguments can be set using an environment variable +- Automatic builds and releases following [semantic versioning](https://semver.org/) + using [semantic-release](https://semantic-release.gitbook.io/semantic-release) +- All dependencies are pinned and updated automatically using [renovate](https://docs.renovatebot.com/) +- The container is built for more [architectures](#supported-architectures) ## Usage @@ -123,8 +135,8 @@ license. This license explicitly does not cover the Borg Backup and Ubuntu software packaged when running the Docker build. For these components, separate licenses apply that you can find at: -* -* +- +- Copyright 2023 André Büsgen