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

install correction

This commit is contained in:
Chris Vogel 2024-04-17 16:37:22 +02:00
parent e29eb3c75f
commit 2df60130ba
2 changed files with 10 additions and 4 deletions

View file

@ -46,12 +46,15 @@ I also announced this work on the [yunohost forum](https://forum.yunohost.org/t/
* ~~nginx just reverse proxy~~ done
* disable http (without s)
* remove script
* backup script (export flohmarkt data from couchdb)
* backup script
* export flohmarkt data from couchdb
* backup yunohost.app/$app
* check whether app settings are stored by yunohost framework (password, etc.)
### → 0.1 alpha
* disable path selection and mark it that it needs its own domain.
* ~~disable path selection and mark it that it needs its own domain.~~
* tag 0.1 alpha
* write limitations in README.md
* write limitations in README.md (copy from `antifeatures` in manifest.toml)
### → 0.2 beta
* restore script

View file

@ -88,7 +88,10 @@ ynh_add_config --template="../conf/flohmarkt.conf" --destination="$install_dir/$
source "$install_dir/venv/bin/activate"
set -o nounset
cd "$install_dir/$app"
python3 initialize_couchdb.py bla42fasel bla42fasel
# initialize_couchdb seems to re-try on connect problems endlessly blocking the yunohost api
# @@ todo take care of this
#
python3 initialize_couchdb.py $password_couchdb_admin $password_couchdb_flohmarkt
)
# SETUP LOGROTATE