peertube-search-index_ynh/manifest.json

37 lines
895 B
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": {
"en": "A search engine for PeerTube videos and channels",
"fr": "Un moteur de recherche de vidéos et chaînes PeerTube"
},
2021-04-09 23:48:21 +02:00
"version": "0.0.1-2021-02-17~ynh2",
2020-10-31 14:18:46 +01:00
"url": "https://search.joinpeertube.org/",
"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-05-13 22:38:50 +02:00
"yunohost": ">= 4.2.0"
2020-10-31 14:18:46 +01:00
},
"multi_instance": true,
"services": [
"nginx"
],
"arguments": {
"install" : [
{
"name": "domain",
"type": "domain",
"example": "example.com"
},
{
"name": "is_public",
"type": "boolean",
"default": true
}
]
}
}