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:
|
set_fact:
|
||||||
pgrole: 'calibre-web'
|
pgrole: 'calibre-web'
|
||||||
intport: '8083'
|
intport: '8083'
|
||||||
extport: '8083'
|
extport: '8104'
|
||||||
image: 'technosoft2000/calibre-web'
|
image: 'technosoft2000/calibre-web'
|
||||||
|
|
||||||
# CORE (MANDATORY) ############################################################
|
# CORE (MANDATORY) ############################################################
|
||||||
|
|||||||
@@ -15,7 +15,9 @@
|
|||||||
set_fact:
|
set_fact:
|
||||||
pgrole: 'qbittorrent'
|
pgrole: 'qbittorrent'
|
||||||
intport: '8080'
|
intport: '8080'
|
||||||
extport: '8080'
|
extport: '8098'
|
||||||
|
intport2: '8118'
|
||||||
|
extport2: '8118'
|
||||||
dnsserver1: '1.1.1.1'
|
dnsserver1: '1.1.1.1'
|
||||||
dnsserver2: '84.200.69.80'
|
dnsserver2: '84.200.69.80'
|
||||||
dnsserver3: '37.235.1.174'
|
dnsserver3: '37.235.1.174'
|
||||||
@@ -91,6 +93,7 @@
|
|||||||
pull: yes
|
pull: yes
|
||||||
published_ports:
|
published_ports:
|
||||||
- '{{ports.stdout}}{{extport}}:{{intport}}'
|
- '{{ports.stdout}}{{extport}}:{{intport}}'
|
||||||
|
- '{{ports.stdout}}{{extport2}}:{{intport2}}'
|
||||||
volumes: '{{pg_volumes}}'
|
volumes: '{{pg_volumes}}'
|
||||||
env: '{{pg_env}}'
|
env: '{{pg_env}}'
|
||||||
restart_policy: unless-stopped
|
restart_policy: unless-stopped
|
||||||
@@ -123,6 +126,14 @@
|
|||||||
name: '{{pgrole}}'
|
name: '{{pgrole}}'
|
||||||
state: stopped
|
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
|
- name: Set SavePath
|
||||||
ini_file:
|
ini_file:
|
||||||
path: '/opt/appdata/{{pgrole}}/qBittorrent/config/qBittorrent.conf'
|
path: '/opt/appdata/{{pgrole}}/qBittorrent/config/qBittorrent.conf'
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
intport: '8088'
|
intport: '8088'
|
||||||
extport: '8088'
|
extport: '8088'
|
||||||
intport2: '8089'
|
intport2: '8089'
|
||||||
extport2: '8089'
|
extport2: '8102'
|
||||||
image: 'starbix/synclounge'
|
image: 'starbix/synclounge'
|
||||||
|
|
||||||
# CORE (MANDATORY) ############################################################
|
# CORE (MANDATORY) ############################################################
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
intport2: '10001/udp'
|
intport2: '10001/udp'
|
||||||
extport2: '10001'
|
extport2: '10001'
|
||||||
intport3: '8080/tcp'
|
intport3: '8080/tcp'
|
||||||
extport3: '8088'
|
extport3: '8103'
|
||||||
intport4: '8081/tcp'
|
intport4: '8081/tcp'
|
||||||
extport4: '8081'
|
extport4: '8081'
|
||||||
intport5: '8443/tcp'
|
intport5: '8443/tcp'
|
||||||
|
|||||||
Reference in New Issue
Block a user