diff --git a/conf/.env b/conf/.env index 28049dd..911b979 100644 --- a/conf/.env +++ b/conf/.env @@ -36,7 +36,7 @@ COLLABORATION_URL= AWS_ACCESS_KEY_ID=minio AWS_SECRET_ACCESS_KEY=__MINIO_KEY__ AWS_REGION=fr-ynh-1 -AWS_S3_UPLOAD_BUCKET_URL=https://__MINIO_DOMAIN__/server/ +AWS_S3_UPLOAD_BUCKET_URL=https://__MINIO_DOMAIN__ AWS_S3_UPLOAD_BUCKET_NAME=outlinestorage AWS_S3_UPLOAD_MAX_SIZE=26214400 AWS_S3_FORCE_PATH_STYLE=true diff --git a/scripts/install b/scripts/install index 882c3ff..7eb0daa 100755 --- a/scripts/install +++ b/scripts/install @@ -76,7 +76,7 @@ if yunohost app list | grep -q "$YNH_APP_ARG_DEX_DOMAIN"; then ynh_die "The domain provided for Dex is already used by another app. Please chose another one !" fi -yunohost app install https://github.com/YunoHost-Apps/dex_ynh --force --args "domain=$dex_domain&path=$dex_path&OIDC_name=$oidc_name&OIDC_secret=$oidc_secret&OIDC_callback=$oidc_callback" +yunohost app install https://github.com/Limezy/dex_ynh/tree/trick-nginx --force --args "domain=$dex_domain&path=$dex_path&OIDC_name=$oidc_name&OIDC_secret=$oidc_secret&OIDC_callback=$oidc_callback" #================================================= # CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS