feat(config) define default shares
This commit is contained in:
parent
1e33c6446d
commit
24c27e6feb
@ -28,3 +28,19 @@ paths:
|
|||||||
downloads: /app/data/downloads
|
downloads: /app/data/downloads
|
||||||
incomplete: /app/data/incomplete
|
incomplete: /app/data/incomplete
|
||||||
|
|
||||||
|
shares:
|
||||||
|
directories:
|
||||||
|
- '/app/data/downloads'
|
||||||
|
filters:
|
||||||
|
- \.ini$
|
||||||
|
- Thumbs.db$
|
||||||
|
- \.DS_Store$
|
||||||
|
- \.bak$
|
||||||
|
- \.sync-conflict*$
|
||||||
|
- \.trashed*$
|
||||||
|
- \.nfo*$
|
||||||
|
- \.st*$
|
||||||
|
- \.txt$
|
||||||
|
- \.csv$
|
||||||
|
- \.torrent$
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user