Skip to content

Lanraragi

services.lanraragi.enable

Whether to enable LANraragi. Type: boolean

Default

false

Example

true

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lanraragi.nix

services.lanraragi.package

The lanraragi package to use. Type: package

Default

pkgs.lanraragi

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lanraragi.nix

services.lanraragi.passwordFile

A file containing the password for LANraragi's admin interface.

Type: null or path

Default

null

Example

"/run/keys/lanraragi-password"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lanraragi.nix

services.lanraragi.port

Port for LANraragi's web interface. 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/web-apps/lanraragi.nix

services.lanraragi.redis.passwordFile

A file containing the password for LANraragi's Redis server.

Type: null or path

Default

null

Example

"/run/keys/redis-lanraragi-password"

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lanraragi.nix

services.lanraragi.redis.port

Port for LANraragi's Redis server. Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)

Default

6379

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/lanraragi.nix