Parsoid
services.parsoid.enable
Whether to enable Parsoid -- bidirectional wikitext parser.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/parsoid.nix
services.parsoid.extraConfig
Extra configuration to add to parsoid configuration.
Type: attribute set
Default
{ }
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/parsoid.nix
services.parsoid.interface
Interface to listen on.
Type: string
Default
"127.0.0.1"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/parsoid.nix
services.parsoid.port
Port to listen on.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
8000
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/parsoid.nix
services.parsoid.wikis
Used MediaWiki API endpoints.
Type: list of (string or (attribute set))
Example
["http://localhost/api.php"]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/parsoid.nix
services.parsoid.workers
Number of Parsoid workers.
Type: signed integer
Default
2
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/parsoid.nix