Refactor nodePorts so all apps have unique defaults (#407)
* Introduce 'Default NodePorts' Manual Table * Change default nodePorts according to manual's table Also fix navidrome icon * Make suggested changes on ports Probably fix warnings in Deepstack * Add note in defPorts md
This commit is contained in:
@@ -0,0 +1,56 @@
|
||||
# Default Node Ports
|
||||
|
||||
| App |Service | NodePort |
|
||||
|:--------------------------|:-------:|:---------:|
|
||||
|Plex |Main |32400 |
|
||||
|Handbrake |Main |36002 |
|
||||
|Handbrake |VNC |36003 |
|
||||
|Collabora |Main |36004 |
|
||||
|Deepstack |Main |36005 |
|
||||
|Emby |Main |36006 |
|
||||
|ESPHome |Main |36007 |
|
||||
|Home Assistant |Main |36008 |
|
||||
|Jackett |Main |36009 |
|
||||
|Jellyfin |Main |36010 |
|
||||
|KMS |Main |36011 |
|
||||
|Lidarr |Main |36012 |
|
||||
|Ombi |Main |36013 |
|
||||
|Lidarr |Main |36014 |
|
||||
|Calibre-Web |Main |36015 |
|
||||
|Radarr |Main |36016 |
|
||||
|Sonarr |Main |36017 |
|
||||
|Tautulli |Main |36018 |
|
||||
|Transmission |Main |36019 |
|
||||
|Transmission |TCP |36020 |
|
||||
|Transmission |UDP |36020 |
|
||||
|NZBGet |Main |36021 |
|
||||
|ZwaveJS2Mqtt |Main |36022 |
|
||||
|ZwaveJS2Mqtt |Websocket|36023 |
|
||||
|Syncthing |Main |36024 |
|
||||
|Bazarr |Main |36025 |
|
||||
|Deluge |Main |36026 |
|
||||
|Deluge |TCP |51413 |
|
||||
|Deluge |UPD |51413 |
|
||||
|Navidrome |Main |36027 |
|
||||
|Node-RED |Main |36028 |
|
||||
|FreshRSS |Main |36029 |
|
||||
|GAPS |Main |36030 |
|
||||
|Grocy |Main |36031 |
|
||||
|Heimdall |Main |36032 |
|
||||
|Lazy Librarian |Main |36033 |
|
||||
|Lychee |Main |36034 |
|
||||
|Unifi |Main |36035 |
|
||||
|Unifi |TCP |36036 |
|
||||
|Unifi |UDP |36037 |
|
||||
|Readarr |Main |36038 |
|
||||
|QBitTorrent |Main |36039 |
|
||||
|QBitTorrent |TCP |36040 |
|
||||
|QBitTorrent |UDP |36040 |
|
||||
|NZBHydra |Main |36041 |
|
||||
|TVHeadend |Main |36042 |
|
||||
|TVHeadend |HTSP |36043 |
|
||||
|True Command |Main |36044 |
|
||||
|SABnzbd |Main |36045 |
|
||||
|Organizr |Main |36046 |
|
||||
|
||||
#### Note: TCP and UPD ports that are the same in each App, are not by mistake.
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36025
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -158,7 +158,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36015
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -270,7 +270,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36026
|
||||
required: true
|
||||
- variable: tcp
|
||||
label: ""
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36029
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36030
|
||||
required: true
|
||||
- variable: persistence
|
||||
label: "Integrated Persistent Storage"
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36031
|
||||
required: true
|
||||
- variable: persistence
|
||||
label: "Integrated Persistent Storage"
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36033
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36033
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36034
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -8,7 +8,7 @@ description: Navidrome is an open source web-based music collection server and s
|
||||
type: application
|
||||
deprecated: false
|
||||
home: https://github.com/truecharts/apps/tree/master/incubator/navidrome
|
||||
icon: https://github.com/deluan/navidrome/blob/master/ui/src/icons/android-icon-72x72.png?raw=true
|
||||
icon: https://raw.githubusercontent.com/navidrome/navidrome/v0.42.0/ui/src/icons/android-icon-192x192.png
|
||||
keywords:
|
||||
- navidrome
|
||||
- music
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36027
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
categories:
|
||||
- media
|
||||
icon_url: https://github.com/deluan/navidrome/blob/master/ui/src/icons/android-icon-72x72.png?raw=true
|
||||
icon_url: https://raw.githubusercontent.com/navidrome/navidrome/v0.42.0/ui/src/icons/android-icon-192x192.png
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36028
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36021
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36041
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36046
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36039
|
||||
required: true
|
||||
- variable: tcp
|
||||
label: "TCP Torrent connections"
|
||||
@@ -222,7 +222,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36040
|
||||
required: true
|
||||
- variable: udp
|
||||
label: "UDP Torrent connections"
|
||||
@@ -285,7 +285,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36040
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36038
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -175,7 +175,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36045
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -160,7 +160,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36044
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -140,7 +140,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36042
|
||||
required: true
|
||||
- variable: htsp
|
||||
label: "HTSP service"
|
||||
@@ -202,7 +202,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36043
|
||||
required: true
|
||||
- variable: persistence
|
||||
label: "Integrated Persistent Storage"
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36035
|
||||
required: true
|
||||
- variable: tcp
|
||||
label: "Unifi Device Communications"
|
||||
@@ -222,7 +222,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36036
|
||||
required: true
|
||||
- variable: udp
|
||||
label: "Stun Device Communications"
|
||||
@@ -285,7 +285,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36037
|
||||
required: true
|
||||
- variable: persistence
|
||||
label: "Integrated Persistent Storage"
|
||||
|
||||
@@ -455,7 +455,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36000
|
||||
required: true
|
||||
hidden: true
|
||||
- variable: ws
|
||||
@@ -517,7 +517,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36053
|
||||
default: 36001
|
||||
required: true
|
||||
hidden: true
|
||||
|
||||
|
||||
@@ -207,7 +207,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36004
|
||||
required: true
|
||||
# Reverse Proxy
|
||||
- variable: customStorage
|
||||
|
||||
@@ -224,7 +224,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36005
|
||||
required: true
|
||||
|
||||
## TrueCharts Specific
|
||||
|
||||
@@ -27,11 +27,11 @@ envTpl:
|
||||
|
||||
env:
|
||||
# TZ: UTC
|
||||
VISION-FACE: True
|
||||
VISION-DETECTION: True
|
||||
VISION-SCENE: True
|
||||
VISION-FACE: "True"
|
||||
VISION-DETECTION: "True"
|
||||
VISION-SCENE: "True"
|
||||
MODELSTORE-DETECTION: "/modelstore/detection" # Path to custom models (needs to be on documentation)
|
||||
MODE: High # High|Medium|Low
|
||||
MODE: "High" # High|Medium|Low
|
||||
# ADMIN-KEY: "" # Deprecated since it got OpenSource? or optional?
|
||||
# API-KEY: "" # Deprecated since it got OpenSource? or optional?podSecurityContext:
|
||||
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36006
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -158,7 +158,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36007
|
||||
required: true
|
||||
# Configure app volumes
|
||||
- variable: persistence
|
||||
|
||||
@@ -244,7 +244,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36002
|
||||
required: true
|
||||
- variable: vnc
|
||||
label: "VNC service"
|
||||
@@ -307,7 +307,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36003
|
||||
required: true
|
||||
|
||||
## TrueCharts Specific
|
||||
|
||||
@@ -174,7 +174,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36008
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -158,7 +158,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36009
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36010
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -151,7 +151,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36011
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: customStorage
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36012
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -159,7 +159,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36013
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -160,7 +160,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36016
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -160,7 +160,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36017
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -150,7 +150,7 @@ questions:
|
||||
# type: int
|
||||
# min: 9000
|
||||
# max: 65535
|
||||
# default: 36052
|
||||
# default: 36024
|
||||
# required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -160,7 +160,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36018
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -342,7 +342,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36019
|
||||
required: true
|
||||
- variable: tcp
|
||||
label: "TCP Torrent connections"
|
||||
@@ -405,7 +405,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36020
|
||||
required: true
|
||||
- variable: udp
|
||||
label: "UDP Torrent connections"
|
||||
@@ -468,7 +468,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36020
|
||||
required: true
|
||||
## TrueCharts Specific
|
||||
- variable: persistence
|
||||
|
||||
@@ -139,7 +139,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36022
|
||||
required: true
|
||||
- variable: ws
|
||||
label: "WebSocket service"
|
||||
@@ -202,7 +202,7 @@ questions:
|
||||
type: int
|
||||
min: 9000
|
||||
max: 65535
|
||||
default: 36052
|
||||
default: 36023
|
||||
required: true
|
||||
# Configure app volumes
|
||||
- variable: persistence
|
||||
|
||||
Reference in New Issue
Block a user