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/",
|
2022-08-07 20:11:16 +02:00
|
|
|
"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": {
|
2023-12-10 17:17:02 +01:00
|
|
|
"yunohost": ">= 11.1"
|
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
|
|
|
}
|