add confluence trainings instance

This commit is contained in:
2023-08-01 09:27:56 +02:00
parent b4fead6f13
commit 62a83276aa

View File

@@ -249,6 +249,91 @@
"preset": true
}
]
},
{
"type": 1,
"title": "Confluence Training Instance",
"description": "Installs Confluence 8.1 with OpenJDK",
"logo": "https://cdn.icon-icons.com/icons2/2429/PNG/512/confluence_logo_icon_147305.png",
"platform": "linux",
"name": "confluence",
"hostname": "confluence",
"categories": [
"wiki",
"atlassian",
"confluence"
],
"image": "docker.anarcon.org/academy/confluence_training:3.06",
"volumes": [
{
"container": "/var/atlassian/application-data/confluence"
}
],
"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": "confluence-training.apps.scandio.net"
},
{
"name": "VIRTUAL_PORT",
"label": "Port of the application to proxy (mandatory)",
"default": "8090",
"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": "confluence-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": "confluence-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
},
{
"name": "ATL_JDBC_USER",
"label": "Database User",
"default": "confluence"
},
{
"name": "ATL_JDBC_PASSWORD",
"label": "Database Password",
"default": "confluence"
},
{
"name": "ATL_JDBC_URL",
"label": "Database connection string",
"default": "jdbc:postgresql://confluence-db:5432/confluence"
},
{
"name": "ATL_DB_TYPE",
"label": "The type of database",
"default": "postgresql"
}
]
}
]
}