aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorAlexFullmoon <alex.fullmoon@gmail.com>2021-10-12 11:37:30 +0300
committerGitHub <noreply@github.com>2021-10-12 11:37:30 +0300
commit168f157cf9b4358f79e6d5262b8f4aba991a4313 (patch)
tree703cb7f628c65b81c91724931de264bbc110ce20 /docs
parentc72acd57d0a61632b6c03e2d9c7321e25dc611fa (diff)
downloadhomer-168f157cf9b4358f79e6d5262b8f4aba991a4313.tar.gz
homer-168f157cf9b4358f79e6d5262b8f4aba991a4313.tar.zst
homer-168f157cf9b4358f79e6d5262b8f4aba991a4313.zip
Update customservices.md
Added PaperlessNG configuration to be in line with other services.
Diffstat (limited to 'docs')
-rw-r--r--docs/customservices.md9
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
83For Paperless you need an API-Key which you have to store at the item in the field `apikey`. 83This service displays total number of documents stored. Two lines are required:
84
85```yaml
86 type: "PaperlessNG"
87 apikey: "0123456789abcdef123456789abcdef"
88```
89
90API key can be generated in Settings > Administration > Auth Tokens
84 91
85## Ping 92## Ping
86 93