diff --git a/ct/solidtime.sh b/ct/solidtime.sh index 57d70268..59f40712 100644 --- a/ct/solidtime.sh +++ b/ct/solidtime.sh @@ -74,3 +74,4 @@ msg_ok "Completed Successfully!\n" echo -e "${CREATING}${GN}${APP} setup has been successfully initialized!${CL}" echo -e "${INFO}${YW} Access it using the following URL:${CL}" echo -e "${TAB}${GATEWAY}${BGN}http://${IP}${CL}" +echo -e "${INFO}${YW}HTTPS is not enabled by default (use domain + reverse proxy/TLS if needed).${CL}" diff --git a/install/solidtime-install.sh b/install/solidtime-install.sh index 72cad272..8879a948 100644 --- a/install/solidtime-install.sh +++ b/install/solidtime-install.sh @@ -63,7 +63,7 @@ chmod -R 775 storage bootstrap/cache $STD php artisan storage:link $STD php artisan migrate --force $STD php artisan passport:client --personal --name="API" -n -$STD php artisan optimize +$STD php artisan optimize:clear msg_ok "Set up SolidTime" msg_info "Configuring Caddy"