mirror of
https://github.com/mtan93/Apps-Community.git
synced 2026-03-08 05:31:59 +00:00
fixes ports
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
set_fact:
|
||||
pgrole: 'calibre-web'
|
||||
intport: '8083'
|
||||
extport: '8083'
|
||||
extport: '8104'
|
||||
image: 'technosoft2000/calibre-web'
|
||||
|
||||
# CORE (MANDATORY) ############################################################
|
||||
|
||||
@@ -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'
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
intport: '8088'
|
||||
extport: '8088'
|
||||
intport2: '8089'
|
||||
extport2: '8089'
|
||||
extport2: '8102'
|
||||
image: 'starbix/synclounge'
|
||||
|
||||
# CORE (MANDATORY) ############################################################
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
intport2: '10001/udp'
|
||||
extport2: '10001'
|
||||
intport3: '8080/tcp'
|
||||
extport3: '8088'
|
||||
extport3: '8103'
|
||||
intport4: '8081/tcp'
|
||||
extport4: '8081'
|
||||
intport5: '8443/tcp'
|
||||
|
||||
Reference in New Issue
Block a user