Skip to content

Commit 80f1330

Browse files
authored
qBittorrent: Update web page (#3969)
* Set updateable to true * Update documentation link
1 parent 05fda7e commit 80f1330

File tree

1 file changed

+33
-33
lines changed

1 file changed

+33
-33
lines changed
Lines changed: 33 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
{
2-
"name": "qBittorrent",
3-
"slug": "qbittorrent",
4-
"categories": [
5-
11
6-
],
7-
"date_created": "2024-05-02",
8-
"type": "ct",
9-
"updateable": false,
10-
"privileged": false,
11-
"interface_port": 8090,
12-
"documentation": null,
13-
"website": "https://www.qbittorrent.org/",
14-
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/qbittorrent.svg",
15-
"description": "qBittorrent offers a user-friendly interface that allows users to search for and download torrent files easily. It also supports magnet links, which allow users to start downloading files without the need for a torrent file.",
16-
"install_methods": [
17-
{
18-
"type": "default",
19-
"script": "ct/qbittorrent.sh",
20-
"resources": {
21-
"cpu": 2,
22-
"ram": 2048,
23-
"hdd": 8,
24-
"os": "debian",
25-
"version": "12"
26-
}
27-
}
28-
],
29-
"default_credentials": {
30-
"username": "admin",
31-
"password": "changeme"
32-
},
33-
"notes": []
34-
}
2+
"name": "qBittorrent",
3+
"slug": "qbittorrent",
4+
"categories": [
5+
11
6+
],
7+
"date_created": "2024-05-02",
8+
"type": "ct",
9+
"updateable": true,
10+
"privileged": false,
11+
"interface_port": 8090,
12+
"documentation": "https://github.com/qbittorrent/qBittorrent/wiki/",
13+
"website": "https://www.qbittorrent.org/",
14+
"logo": "https://raw.githubusercontent.com/selfhst/icons/refs/heads/main/svg/qbittorrent.svg",
15+
"description": "qBittorrent offers a user-friendly interface that allows users to search for and download torrent files easily. It also supports magnet links, which allow users to start downloading files without the need for a torrent file.",
16+
"install_methods": [
17+
{
18+
"type": "default",
19+
"script": "ct/qbittorrent.sh",
20+
"resources": {
21+
"cpu": 2,
22+
"ram": 2048,
23+
"hdd": 8,
24+
"os": "debian",
25+
"version": "12"
26+
}
27+
}
28+
],
29+
"default_credentials": {
30+
"username": "admin",
31+
"password": "changeme"
32+
},
33+
"notes": []
34+
}

0 commit comments

Comments
 (0)