2023-12-12 14:41:46 +01:00
|
|
|
#:schema https://raw.githubusercontent.com/YunoHost/apps/master/schemas/manifest.v2.schema.json
|
|
|
|
|
|
|
|
packaging_format = 2
|
|
|
|
|
|
|
|
id = "couchdb"
|
|
|
|
name = "CouchDB"
|
|
|
|
description.en = "Open-source document-oriented NoSQL database"
|
|
|
|
description.fr = "Système de gestion de base de données orienté documents"
|
|
|
|
|
2024-04-11 12:42:18 +02:00
|
|
|
version = "3.2.2~ynh3"
|
2023-12-12 14:41:46 +01:00
|
|
|
|
|
|
|
maintainers = ["Squeak"]
|
|
|
|
|
|
|
|
[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"
|
|
|
|
|
|
|
|
[integration]
|
2024-06-08 21:59:30 +02:00
|
|
|
yunohost = ">= 11.2"
|
2023-12-28 21:07:53 +01:00
|
|
|
architectures = "all"
|
2023-12-12 14:41:46 +01:00
|
|
|
multi_instance = false
|
2023-12-28 21:03:26 +01:00
|
|
|
|
2023-12-12 14:41:46 +01:00
|
|
|
ldap = "not_relevant"
|
2023-12-28 21:03:26 +01:00
|
|
|
|
2023-12-12 14:41:46 +01:00
|
|
|
sso = "not_relevant"
|
2023-12-28 21:03:26 +01:00
|
|
|
|
2023-12-12 16:00:34 +01:00
|
|
|
disk = "20M"
|
|
|
|
ram.build = "150M"
|
|
|
|
ram.runtime = "60M"
|
2023-12-12 14:41:46 +01:00
|
|
|
|
|
|
|
[install]
|
|
|
|
[install.domain]
|
|
|
|
type = "domain"
|
|
|
|
|
|
|
|
[install.path]
|
|
|
|
type = "path"
|
|
|
|
default = "/couch"
|
|
|
|
|
|
|
|
[install.init_main_permission]
|
|
|
|
type = "group"
|
|
|
|
default = "visitors"
|
|
|
|
|
|
|
|
[install.password]
|
|
|
|
type = "password"
|
|
|
|
|
|
|
|
[resources]
|
|
|
|
[resources.system_user]
|
|
|
|
|
|
|
|
[resources.install_dir]
|
2023-12-12 15:26:11 +01:00
|
|
|
dir = "/opt/couchdb"
|
2023-12-12 14:41:46 +01:00
|
|
|
|
|
|
|
[resources.data_dir]
|
|
|
|
|
|
|
|
[resources.permissions]
|
|
|
|
main.url = "/"
|
|
|
|
|
|
|
|
[resources.ports]
|
|
|
|
main.default = 5984
|
|
|
|
|
|
|
|
[resources.apt]
|
|
|
|
packages = ["gnupg", "ca-certificates"]
|
|
|
|
|
2023-12-28 21:07:53 +01:00
|
|
|
# Find a way to do that here
|
2023-12-12 14:41:46 +01:00
|
|
|
# [resources.apt.extras.couchdb]
|
|
|
|
# repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ $(lsb_release -c -s) main"
|
|
|
|
# key = "https://couchdb.apache.org/repo/keys.asc"
|
|
|
|
# packages = ["couchdb"]
|