1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minio_ynh.git synced 2024-09-03 19:46:18 +02:00

Update install

This commit is contained in:
Limezy 2021-11-11 14:51:11 +07:00
parent dd309d0412
commit 2c0240d2cd

View file

@ -175,13 +175,6 @@ chmod -R 750 "$mc_path"
chmod -R o-rwx "$mc_path" chmod -R o-rwx "$mc_path"
chown -R $app:www-data "$mc_path" chown -R $app:www-data "$mc_path"
#=================================================
# SETUP MINIO CLIENT
#=================================================
ynh_script_progression --message="Setting up MinIO bucket for Outline..." --time --weight=1
$mc_path/mc alias set minio "https://$domain" $minio_id $minio_key
#================================================= #=================================================
# NGINX CONFIGURATION # NGINX CONFIGURATION
#================================================= #=================================================
@ -406,6 +399,13 @@ ynh_script_progression --message="Reloading NGINX web server..." --time --weight
ynh_systemd_action --service_name=nginx --action=reload ynh_systemd_action --service_name=nginx --action=reload
#=================================================
# SETUP MINIO CLIENT
#=================================================
ynh_script_progression --message="Configuring MinIO client..." --time --weight=1
$mc_path/mc alias set minio "https://$domain" $minio_id $minio_key
#================================================= #=================================================
# END OF SCRIPT # END OF SCRIPT
#================================================= #=================================================