mirror of
https://github.com/davestephens/ansible-nas
synced 2024-12-26 03:23:11 +00:00
Fix Traefik forwarding ports (shouldn't be configurable)
This commit is contained in:
parent
3fdb963aa6
commit
6295d80a49
39 changed files with 42 additions and 44 deletions
|
@ -784,5 +784,5 @@ ubooquity_available_externally: "false"
|
|||
ubooquity_data_directory: "{{ docker_home }}/ubooquity"
|
||||
ubooquity_user_id: "0"
|
||||
ubooquity_group_id: "0"
|
||||
ubooquity_port_a: "2202"
|
||||
ubooquity_port_b: "2203"
|
||||
ubooquity_port_webui: "2202"
|
||||
ubooquity_port_admin: "2203"
|
|
@ -26,5 +26,5 @@
|
|||
traefik.backend: "airsonic"
|
||||
traefik.frontend.rule: "Host:airsonic.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ airsonic_available_externally }}"
|
||||
traefik.port: "{{ airsonic_port }}"
|
||||
traefik.port: "4040"
|
||||
|
||||
|
|
|
@ -27,4 +27,4 @@
|
|||
traefik.backend: "bazarr"
|
||||
traefik.frontend.rule: "Host:bazarr.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ bazarr_available_externally }}"
|
||||
traefik.port: "{{ bazarr_port }}"
|
||||
traefik.port: "6767"
|
|
@ -23,7 +23,7 @@
|
|||
labels:
|
||||
traefik.web.frontend.rule: "Host:bitwarden.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ bitwarden_available_externally }}"
|
||||
traefik.web.port: "bitwarden_port_a"
|
||||
traefik.web.port: "80"
|
||||
traefik.hub.frontend.rule: "Host:bitwarden.{{ ansible_nas_domain }};Path:/notifications/hub"
|
||||
traefik.hub.port: "bitwarden_port_b"
|
||||
traefik.hub.protocol: "ws"
|
||||
|
|
|
@ -25,5 +25,5 @@
|
|||
traefik.backend: "calibre"
|
||||
traefik.frontend.rule: "Host:calibre.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ calibre_available_externally }}"
|
||||
traefik.port: "{{ calibre_port }} "
|
||||
traefik.port: "8083"
|
||||
memory: 1g
|
|
@ -26,4 +26,4 @@
|
|||
traefik.backend: "cloudcmd"
|
||||
traefik.frontend.rule: "Host:cloudcmd.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ cloudcmd_available_externally }}"
|
||||
traefik.port: "{{ cloudcmd_port }}"
|
||||
traefik.port: "8000"
|
|
@ -29,4 +29,4 @@
|
|||
traefik.backend: "couchpotato"
|
||||
traefik.frontend.rule: "Host:couchpotato.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ couchpotato_available_externally }}"
|
||||
traefik.port: "{{ couchpotato_port }}"
|
||||
traefik.port: "5050"
|
|
@ -24,4 +24,4 @@
|
|||
traefik.backend: "duplicati"
|
||||
traefik.frontend.rule: "Host:duplicati.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ duplicati_available_externally }}"
|
||||
traefik.port: "{{ duplicati_port }}"
|
||||
traefik.port: "8200"
|
||||
|
|
|
@ -28,4 +28,4 @@
|
|||
traefik.backend: "emby"
|
||||
traefik.frontend.rule: "Host:emby.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ emby_available_externally }}"
|
||||
traefik.port: "{{ emby_port_https }}"
|
||||
traefik.port: "8096"
|
|
@ -53,4 +53,4 @@
|
|||
traefik.backend: "firefly"
|
||||
traefik.frontend.rule: "Host:firefly.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ firefly_available_externally }}"
|
||||
traefik.port: "{{ firefly_port }}"
|
||||
traefik.port: "80"
|
|
@ -71,4 +71,4 @@
|
|||
traefik.backend: "gitea"
|
||||
traefik.frontend.rule: "Host:gitea.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ gitea_available_externally }}"
|
||||
traefik.port: "{{ gitea_port_http }}"
|
||||
traefik.port: "3000"
|
||||
|
|
|
@ -20,4 +20,4 @@
|
|||
traefik.backend: "glances"
|
||||
traefik.frontend.rule: "Host:glances.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ glances_available_externally }}"
|
||||
traefik.port: "{{ glances_port_one }}"
|
||||
traefik.port: "61208"
|
|
@ -55,4 +55,4 @@
|
|||
traefik.backend: "guacamole"
|
||||
traefik.frontend.rule: "Host:guacamole.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ guacamole_available_externally }}"
|
||||
traefik.port: "{{ guacamole_port }}"
|
||||
traefik.port: "8080"
|
|
@ -44,4 +44,4 @@
|
|||
traefik.backend: "heimdall"
|
||||
traefik.frontend.rule: "Host:heimdall.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ heimdall_available_externally }}"
|
||||
traefik.port: "{{ heimdall_port_http }}"
|
||||
traefik.port: "80"
|
|
@ -12,8 +12,6 @@
|
|||
pull: true
|
||||
volumes:
|
||||
- "{{ homeassistant_data_directory }}/config:/config:rw"
|
||||
ports:
|
||||
- "{{ homeassistant_port }}:8123"
|
||||
network_mode: host
|
||||
restart_policy: unless-stopped
|
||||
env:
|
||||
|
@ -22,6 +20,6 @@
|
|||
traefik.backend: "homeassistant"
|
||||
traefik.frontend.rule: "Host:homeassistant.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ homeassistant_available_externally }}"
|
||||
traefik.port: "{{ homeassistant_port }}"
|
||||
traefik.port: "8123"
|
||||
traefik.frontend.headers.SSLRedirect: "true"
|
||||
memory: 1g
|
||||
|
|
|
@ -26,4 +26,4 @@
|
|||
traefik.backend: "homebridge"
|
||||
traefik.frontend.rule: "Host:homebridge.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ homebridge_available_externally }}"
|
||||
traefik.port: "{{ homebridge_port }}"
|
||||
traefik.port: "8087"
|
||||
|
|
|
@ -23,4 +23,4 @@
|
|||
traefik.backend: "jackett"
|
||||
traefik.frontend.rule: "Host:jackett.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ jackett_available_externally }}"
|
||||
traefik.port: "{{ jackett_port }}"
|
||||
traefik.port: "9117"
|
|
@ -27,4 +27,4 @@
|
|||
traefik.backend: "jellyfin"
|
||||
traefik.frontend.rule: "Host:jellyfin.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ jellyfin_available_externally }}"
|
||||
traefik.port: "{{ jellyfin_port_https }}"
|
||||
traefik.port: "8096"
|
|
@ -42,4 +42,4 @@
|
|||
traefik.backend: "joomla"
|
||||
traefik.frontend.rule: "Host: joomla.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ joomla_available_externally }}"
|
||||
traefik.port: "{{ joomla_port }}"
|
||||
traefik.port: "80"
|
|
@ -25,4 +25,4 @@
|
|||
traefik.backend: "lidarr"
|
||||
traefik.frontend.rule: "Host:lidarr.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ lidarr_available_externally }}"
|
||||
traefik.port: "{{ lidarr_port }}"
|
||||
traefik.port: "8686"
|
|
@ -12,7 +12,7 @@
|
|||
MINIDLNA_MEDIA_DIR1: "/media1"
|
||||
MINIDLNA_MEDIA_DIR2: "/media2"
|
||||
MINIDLNA_FRIENDLY_NAME: "{{ minidlna_friendly_name }}"
|
||||
MINIDLNA_PORT: "{{ minidlna_port }}"
|
||||
MINIDLNA_PORT: "8201"
|
||||
network_mode: host
|
||||
restart_policy: unless-stopped
|
||||
memory: 1g
|
||||
|
|
|
@ -39,4 +39,4 @@
|
|||
traefik.backend: "miniflux"
|
||||
traefik.frontend.rule: "Host:miniflux.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ miniflux_available_externally }}"
|
||||
traefik.port: "{{ miniflux_port }}"
|
||||
traefik.port: "8080
|
|
@ -29,4 +29,4 @@
|
|||
traefik.backend: "netdata"
|
||||
traefik.frontend.rule: "Host:netdata.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ netdata_available_externally }}"
|
||||
traefik.port: "{{ netdata_port }}"
|
||||
traefik.port: "19999"
|
|
@ -45,4 +45,4 @@
|
|||
traefik.backend: "nextcloud"
|
||||
traefik.frontend.rule: "Host:nextcloud.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ nextcloud_available_externally }}"
|
||||
traefik.port: "{{ nextcloud_port }}"
|
||||
traefik.port: "80"
|
|
@ -26,4 +26,4 @@
|
|||
traefik.backend: "nzbget"
|
||||
traefik.frontend.rule: "Host:nzbget.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ nzbget_available_externally }}"
|
||||
traefik.port: "{{ nzbget_port }}"
|
||||
traefik.port: "6789"
|
|
@ -48,4 +48,4 @@
|
|||
traefik.backend: "openhab"
|
||||
traefik.frontend.rule: "Host:openhab.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ openhab_available_externally }}"
|
||||
traefik.port: "{{ openhab_port_https }}"
|
||||
traefik.port: "7777"
|
||||
|
|
|
@ -23,4 +23,4 @@
|
|||
traefik.backend: "portainer"
|
||||
traefik.frontend.rule: "Host:portainer.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ portainer_available_externally }}"
|
||||
traefik.port: "{{ portainer_port }}"
|
||||
traefik.port: "9000"
|
|
@ -28,4 +28,4 @@
|
|||
traefik.backend: "pyload"
|
||||
traefik.frontend.rule: "Host:pyload.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ pyload_available_externally }}"
|
||||
traefik.port: "{{ pyload_port }}"
|
||||
traefik.port: "8000"
|
||||
|
|
|
@ -27,4 +27,4 @@
|
|||
traefik.backend: "radarr"
|
||||
traefik.frontend.rule: "Host:radarr.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ radarr_available_externally }}"
|
||||
traefik.port: "{{ radarr_port }}"
|
||||
traefik.port: "7878"
|
|
@ -34,4 +34,4 @@
|
|||
traefik.backend: "sickchill"
|
||||
traefik.frontend.rule: "Host:sickchill.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ sickchill_available_externally }}"
|
||||
traefik.port: "{{ sickchill_port }}"
|
||||
traefik.port: "8081"
|
||||
|
|
|
@ -27,4 +27,4 @@
|
|||
traefik.backend: "sonarr"
|
||||
traefik.frontend.rule: "Host:sonarr.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ sonarr_available_externally }}"
|
||||
traefik.port: "{{ sonarr_port }}"
|
||||
traefik.port: "8989"
|
|
@ -71,4 +71,4 @@
|
|||
traefik.backend: "grafana"
|
||||
traefik.frontend.rule: "Host:grafana.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ grafana_available_externally }}"
|
||||
traefik.port: "{{ grafana_port }}"
|
||||
traefik.port: "3000"
|
|
@ -28,4 +28,4 @@
|
|||
traefik.backend: "tautulli"
|
||||
traefik.frontend.rule: "Host:tautulli.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ tautulli_available_externally }}"
|
||||
traefik.port: "{{ tautulli_port }}"
|
||||
traefik.port: "8181"
|
|
@ -30,5 +30,5 @@
|
|||
traefik.backend: "thelounge"
|
||||
traefik.frontend.rule: "Host:thelounge.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ thelounge_available_externally }}"
|
||||
traefik.port: "thelounge_port_two"
|
||||
traefik.port: "9000"
|
||||
|
||||
|
|
|
@ -31,4 +31,4 @@
|
|||
traefik.backend: "transmission"
|
||||
traefik.frontend.rule: "Host:transmission.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ transmission_available_externally }}"
|
||||
traefik.port: "{{ transmission_webui_port }}"
|
||||
traefik.port: "9091"
|
||||
|
|
|
@ -46,4 +46,4 @@
|
|||
traefik.backend: "transmission-openvpn"
|
||||
traefik.frontend.rule: "Host:transmission-openvpn.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ transmission_with_openvpn_available_externally }}"
|
||||
traefik.port: "{{ transmission_openvpn_webui_port }}"
|
||||
traefik.port: "9091"
|
|
@ -22,11 +22,11 @@
|
|||
PGID: "{{ ubooquity_group_id|quote }}"
|
||||
MAXMEM: "1024"
|
||||
ports:
|
||||
- "{{ ubooquity_port_a }}:2202"
|
||||
- "{{ ubooquity_port_b }}:2203"
|
||||
- "{{ ubooquity_port_webui }}:2202"
|
||||
- "{{ ubooquity_port_admin }}:2203"
|
||||
restart_policy: unless-stopped
|
||||
labels:
|
||||
traefik.backend: "ubooquity"
|
||||
traefik.frontend.rule: "Host:ubooquity.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ ubooquity_available_externally }}"
|
||||
traefik.port: "{{ ubooquity_port_a }}"
|
||||
traefik.port: "2202"
|
||||
|
|
|
@ -23,6 +23,6 @@
|
|||
traefik.backend: "wallabag"
|
||||
traefik.frontend.rule: "Host:wallabag.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ wallabag_available_externally }}"
|
||||
traefik.port: "{{ wallabag_port }}"
|
||||
traefik.port: "80"
|
||||
traefik.frontend.headers.SSLRedirect: "true"
|
||||
memory: 1g
|
|
@ -25,4 +25,4 @@
|
|||
traefik.backend: "znc"
|
||||
traefik.frontend.rule: "Host:znc.{{ ansible_nas_domain }}"
|
||||
traefik.enable: "{{ znc_available_externally }}"
|
||||
traefik.port: "{{ znc_port }}"
|
||||
traefik.port: "6677"
|
Loading…
Reference in a new issue