From 24c27e6feb3c3847ace92f0e3126626269b401be Mon Sep 17 00:00:00 2001 From: SansGuidon Date: Mon, 5 May 2025 11:26:36 +0000 Subject: [PATCH] feat(config) define default shares --- slskd.yml.example | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/slskd.yml.example b/slskd.yml.example index 43d88f0..3a4a52e 100644 --- a/slskd.yml.example +++ b/slskd.yml.example @@ -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$ +