1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flohmarkt_ynh.git synced 2024-09-03 18:36:30 +02:00
This commit is contained in:
Chris Vogel 2024-04-19 14:51:25 +02:00
parent dfb24b2ee7
commit 1fd67cc45d

View file

@ -158,7 +158,7 @@ ram.runtime = "100M"
# python dependencies shall be installed in a venv using pip. # python dependencies shall be installed in a venv using pip.
packages = "python3-pip python3-full curl apt-transport-https gnupg" packages = "python3-pip python3-full curl apt-transport-https gnupg"
# repo for couchdb # repo for couchdb
extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ __YNH_DEBIAN__ main" # extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ __YNH_DEBIAN__ main"
extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ bullseye main" extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ bullseye main"
extras.couchdb.key = "https://couchdb.apache.org/repo/keys.asc" extras.couchdb.key = "https://couchdb.apache.org/repo/keys.asc"
extras.couchdb.packages = ["couchdb"] extras.couchdb.packages = ["couchdb"]