update nicotine for clipboard support, update paths etc

This commit is contained in:
2026-05-01 08:43:03 +00:00
Unverified
parent 9498f0f9a5
commit ad08a1b841
3 changed files with 23 additions and 36 deletions

View File

@@ -22,19 +22,19 @@ services:
- '${TORRENT_WEBUI_PORT}'
- '${TORRENT_INCOMMING_PORT}'
- '${TORRENT_INCOMMING_PORT_UDP}'
- '${NICOTINE_PORT}'
- '${NICOTINE_PORTS}'
- '${NICOTINE_INCOMMING}'
restart: unless-stopped
labels:
# Nicotine Automation
- "npm.proxy.domains=nicotine"
- "npm.proxy.port=${NICOTINE_EXTERNAL_PORT}"
- "npm.proxy.port=${NICOTINE_UI_PORT}"
- "npm.proxy.scheme=http"
- "npm.proxy.websockets=true"
- "pihole.custom-record=[[\"nicotine\", \"${DOCKER_HOST_IP}\"]]"
# Torrent Automation
- "npm.proxy.1.domains=torrent"
- "npm.proxy.1.port=${TORRENT_EXTERNAL_PORT}"
- "npm.proxy.1.port=${TORRENT_UI_PORT}"
- "npm.proxy.1.scheme=http"
- "npm.proxy.1.websockets=true"
- "pihole.custom-record.1=[[\"torrent\", \"${DOCKER_HOST_IP}\"]]"