Skip to content

InstantCasette/UnraidJira

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

50 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Unraid Jira App Template

๐Ÿ“ฆ Unraid Docker Template: ๐ŸŒ Jira.xml
โค๏ธ Unraid Forum: ๐ŸŒ Visit Support Thread

Setup Info

๐Ÿ“š For more info on all the possible docker variables, please ๐ŸŒ Check the official Jira dockerhub page.

โš ๏ธ I highly recommend using PostgreSQL (Postgres11 + PGAdmin4) as your DB backend as MariaDB isn't supported and was giving me all sorts of issues with Atlassian software. ๐ŸŒ View Jira compatibility info / ๐ŸŒ View Jira PostgreSQL setup info

โ–ถ๏ธ By default this docker template is setup to access via https proxy (e.g. Letsencrypt) and a domain. Check out this video by Spaceinvader One on Youtube how to set this up:

SpaceInvader One Letsencrypt Setup

๐Ÿ“ฆ LetsEncrypt Proxy-Conf Template: ๐ŸŒ JiraProxy.conf
\\UNRAIDSERVER\Appdata\letsencrypt\nginx\proxy-confs\JiraProxy.conf (Typical Letsencrypt Proxy-Conf location)

Docker Container Variables

โš ๏ธ The official documentation defines the ATL parameters in uppercase, whilst the actual internal xlm defines them in lowercase. Some users have reported that these are case sensitive and only respond to the lowercase values.

Jira Home
Container Path: /var/atlassian/application-data/jira
This is where Jira stores its appdata.
Default: /mnt/user/appdata/jira/

Jira Port
Container Port: 8080
The port used to access Jira's web interface.
Default: 9080

Proxy Fully Qualified Hostname
Container Variable: ATL_PROXY_NAME
The subdomain/domain used to access Jira. This must be specified for HTTPS access to work.
Default: please.replace.me

Proxy Protocol Scheme
Container Variable: ATL_TOMCAT_SCHEME
Switch between http or https for access.
Default: https

Proxy Require HTTPS for Login
Container Variable: ATL_TOMCAT_SECURE
Enforces secure login (https). Setting this to false will allow users to login using insecure connections (http).
Default: true

Proxy Port
If using something like Letsencrypt (highly recommended) you must specify the proxy port being used here, commonly 443.
Container Variable: ATL_PROXY_PORT
Default: 443

About

Unraid Jira App Template

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published