File tree Expand file tree Collapse file tree 4 files changed +28
-1
lines changed Expand file tree Collapse file tree 4 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -26,3 +26,7 @@ Refers to https://hub.docker.com/r/linuxserver/qbittorrent
2626
2727Launch companion
2828----------------
29+
30+ ```
31+ docker run --network="host" --name=qbittorrent-zim-superseeder openzim/qbittorrent-zim-superseeder
32+ ```
Original file line number Diff line number Diff line change 99service cron start && crontab /etc/crontab
1010
1111echo " Listening to cron logs..."
12+ sleep 2
1213tail -f /var/log/sync_superseeder.log
Original file line number Diff line number Diff line change 55FEED_URL=" https://library.kiwix.org/catalog/search?count=20"
66CURL=" curl -s"
77QBT=" qbt"
8- QBT_CREDENTIALS=" --username admin --password adminadmin --url http://localhost :8080"
8+ QBT_CREDENTIALS=" --username admin --password adminadmin --url http://qbittorrent :8080"
99
1010ONLINE_ZIM_URLS=" /dev/shm/online_zim_urls.tsv"
1111ONLINE_ZIM_PATHS=" /dev/shm/online_zim_paths.tsv"
Original file line number Diff line number Diff line change 1+ version : ' 3.5'
2+ services :
3+
4+ qbittorrent :
5+ image : linuxserver/qbittorrent:4.4.1
6+ container_name : qbittorrent
7+ volumes :
8+ - " /tmp/downloads:/downloads"
9+ ports :
10+ - " 6881:6881/udp"
11+ - " 6881:6881/tcp"
12+ - " 8080:8080/tcp"
13+ restart : always
14+
15+ qbittorrent-zim-superseeder :
16+ image : openzim/qbittorrent-zim-superseeder
17+ container_name : qbittorrent-zim-superseeder
18+ restart : always
19+
20+ networks :
21+ default :
22+ name : qbittorrent-zim-superseeder
You can’t perform that action at this time.
0 commit comments