diff --git a/recipes.json b/recipes.json index c599a9d..2d5d6a8 100644 --- a/recipes.json +++ b/recipes.json @@ -1818,7 +1818,37 @@ "name": "nextcloud", "repository": "https://git.coopcloud.tech/coop-cloud/nextcloud.git", "ssh_url": "ssh://git@git.coopcloud.tech:2222/coop-cloud/nextcloud.git", - "versions": [], + "versions": [ + { + "1.0.0+23.0.1-fpm": { + "app": { + "digest": "681adb2", + "image": "nextcloud", + "tag": "23.0.1-fpm" + }, + "cache": { + "digest": "649d531", + "image": "redis", + "tag": "6.2.5-alpine" + }, + "cron": { + "digest": "681adb2", + "image": "nextcloud", + "tag": "23.0.1-fpm" + }, + "db": { + "digest": "149713e", + "image": "mariadb", + "tag": "10.5" + }, + "web": { + "digest": "598057a", + "image": "nginx", + "tag": "1.20.0" + } + } + } + ], "website": "https://github.com/nextcloud/server" }, "notea": {