mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Update install
This commit is contained in:
parent
0385e30e68
commit
846a598050
1 changed files with 5 additions and 2 deletions
|
@ -38,8 +38,11 @@ else
|
|||
echo "English"
|
||||
fi
|
||||
|
||||
secret_key=$(ynh_string_random --length=32)
|
||||
utils_secret=$(ynh_string_random --length=32)
|
||||
#secret_key=$(ynh_string_random --length=64)
|
||||
#utils_secret=$(ynh_string_random --length=64)
|
||||
|
||||
secret_key=`openssl rand -hex 32`
|
||||
utils_secret=`openssl rand -hex 32`
|
||||
|
||||
slack_key=$YNH_APP_ARG_SLACK_KEY
|
||||
slack_secret=$YNH_APP_ARG_SLACK_SECRET
|
||||
|
|
Loading…
Reference in a new issue