mirror of
https://github.com/YunoHost-Apps/outline_ynh.git
synced 2024-09-03 19:56:12 +02:00
Personnal helper
This commit is contained in:
parent
846a598050
commit
4f7b6d0f2d
2 changed files with 6 additions and 5 deletions
|
@ -13,6 +13,10 @@ NODEJS_VERSION=14
|
|||
# PERSONAL HELPERS
|
||||
#=================================================
|
||||
|
||||
ynh_hex_32_random() {
|
||||
echo "$(openssl rand -hex 32)"
|
||||
}
|
||||
|
||||
#=================================================
|
||||
# EXPERIMENTAL HELPERS
|
||||
#=================================================
|
||||
|
|
|
@ -38,11 +38,8 @@ else
|
|||
echo "English"
|
||||
fi
|
||||
|
||||
#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`
|
||||
secret_key=$(ynh_hex_32_random)
|
||||
utils_secret=$(ynh_hex_32_random)
|
||||
|
||||
slack_key=$YNH_APP_ARG_SLACK_KEY
|
||||
slack_secret=$YNH_APP_ARG_SLACK_SECRET
|
||||
|
|
Loading…
Add table
Reference in a new issue