-
-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathconfig_example.yaml
More file actions
94 lines (86 loc) · 2.91 KB
/
config_example.yaml
File metadata and controls
94 lines (86 loc) · 2.91 KB
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
82
83
84
85
86
87
88
89
90
91
92
93
94
# 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 # Start search after adding series
seasonFolder: true
excludedRootFolders: # If set must not have a trailing slash Eg: /mnt/Media
- # First excluded folder, add others with a "-" on a new line (same indentation)
narrowRootFolderNames: true # If true, only the last folder name will be shown instead of full path
excludedQualityProfiles:
-
defaultTags: # If set must be existing tags
- telegram
addRequesterIdTag: true # Add telegram user id as tag on series
adminRestrictions: false
# 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: # Start search after adding movie
search: true
minimumAvailability: announced
excludedRootFolders: # If set must not have a trailing slash Eg: /mnt/Media
- # First excluded folder, add others with a "-" on a new line (same indentation)
narrowRootFolderNames: true #If true, only the last folder name will be shown instead of full path
excludedQualityProfiles:
-
defaultTags: # If set must be existing tags
- telegram
addRequesterIdTag: true # Add telegram user id as tag on movie
adminRestrictions: false
# 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 # de-de, en-us, es-es, fr-fr, it-it, nl-be, pl-pl, pt-pt, ru-ru
## 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 to only admins and/or provide extra authorization by usernames
enableAdmin: false # Check admin.txt
enableAllowlist: false # Check allowlist.txt - very restrictive!
## Logging
logToConsole: true
debugLogging: false
adminNotifyId: