14 lines
481 B
JSON
14 lines
481 B
JSON
{
|
|
"name": "keycloak",
|
|
"description": "Open Source Identity and Access Management",
|
|
"repository": "https://gitlab.com/autonomic-cooperative/gitea-experiment",
|
|
"success_url": "/",
|
|
"dokku": {
|
|
"plugins": []
|
|
"volumes":[
|
|
{"host":"/etc/letsencrypt/keycloak.gitea-experiment.autonomic.zone/cert.pem","app":"/etc/x509/https/tls.crt"},
|
|
{"host":"/etc/letsencrypt/keycloak.gitea-experiment.autonomic.zone/privkey.pem","app":"/etc/x509/https/tls.key"}
|
|
]
|
|
}
|
|
}
|