1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/flohmarkt_ynh.git synced 2024-09-03 18:36:30 +02:00

back to working version for main

I'll continue on branch testing...
This commit is contained in:
Chris Vogel 2024-04-19 17:06:25 +02:00
parent 4776c06208
commit 408f7de403
2 changed files with 9 additions and 13 deletions

View file

@ -157,12 +157,11 @@ ram.runtime = "100M"
[resources.apt] [resources.apt]
# 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 - doesn't work, yet
extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ __YNH_DEBIAN_VERSION__ main" # extras.couchdb.repo = "deb https://apache.jfrog.io/artifactory/couchdb-deb/ __YNH_DEBIAN_VERSION__ 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"] # extras.couchdb.name = "couchdb"
extras.couchdb.name = "couchdb"
[antifeatures] [antifeatures]

View file

@ -41,13 +41,10 @@ couchdb couchdb/adminpass_again password $password_couchdb_admin
couchdb couchdb/adminpass_again seen true" | debconf-set-selections couchdb couchdb/adminpass_again seen true" | debconf-set-selections
DEBIAN_FRONTEND=noninteractive # apt-get install -y --force-yes couchdb DEBIAN_FRONTEND=noninteractive # apt-get install -y --force-yes couchdb
# ynh_install_extra_app_dependencies \ ynh_install_extra_app_dependencies \
# --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" \
# --package="couchdb" --package="couchdb"
#
# replaced by:
ynh_package_install couchdb
# add couchdb configuration # add couchdb configuration
ynh_script_progression --message="Adding a configuration file..." --weight=2 ynh_script_progression --message="Adding a configuration file..." --weight=2