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:
parent
1307859fb4
commit
0af67b58da
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ python3 -m venv --without-pip "$install_dir/venv"
|
||||||
# JwtSecret
|
# JwtSecret
|
||||||
jwtsecret=$(ynh_string_random --length=344 --filter='a-zA-Z0-9/+')
|
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"
|
ynh_app_setting_set --app=$app --key=erlang_cookie --value="$password_couchdb_flohmarkt"
|
||||||
|
|
||||||
# generate flohmarkt.conf
|
# generate flohmarkt.conf
|
||||||
|
|
Loading…
Reference in a new issue