chore: publish new catalogue release changes
This commit is contained in:
parent
abc0d3a75a
commit
689c0ae8b8
1 changed files with 74 additions and 0 deletions
74
recipes.json
74
recipes.json
|
@ -74,6 +74,80 @@
|
|||
],
|
||||
"website": "https://github.com/alerta/alerta"
|
||||
},
|
||||
"authentik": {
|
||||
"category": "Apps",
|
||||
"default_branch": "main",
|
||||
"description": " The authentication glue you need.",
|
||||
"features": {
|
||||
"backups": "Yes",
|
||||
"email": "Yes",
|
||||
"healthcheck": "Yes",
|
||||
"image": {
|
||||
"image": "",
|
||||
"rating": "",
|
||||
"source": "",
|
||||
"url": ""
|
||||
},
|
||||
"status": 0,
|
||||
"tests": "No",
|
||||
"sso": "Yes"
|
||||
},
|
||||
"icon": "https://git.coopcloud.tech/repo-avatars/441-3aad3fcda55c32f5f50116be88789de2",
|
||||
"name": "authentik",
|
||||
"repository": "https://git.coopcloud.tech/coop-cloud/authentik.git",
|
||||
"ssh_url": "ssh://git@git.coopcloud.tech:2222/coop-cloud/authentik.git",
|
||||
"versions": [
|
||||
{
|
||||
"0.1.0+2022.6.2": {
|
||||
"app": {
|
||||
"digest": "unknown",
|
||||
"image": "goauthentik/server",
|
||||
"tag": "2022.6.2"
|
||||
},
|
||||
"db": {
|
||||
"digest": "b2261d3",
|
||||
"image": "postgres",
|
||||
"tag": "12.8-alpine"
|
||||
},
|
||||
"redis": {
|
||||
"digest": "2e50d70",
|
||||
"image": "redis",
|
||||
"tag": "7.0.0-alpine"
|
||||
},
|
||||
"worker": {
|
||||
"digest": "unknown",
|
||||
"image": "goauthentik/server",
|
||||
"tag": "2022.6.2"
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
"0.2.0+2022.6.3": {
|
||||
"app": {
|
||||
"digest": "unknown",
|
||||
"image": "goauthentik/server",
|
||||
"tag": "2022.6.3"
|
||||
},
|
||||
"db": {
|
||||
"digest": "b2261d3",
|
||||
"image": "postgres",
|
||||
"tag": "12.11-alpine"
|
||||
},
|
||||
"redis": {
|
||||
"digest": "2e50d70",
|
||||
"image": "redis",
|
||||
"tag": "7.0.2-alpine"
|
||||
},
|
||||
"worker": {
|
||||
"digest": "unknown",
|
||||
"image": "goauthentik/server",
|
||||
"tag": "2022.6.3"
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"website": ""
|
||||
},
|
||||
"bonfire": {
|
||||
"category": "Apps",
|
||||
"default_branch": "main",
|
||||
|
|
Loading…
Reference in a new issue