You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Please search to see if an open or closed issue already exists for the bug you encountered. If a bug exists and is closed note that it may only be fixed in an unstable branch.
9
+
options:
10
+
- label: I have searched the existing open and closed issues
11
+
required: true
12
+
- type: textarea
13
+
attributes:
14
+
label: Current Behavior
15
+
description: A concise description of what you're experiencing.
16
+
validations:
17
+
required: true
18
+
- type: textarea
19
+
attributes:
20
+
label: Expected Behavior
21
+
description: A concise description of what you expected to happen.
22
+
validations:
23
+
required: true
24
+
- type: textarea
25
+
attributes:
26
+
label: Steps To Reproduce
27
+
description: Steps to reproduce the behavior.
28
+
placeholder: |
29
+
1. In this environment...
30
+
2. With this config...
31
+
3. Run '...'
32
+
4. See error...
33
+
validations:
34
+
required: false
35
+
- type: textarea
36
+
attributes:
37
+
label: Environment
38
+
description: |
39
+
examples:
40
+
- **OS**: Ubuntu 20.04
41
+
- **Version**: v1.0.0
42
+
- **Docker Install**: Yes
43
+
- **Browser**: Firefox 90 (If UI related)
44
+
value: |
45
+
- OS:
46
+
- Version:
47
+
- Docker Install:
48
+
- Browser:
49
+
render: markdown
50
+
validations:
51
+
required: true
52
+
- type: dropdown
53
+
attributes:
54
+
label: What branch are you running?
55
+
options:
56
+
- Main/Latest
57
+
- Beta
58
+
- Experimental
59
+
validations:
60
+
required: true
61
+
- type: textarea
62
+
attributes:
63
+
label: Trace Logs? **Not Optional**
64
+
description: |
65
+
Trace Logs
66
+
- are **required** for bug reports
67
+
- are not optional
68
+
validations:
69
+
required: true
70
+
- type: checkboxes
71
+
attributes:
72
+
label: Trace Logs have been provided as applicable
73
+
description: Trace logs are **generally required** and are not optional for all bug reports and contain `trace`. Info logs are invalid for bug reports and do not contain `debug` nor `trace`
74
+
options:
75
+
- label: I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain `trace` - that are relevant and show this issue.
description: Please search to see if an open or closed issue already exists for the feature you are requesting. If a request exists and is closed note that it may only be fixed in an unstable branch.
9
+
options:
10
+
- label: I have searched the existing open and closed issues
11
+
required: true
12
+
- type: textarea
13
+
attributes:
14
+
label: Is your feature request related to a problem? Please describe
15
+
description: A clear and concise description of what the problem is.
16
+
validations:
17
+
required: true
18
+
- type: textarea
19
+
attributes:
20
+
label: Describe the solution you'd like
21
+
description: A clear and concise description of what you want to happen.
22
+
validations:
23
+
required: true
24
+
- type: textarea
25
+
attributes:
26
+
label: Describe alternatives you've considered
27
+
description: A clear and concise description of any alternative solutions or features you've considered.
28
+
validations:
29
+
required: true
30
+
- type: textarea
31
+
attributes:
32
+
label: Anything else?
33
+
description: |
34
+
Links? References? Mockups? Anything that will give us more context about the feature you are encountering!
35
+
36
+
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
Copy file name to clipboardExpand all lines: README.md
+7-12Lines changed: 7 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,16 +6,16 @@
6
6
7
7
## What is Decypharr?
8
8
9
-
Decypharr combines the power of QBittorrent with popular Debrid services to enhance your media management. It provides a familiar interface for Sonarr, Radarr, and other \*Arr applications while leveraging the capabilities of Debrid providers.
9
+
Decypharr combines the power of QBittorrent with popular Debrid services to enhance your media management. It provides a familiar interface for Sonarr, Radarr, and other \*Arr applications.
10
10
11
11
## Features
12
12
13
-
-🔄 Mock Qbittorent API that supports the Arrs (Sonarr, Radarr, Lidarr etc)
14
-
-🖥️ Full-fledged UI for managing torrents
15
-
-🛡️ Proxy support for filtering out un-cached Debrid torrents
16
-
-🔌 Multiple Debrid providers support
17
-
-📁 WebDAV server support for each debrid provider
18
-
-🔧 Repair Worker for missing files
13
+
- Mock Qbittorent API that supports the Arrs (Sonarr, Radarr, Lidarr etc)
14
+
- Full-fledged UI for managing torrents
15
+
- Proxy support for filtering out un-cached Debrid torrents
16
+
- Multiple Debrid providers support
17
+
- WebDAV server support for each debrid provider
18
+
- Repair Worker for missing files
19
19
20
20
## Supported Debrid Providers
21
21
@@ -36,14 +36,9 @@ services:
36
36
container_name: decypharr
37
37
ports:
38
38
- "8282:8282"# qBittorrent
39
-
user: "1000:1000"
40
39
volumes:
41
40
- /mnt/:/mnt
42
41
- ./configs/:/app # config.json must be in this directory
@@ -55,18 +55,18 @@ When enabled, you'll need to provide a username and password to access the Decyp
55
55
56
56
You can set minimum and maximum file size limits for torrents:
57
57
```json
58
-
"min_file_size": 0,// Minimum file size in bytes (0 = no minimum)
59
-
"max_file_size": 0// Maximum file size in bytes (0 = no maximum)
58
+
"min_file_size": 0,
59
+
"max_file_size": 0
60
60
```
61
61
62
62
#### Allowed File Types
63
63
You can restrict the types of files that Decypharr will process by specifying allowed file extensions. This is useful for filtering out unwanted file types.
0 commit comments