Sample Config

This commit is contained in:
kekskurse 2023-10-14 15:16:05 +02:00
parent 3f65e61824
commit e72050b3dc
1 changed files with 17 additions and 1 deletions

View File

@ -32,7 +32,7 @@ Config parameter:
* path: Path to the folder on the Filesystem
### SFTP (alpha)
### SFTP
issues:
@ -95,6 +95,22 @@ jobs:
username: USERNAME
password: PASSWORD
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