From 394cc4f47cf60c11954fcddea16999d44604e506 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Sun, 21 Nov 2021 21:23:23 +0200 Subject: [PATCH 1/4] Mass README update [ci skip] --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19485ce..b6d290f 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,9 @@ -# Backupbot II: This Time It's Easily Configurable +# Backupbot II [![Build Status](https://build.coopcloud.tech/api/badges/coop-cloud/backup-bot-two/status.svg)](https://build.coopcloud.tech/coop-cloud/backup-bot-two) +_This Time, It's Easily Configurable_ + Automatically take backups from running Docker Swarm services into a volume. ## Background @@ -25,6 +27,19 @@ Backupbot II tries to help, by 5. `abra app secret insert ssh-key v1 ...` or similar, to load required secrets. 4. `abra app deploy ` + + +- **Category**: Utilities +- **Status**: 0, work-in-progress +- **Image**: [`thecoopcloud/backup-bot-two`](), 4, official upstream image +- **Healthcheck**: No +- **Backups**: N/A +- **Email**: N/A +- **Tests**: No +- **SSO**: N/A + + + ## Configuration Like Traefik, or `swarm-cronjob`, Backupbot II uses access to the Docker socket to read labels from running Docker Swarm services: From 32ba0041d1bd4a734f06ffd6a72ae002b141cea1 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 22 Nov 2021 13:42:03 +0200 Subject: [PATCH 2/4] chore: fix README bullet formatting [ci skip] --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index b6d290f..b4a6978 100644 --- a/README.md +++ b/README.md @@ -29,14 +29,14 @@ Backupbot II tries to help, by -- **Category**: Utilities -- **Status**: 0, work-in-progress -- **Image**: [`thecoopcloud/backup-bot-two`](), 4, official upstream image -- **Healthcheck**: No -- **Backups**: N/A -- **Email**: N/A -- **Tests**: No -- **SSO**: N/A +* **Category**: Utilities +* **Status**: 0, work-in-progress +* **Image**: [`thecoopcloud/backup-bot-two`](), 4, official upstream image +* **Healthcheck**: No +* **Backups**: N/A +* **Email**: N/A +* **Tests**: No +* **SSO**: N/A From ab03d2d7ccb3a8a07e305ed01363e8657508bb5d Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Mon, 22 Nov 2021 14:25:56 +0200 Subject: [PATCH 3/4] Ignore testing folder --- .gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1dd0e0a --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/testing From f7cbbf04c029c53c6fa47d726a53e8606e01f0d0 Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 23 Nov 2021 12:19:04 +0200 Subject: [PATCH 4/4] =?UTF-8?q?Goodbye,=20emojis!=20=F0=9F=98=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b4a6978..0bcde6f 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Backupbot II tries to help, by * **Category**: Utilities * **Status**: 0, work-in-progress -* **Image**: [`thecoopcloud/backup-bot-two`](), 4, official upstream image +* **Image**: [`thecoopcloud/backup-bot-two`](https://hub.docker.com/r/thecoopcloud/backup-bot-two), 4, upstream * **Healthcheck**: No * **Backups**: N/A * **Email**: N/A