-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #186 from selfhosters/testing
added jira-software template
- Loading branch information
Showing
2 changed files
with
21 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0"?> | ||
<Container version="2"> | ||
<Name>jira-software</Name> | ||
<Repository>atlassian/jira-software</Repository> | ||
<Registry>https://hub.docker.com/r/atlassian/jira-software/</Registry> | ||
<Network>bridge</Network> | ||
<Privileged>false</Privileged> | ||
<Support>https://forums.unraid.net/topic/87798-support-selfhostersnets-template-repository/</Support> | ||
<Project>https://www.atlassian.com/software/jira</Project> | ||
<Overview>Jira Software is a software development tool used by agile teams.
 | ||

 | ||
For more information on different variables you can add, see: [b]https://hub.docker.com/r/atlassian/jira-software/[/b]
 | ||

 | ||
</Overview> | ||
<Category>Cloud: Tools:</Category> | ||
<WebUI>http://[IP]:[PORT:8080]/</WebUI> | ||
<Icon>https://raw.githubusercontent.com/selfhosters/unRAID-CA-templates/master/templates/img/jira-software.png</Icon> | ||
<Config Name="WebUI" Target="8080" Default="8080" Mode="tcp" Description="Container Port: 8080" Type="Port" Display="always" Required="true" Mask="false"/> | ||
<Config Name="Appdata" Target="/var/atlassian/application-data/jira" Default="" Mode="rw" Description="Container Path: /var/atlassian/application-data/jira" Type="Path" Display="always" Required="true" Mask="false"/> | ||
<Config Name="Reverse Proxy" Target="ATL_PROXY_NAME" Default="" Mode="" Description="The reverse proxy's fully qualified hostname. CATALINA_CONNECTOR_PROXYNAME is also supported for backwards compatability." Type="Variable" Display="always" Required="false" Mask="false"/> | ||
</Container> |