Sample Config
This commit is contained in:
parent
3f65e61824
commit
e72050b3dc
1 changed files with 17 additions and 1 deletions
18
Readme.md
18
Readme.md
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue