Sample Config

This commit is contained in:
kekskurse 2023-10-14 15:16:05 +02:00
parent 3f65e61824
commit e72050b3dc

View file

@ -32,7 +32,7 @@ Config parameter:
* path: Path to the folder on the Filesystem * path: Path to the folder on the Filesystem
### SFTP (alpha) ### SFTP
issues: issues:
@ -95,6 +95,22 @@ jobs:
username: USERNAME username: USERNAME
password: PASSWORD password: PASSWORD
addr: SERVER:PORT addr: SERVER:PORT
- name: git
driver: s3
config:
prefix: git.keks.cloud/forgejo
keyid: KEY
secret: SECRET
bucket: BUCKET
endpoint: https://s3.eu-central-003.backblazeb2.com
region: eu-central-003
buckets:
monthly: 12
weekly: 3
daily: 3
hourly: 24
unlimit: 0
``` ```
## Usage ## Usage