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
f52a9912f3
commit
a25a2c85ac
1 changed files with 3 additions and 3 deletions
|
@ -38,8 +38,8 @@ else
|
||||||
echo "English"
|
echo "English"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
secret_key=$(ynh_string_random --length=64)
|
secret_key=$(ynh_hex_32_random)
|
||||||
utils_secret=$(ynh_string_random --length=64)
|
utils_secret=$(ynh_hex_32_random)
|
||||||
|
|
||||||
app=$YNH_APP_INSTANCE_NAME
|
app=$YNH_APP_INSTANCE_NAME
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ ynh_script_progression --message="Installing Dex..." --weight=18
|
||||||
|
|
||||||
dex_domain=$YNH_APP_ARG_DEX_DOMAIN
|
dex_domain=$YNH_APP_ARG_DEX_DOMAIN
|
||||||
dex_path=$YNH_APP_ARG_DEX_PATH
|
dex_path=$YNH_APP_ARG_DEX_PATH
|
||||||
oidc_secret=$(ynh_string_random --length=64)
|
oidc_secret=$(ynh_hex_32_random)
|
||||||
oidc_name="Outline"
|
oidc_name="Outline"
|
||||||
oidc_callback="$domain/auth/oidc.callback"
|
oidc_callback="$domain/auth/oidc.callback"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue