forked from Waterboy1602/Addarr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_example.yaml
81 lines (73 loc) · 2.16 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
#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
languageProfileId: 1
excludedRootFolders: # If set must start and finish with / Eg: /mnt/Media/
- # First excluded folder, add others with a "-" on a new line (same indentation)
#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
minimumAvailability: announced
excludedRootFolders: # If set, must start and finish with / Eg: /mnt/Media/
- # First excluded folder, add others with a "-" on a new line (same indentation)
#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:
sabnzbd:
enable: true
onlyAdmin: true
server:
addr:
port: 8090 # Default is 8090
path: / # Default is / . If set, it must start and finish with / . Eg: /sonarr/
ssl: false #default false
auth:
apikey:
username:
password:
# Optional settings:
##Language
language: en-us # en-us, es-es, it-it, nl-be, pt-pt
##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
entrypointAllMovies: allMovies #allMovies or a custom entrypoint
entrypointTransmission: transmission #transmission or a custom entrypoint
entrypointSabnzbd: sabnzbd #sabnzbd or a custom entrypoint
##Restrict some commands (Transmission) to only admins
enableAdmin: true
##Logging
logToConsole: true
debugLogging: false