mirror of
https://github.com/YunoHost-Apps/flohmarkt_ynh.git
synced 2024-09-03 18:36:30 +02:00
remove bullseye from manifest
This commit is contained in:
parent
8b9bad576c
commit
9ec786fb48
1 changed files with 2 additions and 2 deletions
|
@ -25,7 +25,7 @@ code = "https://codeberg.org/flohmarkt/flohmarkt"
|
||||||
# fund = "???"
|
# fund = "???"
|
||||||
|
|
||||||
[integration]
|
[integration]
|
||||||
yunohost = ">= 11.2"
|
yunohost = ">= 11.2.11"
|
||||||
architectures = "all"
|
architectures = "all"
|
||||||
# https://codeberg.org/ChriChri/flohmarkt_ynh/issues/11
|
# https://codeberg.org/ChriChri/flohmarkt_ynh/issues/11
|
||||||
# multi_instance = true
|
# multi_instance = true
|
||||||
|
@ -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/ bullseye main"
|
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.key = "https://couchdb.apache.org/repo/keys.asc"
|
||||||
extras.couchdb.packages = ["couchdb"]
|
extras.couchdb.packages = ["couchdb"]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue