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
19fe1e2e8f
commit
f52a9912f3
1 changed files with 3 additions and 3 deletions
|
@ -38,8 +38,8 @@ 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)
|
||||
|
||||
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_path=$YNH_APP_ARG_DEX_PATH
|
||||
oidc_secret=$(ynh_string_random --length=32)
|
||||
oidc_secret=$(ynh_string_random --length=64)
|
||||
oidc_name="Outline"
|
||||
oidc_callback="$domain/auth/oidc.callback"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue