From 2eeeab0d5c570feb9950e0b822745299eea9ff53 Mon Sep 17 00:00:00 2001 From: Chris Vogel Date: Fri, 19 Apr 2024 14:30:48 +0200 Subject: [PATCH] stop automatic install of couchdb --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index cd4da40..bffd0b7 100644 --- a/manifest.toml +++ b/manifest.toml @@ -160,7 +160,7 @@ ram.runtime = "100M" # repo for couchdb extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ __YNH_DEBIAN__ main" extras.couchdb.key = "https://couchdb.apache.org/repo/keys.asc" - extras.couchdb.packages = ["couchdb"] + # extras.couchdb.packages = ["couchdb"] [antifeatures]