2 Commits

Author SHA1 Message Date
24c27e6feb feat(config) define default shares 2025-05-05 11:26:36 +00:00
1e33c6446d chore: automate version tag 2025-04-30 23:57:10 +02:00
2 changed files with 17 additions and 0 deletions

View File

@ -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

View File

@ -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$