services.invidious.port

NixOS option

The port Invidious should listen on. To allow access from outside, you can use either services.invidious.nginx or add config.services.invidious.port to networking.firewall.allowedTCPPorts.

type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
3000
declared in: nixos/modules/services/web-apps/invidious.nixView source on NixOS/nixpkgs →