Merge pull request #17 from psyko-gh/docs@2024-08-28
docs: added notes about the overseer user format
This commit is contained in:
@@ -4,7 +4,7 @@ Overcrawlrr configuration is defined in the `settings.yaml` searched by default
|
|||||||
|
|
||||||
!!! note "Hot reload"
|
!!! note "Hot reload"
|
||||||
|
|
||||||
The configuration is automattically reloaded when a change is detected
|
The configuration is automatically reloaded when a change is detected
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@ config:
|
|||||||
overseerr:
|
overseerr:
|
||||||
# required
|
# required
|
||||||
apiUrl: http://localhost:5056/api/v1
|
apiUrl: http://localhost:5056/api/v1
|
||||||
user: xxx # required
|
user: user@myemail.io # required - the email of the overseerr account
|
||||||
password: xxx # required
|
password: xxx # required
|
||||||
# Optional - dryRun will not send requests to Overseerr
|
# Optional - dryRun will not send requests to Overseerr
|
||||||
# allowing you to test your rules
|
# allowing you to test your rules
|
||||||
@@ -66,7 +66,7 @@ You can refer to environment variables using the `{{ key }}` syntax.
|
|||||||
config:
|
config:
|
||||||
overseerr:
|
overseerr:
|
||||||
apiUrl: http://localhost:5056/api/v1
|
apiUrl: http://localhost:5056/api/v1
|
||||||
user: '{{ OVERSEERR_USER }}'
|
user: '{{ OVERSEERR_USER }}' # the email of the overseerr account
|
||||||
password: '{{ OVERSEERR_PASSWORD }}'
|
password: '{{ OVERSEERR_PASSWORD }}'
|
||||||
plex:
|
plex:
|
||||||
apiUrl: http://localhost:32400/
|
apiUrl: http://localhost:32400/
|
||||||
|
|||||||
Reference in New Issue
Block a user