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:
parent
80bdf83420
commit
5d8571f1f2
1 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ cpe = "cpe:2.3:a:apache:couchdb"
|
|||
|
||||
[integration]
|
||||
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
|
||||
|
||||
ldap = "not_relevant"
|
||||
|
@ -63,7 +63,7 @@ ram.runtime = "60M"
|
|||
[resources.apt]
|
||||
packages = ["gnupg", "ca-certificates"]
|
||||
|
||||
# FIXME : find a way to do that here
|
||||
# Find a way to do that here
|
||||
# [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"
|
||||
|
|
Loading…
Reference in a new issue