From 2113e9fcdff422aeb281658cef1ae55f41027314 Mon Sep 17 00:00:00 2001 From: David Bergvelt Date: Thu, 19 Feb 2026 20:19:19 -0800 Subject: [PATCH] deploy backup-bot-two to mango --- .../bbt.mango.resisttechmonopolies.online.env | 34 +++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 abra/servers/mango.resisttechmonopolies.online/bbt.mango.resisttechmonopolies.online.env diff --git a/abra/servers/mango.resisttechmonopolies.online/bbt.mango.resisttechmonopolies.online.env b/abra/servers/mango.resisttechmonopolies.online/bbt.mango.resisttechmonopolies.online.env new file mode 100644 index 0000000..2bee5cb --- /dev/null +++ b/abra/servers/mango.resisttechmonopolies.online/bbt.mango.resisttechmonopolies.online.env @@ -0,0 +1,34 @@ +TYPE=backup-bot-two:2.3.0+2.3.0-beta + +SECRET_RESTIC_PASSWORD_VERSION=v1 + +COMPOSE_FILE=compose.yml + +RESTIC_REPOSITORY=/backups/restic + +CRON_SCHEDULE='30 3 * * *' + +# Push Notifiactions +#PUSH_URL_START=https://status.example.com/api/push/xxxxxxxxxx?status=up&msg=start +#PUSH_URL_SUCCESS=https://status.example.com/api/push/xxxxxxxxxx?status=up&msg=OK +#PUSH_URL_FAIL=https://status.example.com/api/push/xxxxxxxxxx?status=down&msg=fail + +# swarm-cronjob, instead of built-in cron +#COMPOSE_FILE="$COMPOSE_FILE:compose.swarm-cronjob.yml" + +# SSH storage +#SECRET_SSH_KEY_VERSION=v1 +#SSH_HOST_KEY="hostname ssh-rsa AAAAB3... +#COMPOSE_FILE="$COMPOSE_FILE:compose.ssh.yml" + +# S3 storage +#SECRET_AWS_SECRET_ACCESS_KEY_VERSION=v1 +#AWS_ACCESS_KEY_ID=something-secret +#COMPOSE_FILE="$COMPOSE_FILE:compose.s3.yml" + +# Secret restic repository +# use a secret to store the RESTIC_REPOSITORY if the repository location contains a secret value +# i.E rest:https://user:SECRET_PASSWORD@host:8000/ +# it overwrites the RESTIC_REPOSITORY variable +SECRET_RESTIC_REPO_VERSION=v2 +COMPOSE_FILE="$COMPOSE_FILE:compose.secret.yml" \ No newline at end of file -- 2.49.0