Jira
services.jira.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/jira.nix
services.jira.enable
Whether to enable Atlassian JIRA service.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/jira.nix
services.jira.group
Group which runs JIRA.
Type: string
Default
"jira"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/jira.nix
services.jira.home
Home directory of the JIRA instance.
Type: string
Default
"/var/lib/jira"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/jira.nix
services.jira.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/jira.nix
services.jira.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/jira.nix
services.jira.listenPort
Port to listen on.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
8091
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/jira.nix
services.jira.package
The atlassian-jira package to use.
Type: package
Default
pkgs.atlassian-jira
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/jira.nix
services.jira.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/jira.nix
services.jira.proxy.name
Virtual hostname at the proxy
Type: string
Example
"jira.example.com"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/jira.nix
services.jira.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/jira.nix
services.jira.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/jira.nix
services.jira.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/jira.nix
services.jira.sso.applicationName
Exact name of this JIRA instance in Crowd
Type: string
Example
"jira"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/jira.nix
services.jira.sso.applicationPasswordFile
Path to the file containing the application password of this JIRA instance in Crowd
Type: string
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/jira.nix
services.jira.sso.crowd
Crowd Base URL without trailing slash
Type: string
Example
"http://localhost:8095/crowd"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/jira.nix
services.jira.sso.enable
Whether to enable SSO with Atlassian Crowd.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/jira.nix
services.jira.sso.validationInterval
Set to 0, if you want authentication checks to occur on each request. Otherwise set to the number of minutes between request to validate if the user is logged in or out of the Crowd SSO server. Setting this value to 1 or higher will increase the performance of Crowd's integration.
Type: signed integer
Default
2
Example
0
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/jira.nix
services.jira.user
User which runs JIRA.
Type: string
Default
"jira"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/jira.nix