Skip to content

Morty

services.morty.enable

Whether to enable Morty proxy server. See https://github.com/asciimoo/morty. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/morty.nix

services.morty.ipv6

Allow IPv6 HTTP requests? Type: boolean

Default

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/morty.nix

services.morty.key

HMAC url validation key (hexadecimal encoded). Leave blank to disable. Without validation key, anyone can submit proxy requests. Leave blank to disable. Generate with printf %s somevalue | openssl dgst -sha1 -hmac somekey

Type: string

Default

""

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/morty.nix

services.morty.listenAddress

The address on which the service listens Type: string

Default

"127.0.0.1"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/morty.nix

services.morty.package

The morty package to use. Type: package

Default

pkgs.morty

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/morty.nix

services.morty.port

Listing port Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

3000

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/morty.nix

services.morty.timeout

Request timeout in seconds. Type: signed integer

Default

2

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/networking/morty.nix