From efceefb823b3c1770135451345d7b1367f4c8eb2 Mon Sep 17 00:00:00 2001 From: cellarspoon Date: Wed, 22 Dec 2021 01:39:20 +0100 Subject: [PATCH] chore: peertube init --- recipes.json | 47 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 36 insertions(+), 11 deletions(-) diff --git a/recipes.json b/recipes.json index 7dfdeee..13052d2 100644 --- a/recipes.json +++ b/recipes.json @@ -1633,27 +1633,52 @@ "website": "" }, "peertube": { - "category": "", + "category": "Apps", "default_branch": "main", "description": "An ActivityPub-federated video streaming platform using P2P directly in your web browser.", "features": { - "backups": "", - "email": "", - "healthcheck": "", + "backups": "1", + "email": "3", + "healthcheck": "3", "image": { - "image": "", - "rating": "", - "source": "", - "url": "" + "image": "chocobozzz/peertube", + "rating": "4", + "source": "upstream", + "url": "https://hub.docker.com/r/chocobozzz/peertube" }, "status": 0, - "tests": "", - "sso": "" + "tests": "No", + "sso": "1" }, "icon": "https://git.coopcloud.tech/repo-avatars/213-5148e886c39da6c86dace88dfab25877", "name": "peertube", "repository": "https://git.coopcloud.tech/coop-cloud/peertube.git", - "versions": [], + "versions": [ + { + "1.0.0+v3.4.1-buster": { + "app": { + "digest": "b953885", + "image": "chocobozzz/peertube", + "tag": "v3.4.1-buster" + }, + "cache": { + "digest": "3e99741", + "image": "redis", + "tag": "4-alpine" + }, + "db": { + "digest": "75f22fb", + "image": "postgres", + "tag": "10-alpine" + }, + "web": { + "digest": "598057a", + "image": "nginx", + "tag": "1.20.0" + } + } + } + ], "website": "" }, "pelican": {