From 28bcfb826c563eceb915e24e7f6cb65ff649bdd3 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Thu, 2 Jan 2025 23:48:03 +0100 Subject: [PATCH] feat: add example config --- docspell-import-example.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 docspell-import-example.json diff --git a/docspell-import-example.json b/docspell-import-example.json new file mode 100644 index 0000000..3902fd0 --- /dev/null +++ b/docspell-import-example.json @@ -0,0 +1,11 @@ +{ + "passwordCommand": "pass", + "passwordCommandArgs": ["show", "docspell/password"], + "user": "admin@example.com", + "docspellURL": "https://docspell.example.com", + "archiveDirectory": "/home/user/Documents/Archive", + "importDirectories": [ + "/home/user/Documents/Inbox", + "/home/user/Downloads/Scan" + ] +}