add notes next to ports in service-configs
This commit is contained in:
@@ -10,36 +10,36 @@ rec {
|
|||||||
|
|
||||||
ports = {
|
ports = {
|
||||||
# public
|
# public
|
||||||
http = 80;
|
http = 80; # TCP
|
||||||
https = 443;
|
https = 443; # TCP+UDP (HTTP/3 QUIC)
|
||||||
minecraft = 25565;
|
minecraft = 25565; # TCP
|
||||||
syncthing_protocol = 22000;
|
syncthing_protocol = 22000; # TCP+UDP (QUIC)
|
||||||
syncthing_discovery = 21027;
|
syncthing_discovery = 21027; # UDP
|
||||||
matrix_federation = 8448;
|
matrix_federation = 8448; # TCP+UDP (HTTP/3 QUIC)
|
||||||
coturn = 3478;
|
coturn = 3478; # TCP+UDP
|
||||||
coturn_tls = 5349;
|
coturn_tls = 5349; # TCP+UDP
|
||||||
livekit = 7880;
|
livekit = 7880; # TCP
|
||||||
soulseek_listen = 50300;
|
soulseek_listen = 50300; # TCP
|
||||||
monero = 18080;
|
monero = 18080; # TCP
|
||||||
|
|
||||||
# private
|
# private
|
||||||
jellyfin = 8096; # no services.jellyfin option for this
|
jellyfin = 8096; # TCP - no services.jellyfin option for this
|
||||||
torrent = 6011;
|
torrent = 6011; # TCP
|
||||||
bitmagnet = 3333;
|
bitmagnet = 3333; # TCP
|
||||||
gitea = 2283;
|
gitea = 2283; # TCP
|
||||||
immich = 2284;
|
immich = 2284; # TCP
|
||||||
soulseek_web = 5030;
|
soulseek_web = 5030; # TCP
|
||||||
vaultwarden = 8222;
|
vaultwarden = 8222; # TCP
|
||||||
syncthing_gui = 8384;
|
syncthing_gui = 8384; # TCP
|
||||||
matrix = 6167;
|
matrix = 6167; # TCP
|
||||||
ntfy = 2586;
|
ntfy = 2586; # TCP
|
||||||
lk_jwt = 8081;
|
lk_jwt = 8081; # TCP
|
||||||
prowlarr = 9696;
|
prowlarr = 9696; # TCP
|
||||||
sonarr = 8989;
|
sonarr = 8989; # TCP
|
||||||
radarr = 7878;
|
radarr = 7878; # TCP
|
||||||
bazarr = 6767;
|
bazarr = 6767; # TCP
|
||||||
jellyseerr = 5055;
|
jellyseerr = 5055; # TCP
|
||||||
monero_rpc = 18081;
|
monero_rpc = 18081; # TCP
|
||||||
};
|
};
|
||||||
|
|
||||||
https = {
|
https = {
|
||||||
|
|||||||
Reference in New Issue
Block a user