From 9c23a08a613072f73dc45507ce7d1677c7bd24d6 Mon Sep 17 00:00:00 2001 From: LooseSeal2 Date: Mon, 29 Jul 2019 16:58:17 -0700 Subject: [PATCH] fixes ports --- apps/calibre-web.yml | 2 +- apps/qbittorrent-vpn.yml | 13 ++++++++++++- apps/synclounge.yml | 2 +- apps/unifi.yml | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/apps/calibre-web.yml b/apps/calibre-web.yml index b52cfed..76df15b 100644 --- a/apps/calibre-web.yml +++ b/apps/calibre-web.yml @@ -14,7 +14,7 @@ set_fact: pgrole: 'calibre-web' intport: '8083' - extport: '8083' + extport: '8104' image: 'technosoft2000/calibre-web' # CORE (MANDATORY) ############################################################ diff --git a/apps/qbittorrent-vpn.yml b/apps/qbittorrent-vpn.yml index a4bdce8..419dc3c 100644 --- a/apps/qbittorrent-vpn.yml +++ b/apps/qbittorrent-vpn.yml @@ -15,7 +15,9 @@ set_fact: pgrole: 'qbittorrent' intport: '8080' - extport: '8080' + extport: '8098' + intport2: '8118' + extport2: '8118' dnsserver1: '1.1.1.1' dnsserver2: '84.200.69.80' dnsserver3: '37.235.1.174' @@ -91,6 +93,7 @@ pull: yes published_ports: - '{{ports.stdout}}{{extport}}:{{intport}}' + - '{{ports.stdout}}{{extport2}}:{{intport2}}' volumes: '{{pg_volumes}}' env: '{{pg_env}}' restart_policy: unless-stopped @@ -123,6 +126,14 @@ name: '{{pgrole}}' state: stopped + - name: Set torrent port + ini_file: + path: '/opt/appdata/{{pgrole}}/qBittorrent/config/qBittorrent.conf' + section: Preferences + option: Connection\PortRangeMin + value: '7889' + state: present + - name: Set SavePath ini_file: path: '/opt/appdata/{{pgrole}}/qBittorrent/config/qBittorrent.conf' diff --git a/apps/synclounge.yml b/apps/synclounge.yml index 80eb4fa..98be016 100644 --- a/apps/synclounge.yml +++ b/apps/synclounge.yml @@ -17,7 +17,7 @@ intport: '8088' extport: '8088' intport2: '8089' - extport2: '8089' + extport2: '8102' image: 'starbix/synclounge' # CORE (MANDATORY) ############################################################ diff --git a/apps/unifi.yml b/apps/unifi.yml index a686d91..36948ff 100644 --- a/apps/unifi.yml +++ b/apps/unifi.yml @@ -18,7 +18,7 @@ intport2: '10001/udp' extport2: '10001' intport3: '8080/tcp' - extport3: '8088' + extport3: '8103' intport4: '8081/tcp' extport4: '8081' intport5: '8443/tcp'