🔧 chore(ludusavi): update config with missing options
This commit is contained in:
parent
c3a124ef69
commit
4eb37e7ab3
1 changed files with 6 additions and 4 deletions
|
@ -1,11 +1,12 @@
|
||||||
|
---
|
||||||
runtime:
|
runtime:
|
||||||
threads: null
|
threads: ~
|
||||||
release:
|
release:
|
||||||
check: true
|
check: true
|
||||||
manifest:
|
manifest:
|
||||||
enable: false
|
enable: false
|
||||||
secondary:
|
secondary:
|
||||||
- url: https://cdn.losbroxas.org/manifest.yaml
|
- url: "https://cdn.losbroxas.org/manifest.yaml"
|
||||||
enable: true
|
enable: true
|
||||||
language: en-US
|
language: en-US
|
||||||
theme: dark
|
theme: dark
|
||||||
|
@ -54,6 +55,7 @@ backup:
|
||||||
level: 6
|
level: 6
|
||||||
zstd:
|
zstd:
|
||||||
level: 10
|
level: 10
|
||||||
|
onlyConstructive: false
|
||||||
restore:
|
restore:
|
||||||
path: /backups/gamesaves/
|
path: /backups/gamesaves/
|
||||||
ignoredGames: []
|
ignoredGames: []
|
||||||
|
@ -68,11 +70,11 @@ scan:
|
||||||
showUnchangedGames: true
|
showUnchangedGames: true
|
||||||
showUnscannedGames: true
|
showUnscannedGames: true
|
||||||
cloud:
|
cloud:
|
||||||
remote: null
|
remote: ~
|
||||||
path: ludusavi-backup
|
path: ludusavi-backup
|
||||||
synchronize: true
|
synchronize: true
|
||||||
apps:
|
apps:
|
||||||
rclone:
|
rclone:
|
||||||
path: ""
|
path: ""
|
||||||
arguments: --fast-list --ignore-checksum
|
arguments: "--fast-list --ignore-checksum"
|
||||||
customGames: []
|
customGames: []
|
||||||
|
|
Loading…
Add table
Reference in a new issue