1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/couchdb_ynh.git synced 2024-09-03 18:16:11 +02:00
couchdb_ynh/manifest.json

55 lines
1.4 KiB
JSON
Raw Normal View History

2021-03-07 19:51:22 +01:00
{
2021-07-23 10:07:58 +02:00
"name": "CouchDB",
2021-05-15 14:40:07 +02:00
"id": "couchdb",
"packaging_format": 1,
"description": {
2021-07-23 11:54:20 +02:00
"en": "Open-source document-oriented NoSQL database",
2021-07-23 10:07:58 +02:00
"fr": "Système de gestion de base de données orienté documents"
2021-05-15 14:40:07 +02:00
},
2022-09-23 21:57:38 +02:00
"version": "3.2.2~ynh2",
2021-05-15 14:40:07 +02:00
"url": "https://couchdb.apache.org/",
2021-07-23 10:07:58 +02:00
"upstream": {
"license": "Apache-2.0",
"website": "https://couchdb.apache.org/",
"admindoc": "https://docs.couchdb.org/en/stable/",
"code": "https://github.com/apache/couchdb",
"cpe": "cpe:2.3:a:apache:couchdb"
2021-07-23 10:07:58 +02:00
},
2021-05-15 14:40:07 +02:00
"license": "Apache-2.0",
"maintainer": {
"name": "Squeak",
"email": "squeak@eauchat.org",
"url": "https://squeak.eauchat.org"
},
"requirements": {
2021-05-16 11:57:26 +02:00
"yunohost": ">= 4.2.4"
2021-05-15 14:40:07 +02:00
},
"multi_instance": false,
"services": [
"nginx"
],
"arguments": {
2022-07-16 19:14:43 +02:00
"install": [
2021-05-15 14:40:07 +02:00
{
"name": "domain",
2022-02-04 01:28:16 +01:00
"type": "domain"
2021-05-15 14:40:07 +02:00
},
{
"name": "path",
"type": "path",
"example": "/couch",
"default": "/couch"
},
{
"name": "is_public",
"type": "boolean",
"default": true
},
{
"name": "password",
2022-02-04 01:28:16 +01:00
"type": "password"
2021-05-15 14:40:07 +02:00
}
]
}
2022-09-23 21:57:38 +02:00
}