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
} ,
2021-07-23 10:07:58 +02:00
"version" : "3.1.1~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/" ,
"userdoc" : "https://yunohost.org/apps" ,
"code" : "https://github.com/apache/couchdb"
} ,
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" : {
"install" : [
{
"name" : "domain" ,
"type" : "domain" ,
"example" : "example.com"
} ,
{
"name" : "path" ,
"type" : "path" ,
"example" : "/couch" ,
"default" : "/couch"
} ,
{
"name" : "is_public" ,
"type" : "boolean" ,
"help" : {
2021-07-23 10:07:58 +02:00
"en" : "If enabled, CouchDB will be accessible without YunoHost account on your server, but CouchDB contains it's own user authentication system." ,
"fr" : "Si cette case est cochée, CouchDB sera accessible aux personnes n’ ayant pas de compte YunoHost sur votre serveur, mais CouchDB a son propre système d'autentification des utilisateurs."
2021-05-15 14:40:07 +02:00
} ,
"default" : true
} ,
{
"name" : "password" ,
"type" : "password" ,
"example" : "Choose a password"
}
]
}
2021-03-07 19:51:22 +01:00
}