Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added jira-software template #186

Merged
merged 1 commit into from
Oct 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added templates/img/jira-software.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions templates/jira-software.xml
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.&#xD;
&#xD;
For more information on different variables you can add, see: [b]https://hub.docker.com/r/atlassian/jira-software/[/b]&#xD;
&#xD;
</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>