peertube-search-index_ynh/manifest.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2020-10-31 14:18:46 +01:00
{
"name": "PeerTube search-index",
"id": "peertube-search-index",
"packaging_format": 1,
"description": {
2021-11-30 14:23:14 +01:00
"en": "Search engine for PeerTube videos and channels",
"fr": "Moteur de recherche de vidéos et chaînes PeerTube"
2020-10-31 14:18:46 +01:00
},
2022-01-07 04:01:50 +01:00
"version": "0.0.1.2021.12.28~ynh2",
2020-10-31 14:18:46 +01:00
"url": "https://search.joinpeertube.org/",
2021-11-30 14:23:14 +01:00
"upstream": {
"license": "AGPL-3.0-only",
"website": "https://search.joinpeertube.org/",
"demo": "https://search.joinpeertube.org/",
"admindoc": "https://framagit.org/framasoft/peertube/search-index",
"code": "https://framagit.org/framasoft/peertube/search-index"
},
2020-10-31 14:18:46 +01:00
"license": "AGPL-3.0-only",
"maintainer": {
2020-11-17 21:13:48 +01:00
"name": "yalh76"
2020-10-31 14:18:46 +01:00
},
"requirements": {
2021-11-30 14:23:14 +01:00
"yunohost": ">= 4.3.0"
2020-10-31 14:18:46 +01:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
2021-11-30 14:23:14 +01:00
"type": "domain"
2020-10-31 14:18:46 +01:00
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}