feat: add jira training instance without postgres

This commit is contained in:
2023-07-06 17:05:46 +02:00
parent 8d46f7e030
commit d67d240f11

View File

@@ -392,6 +392,67 @@
"default": "postgresql"
}
]
},
{
"type": 1,
"title": "Jira Training Instance without postgres",
"description": "Installs a Jira Training Instance",
"logo": "https://wac-cdn.atlassian.com/dam/jcr:88902887-3bc9-48f4-b428-39ef6b0b280d/Jira%20Core-icon-blue.svg?cdnVersion=693",
"platform": "linux",
"name": "jira-training",
"hostname": "jira-training",
"categories": ["project-management", "atlassian", "jira"],
"image": "jira_training:1.0",
"volumes": [
{
"container": "/var/atlassian/jira"
}
],
"network": "app-net",
"env": [
{
"name": "VIRTUAL_HOST",
"label": "VIRTUAL_HOST: Public URL of the application (mandatory)",
"description": "The public URL of the application used to configure the reverse proxy",
"default": "jira-training.apps.scandio.net"
},
{
"name": "VIRTUAL_PORT",
"label": "Port of the application to proxy (mandatory)",
"default": "8080",
"preset": true
},
{
"name": "LETSENCRYPT_HOST",
"label": "LETSENCRYPT_HOST: Public URL of the application (mandatory and same as above)",
"description": "The public URL of the application used to issue a Let's Encrypt certificate",
"default": "jira-training.apps.scandio.net"
},
{
"name": "ATL_PROXY_NAME",
"label": "ATL_PROXY_NAME: Public URL of the application (mandatory and same as above)",
"description": "The public URL of the application used to configure the Tomcat connector",
"default": "jira-training.apps.scandio.net"
},
{
"name": "ATL_PROXY_PORT",
"label": "Public port of the application (mandatory)",
"default": "443",
"preset": true
},
{
"name": "ATL_TOMCAT_SCHEME",
"label": "Public scheme of the application (mandatory)",
"default": "https",
"preset": true
},
{
"name": "ATL_TOMCAT_SECURE",
"label": "Public scheme of the application (mandatory)",
"default": true,
"preset": true
}
]
}
]
}