Crowd
services.crowd.catalinaOptions
Java options to pass to catalina/tomcat.
Type: list of string
Default
[ ]
Example
["-Xms1024m""-Xmx2048m"]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/crowd.nix
services.crowd.enable
Whether to enable Atlassian Crowd service.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/crowd.nix
services.crowd.group
Group which runs Crowd.
Type: string
Default
"crowd"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/crowd.nix
services.crowd.home
Home directory of the Crowd instance.
Type: string
Default
"/var/lib/crowd"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/crowd.nix
services.crowd.jrePackage
The oraclejre8 package to use. ::: {.note } Atlassian only supports the Oracle JRE (JRASERVER-46152). :::
Type: package
Default
pkgs.oraclejre8
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/crowd.nix
services.crowd.listenAddress
Address to listen on.
Type: string
Default
"127.0.0.1"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/crowd.nix
services.crowd.listenPort
Port to listen on.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
8092
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/crowd.nix
services.crowd.openidPassword
Application password for OpenID server.
Type: string
Default
"WILL_NEVER_BE_SET"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/crowd.nix
services.crowd.openidPasswordFile
Path to the file containing the application password for OpenID server.
Type: null or string
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/crowd.nix
services.crowd.package
The atlassian-crowd package to use.
Type: package
Default
pkgs.atlassian-crowd
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/crowd.nix
services.crowd.proxy.enable
Whether to enable reverse proxy support.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/crowd.nix
services.crowd.proxy.name
Virtual hostname at the proxy
Type: string
Example
"crowd.example.com"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/crowd.nix
services.crowd.proxy.port
Port used at the proxy
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
443
Example
80
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/crowd.nix
services.crowd.proxy.scheme
Protocol used at the proxy.
Type: string
Default
"https"
Example
"http"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/crowd.nix
services.crowd.proxy.secure
Whether the connections to the proxy should be considered secure.
Type: boolean
Default
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/crowd.nix
services.crowd.user
User which runs Crowd.
Type: string
Default
"crowd"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/crowd.nix