Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
24c27e6feb | |||
1e33c6446d |
1
patch.sh
1
patch.sh
@ -13,4 +13,5 @@ git add VERSION CloudronManifest.json
|
||||
git commit -m "chore: bump version to v$(command cat VERSION)"
|
||||
git tag "v$(command cat VERSION)"
|
||||
git push --follow-tags
|
||||
git push origin --tags
|
||||
|
||||
|
@ -28,3 +28,19 @@ paths:
|
||||
downloads: /app/data/downloads
|
||||
incomplete: /app/data/incomplete
|
||||
|
||||
shares:
|
||||
directories:
|
||||
- '/app/data/downloads'
|
||||
filters:
|
||||
- \.ini$
|
||||
- Thumbs.db$
|
||||
- \.DS_Store$
|
||||
- \.bak$
|
||||
- \.sync-conflict*$
|
||||
- \.trashed*$
|
||||
- \.nfo*$
|
||||
- \.st*$
|
||||
- \.txt$
|
||||
- \.csv$
|
||||
- \.torrent$
|
||||
|
||||
|
Reference in New Issue
Block a user