Configured synapse
This commit is contained in:
@@ -10,6 +10,7 @@ module.exports = {
|
||||
"http://prowlarr.local.{{ personal_domain }}/4/api?apikey={{ prowlarr_api_key }}", // TorrentSeeds
|
||||
"http://prowlarr.local.{{ personal_domain }}/5/api?apikey={{ prowlarr_api_key }}", // AnimeTosho
|
||||
"http://prowlarr.local.{{ personal_domain }}/6/api?apikey={{ prowlarr_api_key }}", // Aither
|
||||
"http://prowlarr.local.{{ personal_domain }}/7/api?apikey={{ prowlarr_api_key }}", // Reelflix
|
||||
],
|
||||
|
||||
torrentDir: "/torrents",
|
||||
@@ -23,7 +24,7 @@ module.exports = {
|
||||
rtorrentRpcUrl: undefined,
|
||||
qbittorrentUrl: "https://qbittorrent.local.{{ personal_domain }}",
|
||||
duplicateCategories: true,
|
||||
notificationWebhookUrl: undefined,
|
||||
notificationWebhookUrl: "ntfy://push.{{ personal_domain }}/{{ ntfy_crossseed_topic }}",
|
||||
port: 2468,
|
||||
rssCadence: "2w",
|
||||
searchCadence: "6w",
|
||||
|
@@ -29,9 +29,11 @@ services:
|
||||
container_name: qbitmanage
|
||||
image: cr.hotio.dev/hotio/qbitmanage
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- qbittorrent
|
||||
environment:
|
||||
PUID: "{{ service_user.uid }}"
|
||||
PGID: "{{ service_user.uid }}"
|
||||
PGID: "{{ media_gid }}"
|
||||
UMASK: 002
|
||||
TZ: "{{ timezone }}"
|
||||
QBT_DRY_RUN: "False"
|
||||
|
Reference in New Issue
Block a user