TrueChartsClone/docs/manual/default-ports.md

198 lines
21 KiB
Markdown
Raw Normal View History

# Default Ports
This document documents the default ports used by Apps.
These defaults can ofcoarse be changed, but as we guarantee "sane, working defaults" they should provide no or minimal conflicts without being changed
feat(apps): fill incubator with a bunch of new apps (#1083) * (feat) fill incubator with a bunch of new apps * Ornias' cleanup * stavros' cleanup * Ornias' second cleanup * Add basic SCALE Compatibility layer and docs * Ornias's cleanup 3 * Stavros' cleanup 2 Update service's port on the skipped apps (+32 squashed commit) Squashed commit: [361963ced] config -> data on some apps [545c32b55] wiki [41fb4f518] twtxt [02169bad9] static [a9042669c] sqlitebrowser [f09ce3d76] smokeping [01d2f9af6] sickgear [680fd358f] sickchill [71856480f] shorturl [ce130ac8a] Remmina [6410ec2ae] pixapop [a1ea2a33f] Piwigo [0b4c52d43] photoshow [25e9a44fd] novnc [84954deae] notes [b3be0b28d] muximux [43d2b37a5] mstream [736f9877f] Medusa [8ef3434d6] Headphones [05e52284f] Grav [7ce6f1723] golinks [b4eee91e6] fossil [d19b44434] FIlezilla [926236447] Doublecommander [6f68e5253] Digikam [f14d3af21] Davos [8108c01ea] Code-server [496991750] Cloud9 [4ad02a99f] Beets [f2f0565b9] Apache-musicindex [9bf8de8c4] aria2 [283edf7b0] Audacity * Ornias' cleanup 4 try something for amcrest and zigbee (+8 squashed commit) Squashed commit: [a199779a9] First part of leaf2mqtt [0eb7fea43] cryptfolio [81c2b9b8b] amcrest readonly default true [fc62aebb4] setup amcrest2mqtt [d97f7d1fe] remove empty secret references [ec0e6b1b3] remove sogo for now (till we have a decent mail server and such) [9be04c1e7] Adapt to recent serviceExpert changes (includes) (cherry picked from commit 98acc5f93f9f1aa5129942af7f196a04ed6a8c1e) [8362ebc89] Adapt to recent ingress changes in questions.yaml (includes) (cherry picked from commit d307ba98a74d470c45c8fdff51423930826015a9) * Stavros' cleanup 3 leaf2mqtt actually needs root when the core fuctionality env's are populated (+6 squashed commit) Squashed commit: [4ef306f0c] minio-console [6ad206b48] finish whoogle and move fixed envs on top [aaf48575c] finish 4 apps [97ad3fd4d] don't leave sercrets empty [e27b98841] sync more env's and sercrets [398929040] sync secrets * Initial work on valheim (WIP) * fix some linting issues * Use the configuration only as a default and let users expand it using env vars * indent issue on valheim * add second ingress to valheim * remove some old valheim comments * valheim fix port ints Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois <s.kois@outlook.com>
2021-10-13 20:46:42 +00:00
| App | Service | NodePort | LoadBalancer-Port | Note |
| :------------------------- | :--------: | :------: | :---------------: | :--------------------------------: |
| k8s-gateway | main | | 53/UDP | Potenial conflict with pihole |
| pihole | dns | | 53/UDP | Potenial conflict with k8s-gateway |
| pihole | dns-tcp | | 53 | |
| Gitea | ssh | | 2222 | |
| Unifi | comm | | 8080 | |
| Valheim | valheim-1 | | 2456/UDP | |
| traefik | main | 9000 | | |
| traefik | web | | 9080 | Adviced to be changed to 80 |
| traefik | metrics | 9100 | | |
| traefik | websecure | | 9443 | Adviced to be changed to 443 |
| JDownloader2 | myjd | 36092 | | |
| Plex | main | 32400 | | |
| Handbrake | main | 36002 | | |
| Handbrake | vnc | 36003 | | |
| Collabora | main | 36004 | | |
| Deepstack-cpu | main | 36005 | | |
feat(apps): fill incubator with a bunch of new apps (#1083) * (feat) fill incubator with a bunch of new apps * Ornias' cleanup * stavros' cleanup * Ornias' second cleanup * Add basic SCALE Compatibility layer and docs * Ornias's cleanup 3 * Stavros' cleanup 2 Update service's port on the skipped apps (+32 squashed commit) Squashed commit: [361963ced] config -> data on some apps [545c32b55] wiki [41fb4f518] twtxt [02169bad9] static [a9042669c] sqlitebrowser [f09ce3d76] smokeping [01d2f9af6] sickgear [680fd358f] sickchill [71856480f] shorturl [ce130ac8a] Remmina [6410ec2ae] pixapop [a1ea2a33f] Piwigo [0b4c52d43] photoshow [25e9a44fd] novnc [84954deae] notes [b3be0b28d] muximux [43d2b37a5] mstream [736f9877f] Medusa [8ef3434d6] Headphones [05e52284f] Grav [7ce6f1723] golinks [b4eee91e6] fossil [d19b44434] FIlezilla [926236447] Doublecommander [6f68e5253] Digikam [f14d3af21] Davos [8108c01ea] Code-server [496991750] Cloud9 [4ad02a99f] Beets [f2f0565b9] Apache-musicindex [9bf8de8c4] aria2 [283edf7b0] Audacity * Ornias' cleanup 4 try something for amcrest and zigbee (+8 squashed commit) Squashed commit: [a199779a9] First part of leaf2mqtt [0eb7fea43] cryptfolio [81c2b9b8b] amcrest readonly default true [fc62aebb4] setup amcrest2mqtt [d97f7d1fe] remove empty secret references [ec0e6b1b3] remove sogo for now (till we have a decent mail server and such) [9be04c1e7] Adapt to recent serviceExpert changes (includes) (cherry picked from commit 98acc5f93f9f1aa5129942af7f196a04ed6a8c1e) [8362ebc89] Adapt to recent ingress changes in questions.yaml (includes) (cherry picked from commit d307ba98a74d470c45c8fdff51423930826015a9) * Stavros' cleanup 3 leaf2mqtt actually needs root when the core fuctionality env's are populated (+6 squashed commit) Squashed commit: [4ef306f0c] minio-console [6ad206b48] finish whoogle and move fixed envs on top [aaf48575c] finish 4 apps [97ad3fd4d] don't leave sercrets empty [e27b98841] sync more env's and sercrets [398929040] sync secrets * Initial work on valheim (WIP) * fix some linting issues * Use the configuration only as a default and let users expand it using env vars * indent issue on valheim * add second ingress to valheim * remove some old valheim comments * valheim fix port ints Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Co-authored-by: Stavros kois <s.kois@outlook.com>
2021-10-13 20:46:42 +00:00
| 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 | ws | 36023 | | |
| Syncthing | main | 36024 | | |
| Bazarr | main | 36025 | | |
| Deluge | main | 36026 | | |
| Deluge | tcp | 51413 | | |
| Deluge | udp | 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 | | |
| Podgrab | main | 36047 | | |
| Fireflyiii | main | 36048 | | |
| FocalBoard | main | 36049 | | |
| Airsonic | main | 36050 | | |
| Appdaemon | main | 36051 | | |
| Booksonic-air | main | 36052 | | |
| Calibre | main | 36053 | | |
| Calibre | webserver | 36054 | | |
| Deconz | main | 36055 | | |
| Deconz | websocket | 36056 | | |
| Deconz | vnc | 36057 | | |
| Dizquetv | main | 36058 | | |
| Duplicati | main | 36059 | | |
| Flaresolverr | main | 36060 | | |
| Flood | main | 36061 | | |
| Gonic | main | 36062 | | |
| Healthchecks | main | 36063 | | |
| Hyperion-ng | main | 36064 | | |
| Komga | main | 36065 | | |
| Librespeed | main | 36066 | | |
| Mealie | main | 36067 | | |
| Mosquitto | main | 36068 | | |
| Mylar | main | 36068 | | |
| Nullserv | main | 36069 | | |
| Nullserv | https | 36070 | | |
| Octoprint | main | 36071 | | |
| Omada-controller | main | 36072 | | |
| Overseerr | main | 36073 | | |
| Owncast | main | 36074 | | |
| Owncast | rtmp | 36075 | | |
| Owncloud-ocis | main | 36076 | | |
| Photoprism | main | 36077 | | |
| Piaware | main | 36078 | | |
| Pretend-youre-xyzzy | main | 36079 | | |
| Protonmail-bridge | main | 36080 | | |
| Prowlarr | main | 36081 | | |
| Pyload | main | 36082 | | |
| Reg | main | 36083 | | |
| Ser2sock | main | 36084 | | |
| Stash | main | 36085 | | |
| Thelounge | main | 36086 | | |
| Xteve | main | 36087 | | |
| Resillio-sync | main | 36088 | | |
| Resillio-sync | udp | 36089 | | |
| Resillio-sync | tcp | 36090 | | |
| Nextcloud | main | 36091 | | |
| LittleLink | main | 36092 | | |
| JDownloader2 | main | 36093 | | |
| JDownloader2 | vnc | 36094 | | |
| Authelia | main | 36095 | | |
| Hyperion-ng | json | 36096 | | |
| Hyperion-ng | protobuf | 36097 | | |
| Hyperion-ng | boblight | 36098 | | |
| OpenLDAP | main | 36099 | | |
| OpenLDAP | https | 36100 | | |
| pihole | main | 36101 | | |
| Sogo | main | 36102 | | |
| oscam | main | 36103 | | |
| teamspeak3 | main | 36104 | | |
| teamspeak3 | query | 36105 | | |
| teamspeak3 | files | 36106 | | |
| CodeServer | ADDON | 36107 | | |
| Gitea | main | 36108 | | |
| OnlyOffice-Document-Server | main | 36109 | | |
| Aria2 | listen | 36110 | | |
| Aria2 | main | 36111 | | |
| Audacity | main | 36112 | | |
| Apache-Musicindex | main | 36113 | | |
| Beets | main | 36114 | | |
| Cloud9 | main | 36115 | | |
| Code-Server | main | 36116 | | |
| Davos | main | 36117 | | |
| Digikam | main | 36118 | | |
| Doublecommander | main | 36119 | | |
| Filezilla | main | 36120 | | |
| Fossil | main | 36121 | | |
| Golinks | main | 36122 | | |
| Grav | main | 36123 | | |
| Headphones | main | 36124 | | |
| Medusa | main | 36125 | | |
| Mstream | main | 36126 | | |
| Muximux | main | 36127 | | |
| Notes | main | 36128 | | |
| NoVNC | main | 36129 | | |
| Photoshow | main | 36130 | | |
| Piwigo | main | 36131 | | |
| Pixapop | main | 36132 | | |
| Remmina | main | 36133 | | |
| Shorturl | main | 36134 | | |
| Sickchill | main | 36135 | | |
| Sickgear | main | 36136 | | |
| Smokeping | main | 36137 | | |
| Sqlitebrowser | main | 36138 | | |
| Static | main | 36139 | | |
| Twtxt | main | 36140 | | |
| Zigbee2mqtt | main | 36141 | | |
| Whoogle | main | 36142 | | |
| Minio-console | main | 36143 | | |
| Icantbelieveitsnotvaketudo | main | 36144 | | |
| Cryptfolio | main | 36145 | | |
| Valheim | main | 36146 | | |
| Valheim | supervisor | 36147 | | |
| Deepstack-gpu | main | 36148 | | |
| Uptime-Kuma | main | 36149 | | |
| Tdarr-node | main | 36150 | | |
| Tdarr | main | 36151 | | |
| Tdarr | comm | 36152 | | |
| Babybuddy | main | 36153 | | |
| Dsmr-reader | main | 36154 | | |
| WIkijs | main | 36155 | | |
| Etherpad | main | 36156 | | |
| Firefox-syncserver | main | 36157 | | |
| Gotify | main | 36158 | | |
| Joplin-server | main | 36159 | | |
| Kanboard | main | 36160 | | |
| Librespeed | main | 36161 | | |
| Miniflux | main | 36162 | | |
| Odoo | main | 36163 | | |
| Odoo | odoo-1 | 36164 | | |
| Odoo | odoo-2 | 36165 | | |
| Openkm | main | 36166 | | |
| Recipes | main | 36167 | | |
| Shiori | main | 36168 | | |
| Statping | main | 36169 | | |
| Teedy | main | 36170 | | |
| Traccar | main | 36171 | | |
| Tt-rss | main | 36172 | | |
##### Note: TCP and UPD ports that are the same in each App, are not by mistake.