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

password generation more bash save

This commit is contained in:
Chris Vogel 2024-04-20 15:52:03 +02:00
parent 1307859fb4
commit 0af67b58da

View file

@ -83,7 +83,7 @@ python3 -m venv --without-pip "$install_dir/venv"
# JwtSecret
jwtsecret=$(ynh_string_random --length=344 --filter='a-zA-Z0-9/+')
password_couchdb_flohmarkt=$(ynh_string_random --length=31 --filter='A-Za-z0-9_+/;.,')
password_couchdb_flohmarkt=$(ynh_string_random --length=31 --filter='A-Za-z0-9_.:,')
ynh_app_setting_set --app=$app --key=erlang_cookie --value="$password_couchdb_flohmarkt"
# generate flohmarkt.conf