From 865910469dd033300e9962092219557de5492fd8 Mon Sep 17 00:00:00 2001 From: Andreas Wachter Date: Mon, 26 Aug 2024 13:26:52 +0200 Subject: [PATCH] adapted example config --- conf.example.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/conf.example.yml b/conf.example.yml index a154a79..8956d2a 100644 --- a/conf.example.yml +++ b/conf.example.yml @@ -259,7 +259,13 @@ destination: keep: 5 # only keeps x backups bare: true # clone the repositories as bare lfs: true # clone lfs repos, !! ATTENTION !! git and git-lfs must be installed on the system! - + s3: + - endpoint: somewhere:9000 # whatever your s3 endpoint is + structured: true # checks repos out like hostersite/user|organization/repo + bucket: your-bucket-name + accesskey: your-access-key # can be an environment variable, just don't add a $ in front of it + secretkey: your-secret-key # can be an environment variable, just don't add a $ in front of it + usessl: true # wheter to use ssl or not cron: 0 22 * * * # optional - when cron is not provided, the program runs once and exits. # Otherwise, it runs according to the cron schedule. # See timezone commentary in docker-compose.yml for making sure this container runs