chore: peertube init

This commit is contained in:
cellarspoon 2021-12-22 01:39:20 +01:00
parent 4360811ef8
commit efceefb823
No known key found for this signature in database
GPG key ID: 03789458B3D0C410

View file

@ -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": {