aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorRobin Schneider <45321827+robinschneider@users.noreply.github.com>2021-10-12 14:16:13 +0200
committerGitHub <noreply@github.com>2021-10-12 14:16:13 +0200
commit3668050ba36c8510294a21bfe57e1f35c63bc76b (patch)
tree4696ac0d65e79d226bf6eb8f50a659743645c379 /docs
parent1c0bf7132aedf869abd739b6eca1b489887414b2 (diff)
parent54c19bb5f0f1ac4bbbbe3a3f3aa68b316d7c370f (diff)
downloadhomer-3668050ba36c8510294a21bfe57e1f35c63bc76b.tar.gz
homer-3668050ba36c8510294a21bfe57e1f35c63bc76b.tar.zst
homer-3668050ba36c8510294a21bfe57e1f35c63bc76b.zip
Merge branch 'bastienwirtz:main' into hotkey
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