This repository has been archived on 2020-09-30. You can view files and clone it, but cannot push or open issues or pull requests.
id.autonomic.zone/app.json

14 lines
481 B
JSON
Raw Normal View History

2020-03-08 13:17:34 +00:00
{
"name": "keycloak",
"description": "Open Source Identity and Access Management",
"repository": "https://gitlab.com/autonomic-cooperative/gitea-experiment",
"success_url": "/",
"dokku": {
2020-03-09 09:18:36 +00:00
"plugins": []
2020-03-09 09:45:38 +00:00
"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"}
]
2020-03-08 13:17:34 +00:00
}
}