chore: publish foodsoft release
This commit is contained in:
parent
a20e9d559e
commit
aad5c314c1
1 changed files with 46 additions and 11 deletions
57
recipes.json
57
recipes.json
|
@ -625,27 +625,62 @@
|
||||||
"website": ""
|
"website": ""
|
||||||
},
|
},
|
||||||
"foodsoft": {
|
"foodsoft": {
|
||||||
"category": "",
|
"category": "- **Category**: Apps",
|
||||||
"default_branch": "main",
|
"default_branch": "main",
|
||||||
"description": "Web-based software to manage a non-profit food coop",
|
"description": "Web-based software to manage a non-profit food coop",
|
||||||
"features": {
|
"features": {
|
||||||
"backups": "",
|
"backups": "- **Backups**:",
|
||||||
"email": "",
|
"email": "- **Email**:",
|
||||||
"healthcheck": "",
|
"healthcheck": "- **Healthcheck**:",
|
||||||
"image": {
|
"image": {
|
||||||
"image": "",
|
"image": "foodcoops/foodsoft",
|
||||||
"rating": "",
|
"rating": "4",
|
||||||
"source": "",
|
"source": "upstream",
|
||||||
"url": ""
|
"url": "https://hub.docker.com/r/foodcoops/foodsoft"
|
||||||
},
|
},
|
||||||
"status": 0,
|
"status": 0,
|
||||||
"tests": "",
|
"tests": "- **Tests**:",
|
||||||
"sso": ""
|
"sso": "- **SSO**:"
|
||||||
},
|
},
|
||||||
"icon": "https://git.coopcloud.tech/repo-avatars/134-e87617f5af00d0532844827fd4cd37c3",
|
"icon": "https://git.coopcloud.tech/repo-avatars/134-e87617f5af00d0532844827fd4cd37c3",
|
||||||
"name": "foodsoft",
|
"name": "foodsoft",
|
||||||
"repository": "https://git.coopcloud.tech/coop-cloud/foodsoft.git",
|
"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": ""
|
"website": ""
|
||||||
},
|
},
|
||||||
"ghost": {
|
"ghost": {
|
||||||
|
|
Loading…
Reference in a new issue