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": ""
|
"website": ""
|
||||||
},
|
},
|
||||||
"peertube": {
|
"peertube": {
|
||||||
"category": "",
|
"category": "Apps",
|
||||||
"default_branch": "main",
|
"default_branch": "main",
|
||||||
"description": "An ActivityPub-federated video streaming platform using P2P directly in your web browser.",
|
"description": "An ActivityPub-federated video streaming platform using P2P directly in your web browser.",
|
||||||
"features": {
|
"features": {
|
||||||
"backups": "",
|
"backups": "1",
|
||||||
"email": "",
|
"email": "3",
|
||||||
"healthcheck": "",
|
"healthcheck": "3",
|
||||||
"image": {
|
"image": {
|
||||||
"image": "",
|
"image": "chocobozzz/peertube",
|
||||||
"rating": "",
|
"rating": "4",
|
||||||
"source": "",
|
"source": "upstream",
|
||||||
"url": ""
|
"url": "https://hub.docker.com/r/chocobozzz/peertube"
|
||||||
},
|
},
|
||||||
"status": 0,
|
"status": 0,
|
||||||
"tests": "",
|
"tests": "No",
|
||||||
"sso": ""
|
"sso": "1"
|
||||||
},
|
},
|
||||||
"icon": "https://git.coopcloud.tech/repo-avatars/213-5148e886c39da6c86dace88dfab25877",
|
"icon": "https://git.coopcloud.tech/repo-avatars/213-5148e886c39da6c86dace88dfab25877",
|
||||||
"name": "peertube",
|
"name": "peertube",
|
||||||
"repository": "https://git.coopcloud.tech/coop-cloud/peertube.git",
|
"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": ""
|
"website": ""
|
||||||
},
|
},
|
||||||
"pelican": {
|
"pelican": {
|
||||||
|
|
Loading…
Reference in a new issue