chore: peertube init
This commit is contained in:
parent
4360811ef8
commit
efceefb823
1 changed files with 36 additions and 11 deletions
47
recipes.json
47
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": {
|
||||
|
|
Loading…
Reference in a new issue