diff options
Diffstat (limited to 'docs/customservices.md')
-rw-r--r-- | docs/customservices.md | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/customservices.md b/docs/customservices.md index 7a151d1..803b91f 100644 --- a/docs/customservices.md +++ b/docs/customservices.md | |||
@@ -80,7 +80,14 @@ The Radarr/Sonarr API key can be found in Settings > General. It is needed to ac | |||
80 | 80 | ||
81 | ## PaperlessNG | 81 | ## PaperlessNG |
82 | 82 | ||
83 | For Paperless you need an API-Key which you have to store at the item in the field `apikey`. | 83 | This service displays total number of documents stored. Two lines are required: |
84 | |||
85 | ```yaml | ||
86 | type: "PaperlessNG" | ||
87 | apikey: "0123456789abcdef123456789abcdef" | ||
88 | ``` | ||
89 | |||
90 | API key can be generated in Settings > Administration > Auth Tokens | ||
84 | 91 | ||
85 | ## Ping | 92 | ## Ping |
86 | 93 | ||