Confluence
services.confluence.catalinaOptions
Java options to pass to catalina/tomcat.
Type: list of string
Default
[ ]
Example
["-Xms1024m""-Xmx2048m""-Dconfluence.disable.peopledirectory.all=true"]
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/confluence.nix
services.confluence.enable
Whether to enable Atlassian Confluence service.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/confluence.nix
services.confluence.group
Group which runs confluence.
Type: string
Default
"confluence"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/confluence.nix
services.confluence.home
Home directory of the confluence instance.
Type: string
Default
"/var/lib/confluence"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/confluence.nix
services.confluence.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/confluence.nix
services.confluence.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/confluence.nix
services.confluence.listenPort
Port to listen on.
Type: 16 bit unsigned integer; between 0 and 65535 (both inclusive)
Default
8090
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/confluence.nix
services.confluence.package
The atlassian-confluence package to use.
Type: package
Default
pkgs.atlassian-confluence
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/confluence.nix
services.confluence.proxy.enable
Whether to enable proxy support.
Type: boolean
Default
false
Example
true
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/confluence.nix
services.confluence.proxy.name
Virtual hostname at the proxy
Type: string
Example
"confluence.example.com"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/confluence.nix
services.confluence.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/confluence.nix
services.confluence.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/confluence.nix
services.confluence.sso.applicationName
Exact name of this Confluence instance in Crowd
Type: string
Example
"jira"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/confluence.nix
services.confluence.sso.applicationPassword
Application password of this Confluence instance in Crowd
Type: null or string
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/confluence.nix
services.confluence.sso.applicationPasswordFile
Path to the application password for Crowd of Confluence.
Type: null or string
Default
null
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/confluence.nix
services.confluence.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/confluence.nix
services.confluence.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/confluence.nix
services.confluence.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/confluence.nix
services.confluence.user
User which runs confluence.
Type: string
Default
"confluence"
Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/web-apps/atlassian/confluence.nix