Komga
services.komga.enable
Whether to enable Komga, a free and open source comics/mangas media server.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/komga.nix
services.komga.group
Group under which Komga runs.
Type: string
Default
"komga"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/komga.nix
services.komga.openFirewall
Whether to open the firewall for the port in {option}services.komga.port
.
Type: boolean
Default
false
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/komga.nix
services.komga.port
The port that Komga will listen on.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
8080
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/komga.nix
services.komga.stateDir
State and configuration directory Komga will use.
Type: string
Default
"/var/lib/komga"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/komga.nix
services.komga.user
User account under which Komga runs.
Type: string
Default
"komga"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/komga.nix