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" + ] +}