forked from Waterboy1602/Addarr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_example.yaml
64 lines (57 loc) · 1.54 KB
/
config_example.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
#Sonarr Configuration
sonarr:
server:
addr:
port : 8989 # Default is 8989
path: / # Default is / . If set, it must start and finish with / . Eg: /sonarr/
ssl: false #default false
auth:
apikey:
username:
password:
search: true
seasonFolder: true
qualityProfileId: 1
excludedRootFolders: # If set must start and finish with / Eg: /mnt/Media/
-
#Radarr Configuration
radarr:
server:
addr:
port : 7878 # Default is 7878
path: / # Default is / . If set, it must start and finish with / . Eg: /radarr/
ssl: false #default false
auth:
apikey:
username:
password:
search: true
qualityProfileId: 1
excludedRootFolders: # If set, must start and finish with / Eg: /mnt/Media/
-
#Telegram Configuration
telegram:
token:
password:
#Transmission Configuration
transmission:
enable: true #enable the transmission commands
onlyAdmin: true #transmission command will only work for admins
host: # IP-adres of the Transmission service
authentication: true #is transmission protected with a password?
username:
password:
# Optional settings:
##Language
language: en
##Entrypoints
entrypointAuth: auth #auth or a custom entrypoint
entrypointHelp: help #help entrypoint
entrypointAdd: start #start or a custom entrypoint
entrypointAllSeries: allSeries #allSeries or a custom entrypoint
entrypointTransmission: transmission #transmission or a custom entrypoint
##Restrict some commands (Transmission) to only admins
enableAdmin: true
##Logging
logToConsole: true
debugLogging: false