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

Update manifest.toml

This commit is contained in:
Éric Gaspar 2023-12-28 21:07:53 +01:00
parent 80bdf83420
commit 5d8571f1f2

View file

@ -20,7 +20,7 @@ cpe = "cpe:2.3:a:apache:couchdb"
[integration] [integration]
yunohost = ">= 11.1" yunohost = ">= 11.1"
architectures = "all" # FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"] architectures = "all"
multi_instance = false multi_instance = false
ldap = "not_relevant" ldap = "not_relevant"
@ -63,7 +63,7 @@ ram.runtime = "60M"
[resources.apt] [resources.apt]
packages = ["gnupg", "ca-certificates"] packages = ["gnupg", "ca-certificates"]
# FIXME : find a way to do that here # Find a way to do that here
# [resources.apt.extras.couchdb] # [resources.apt.extras.couchdb]
# repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ $(lsb_release -c -s) main" # repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ $(lsb_release -c -s) main"
# key = "https://couchdb.apache.org/repo/keys.asc" # key = "https://couchdb.apache.org/repo/keys.asc"