From ca25b302b6b1406c648d7773b7ff6978548d52a8 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 12 Oct 2023 00:17:24 +0000 Subject: [PATCH] Chore: update catalogue --- recipes.json | 52 +++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 51 insertions(+), 1 deletion(-) diff --git a/recipes.json b/recipes.json index 6b3463c..5a45447 100755 --- a/recipes.json +++ b/recipes.json @@ -1,4 +1,54 @@ { + "abra-test-recipe": { + "category": "Apps", + "default_branch": "main", + "description": "Simple app configuration used for the Abra test suite", + "features": { + "backups": "Yes", + "email": "3", + "healthcheck": "Yes", + "image": { + "image": "abra-test-app", + "rating": "4", + "source": "upstream", + "url": "https://hub.docker.com/_/abra-test-app" + }, + "status": 3, + "tests": "2", + "sso": "No" + }, + "icon": "https://git.coopcloud.tech/repo-avatars/606-359d0c955f531b6a5cca9aacdff3fa53", + "name": "abra-test-recipe", + "repository": "https://git.coopcloud.tech/coop-cloud/abra-test-recipe.git", + "ssh_url": "ssh://git@git.coopcloud.tech:2222/coop-cloud/abra-test-recipe.git", + "versions": [ + { + "0.1.0+1.20.0": { + "app": { + "image": "nginx", + "tag": "1.20.0" + } + } + }, + { + "0.1.1+1.20.2": { + "app": { + "image": "nginx", + "tag": "1.20.2" + } + } + }, + { + "0.2.0+1.21.0": { + "app": { + "image": "nginx", + "tag": "1.21.0" + } + } + } + ], + "website": "" + }, "adapt_authoring": { "category": "Apps", "default_branch": "main", @@ -10146,4 +10196,4 @@ ], "website": "https://github.com/znc/znc" } -} +} \ No newline at end of file