diff --git a/recipes.json b/recipes.json index 13052d2..42763f3 100644 --- a/recipes.json +++ b/recipes.json @@ -625,27 +625,62 @@ "website": "" }, "foodsoft": { - "category": "", + "category": "- **Category**: Apps", "default_branch": "main", "description": "Web-based software to manage a non-profit food coop", "features": { - "backups": "", - "email": "", - "healthcheck": "", + "backups": "- **Backups**:", + "email": "- **Email**:", + "healthcheck": "- **Healthcheck**:", "image": { - "image": "", - "rating": "", - "source": "", - "url": "" + "image": "foodcoops/foodsoft", + "rating": "4", + "source": "upstream", + "url": "https://hub.docker.com/r/foodcoops/foodsoft" }, "status": 0, - "tests": "", - "sso": "" + "tests": "- **Tests**:", + "sso": "- **SSO**:" }, "icon": "https://git.coopcloud.tech/repo-avatars/134-e87617f5af00d0532844827fd4cd37c3", "name": "foodsoft", "repository": "https://git.coopcloud.tech/coop-cloud/foodsoft.git", - "versions": [], + "versions": [ + { + "1.0.0+4.7.1": { + "app": { + "digest": "a21c14a", + "image": "foodcoops/foodsoft", + "tag": "4.7.1" + }, + "cache": { + "digest": "563888f", + "image": "redis", + "tag": "6" + }, + "cron": { + "digest": "a21c14a", + "image": "foodcoops/foodsoft", + "tag": "4.7.1" + }, + "db": { + "digest": "528cfe8", + "image": "mariadb", + "tag": "10.6" + }, + "smtp": { + "digest": "a21c14a", + "image": "foodcoops/foodsoft", + "tag": "4.7.1" + }, + "worker": { + "digest": "a21c14a", + "image": "foodcoops/foodsoft", + "tag": "4.7.1" + } + } + } + ], "website": "" }, "ghost": {