1
0
Fork 0
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:
Limezy 2021-11-12 00:06:47 +07:00
parent 846a598050
commit 4f7b6d0f2d
2 changed files with 6 additions and 5 deletions

View file

@ -13,6 +13,10 @@ NODEJS_VERSION=14
# PERSONAL HELPERS
#=================================================
ynh_hex_32_random() {
echo "$(openssl rand -hex 32)"
}
#=================================================
# EXPERIMENTAL HELPERS
#=================================================

View file

@ -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