You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This has come up a few different times, so I'm adding this issue here to track it.
I really don't want to complicate things and have to include a whole webserver in the Docker image to enable ssl/https, but if I have to I will. Fortunately, it looks like I can use Vite's dev server alongside Laravel's artisan serve to enable locally-signed https. link
If I can't get that to work, I'll probably just use nginx or caddy with mkcert.
The text was updated successfully, but these errors were encountered:
This has been fixed with the addition of a docker-compose.yml file that's production-ready and enables SSL automatically with Let's Encrypt. Will update documentation and README to match.
This has come up a few different times, so I'm adding this issue here to track it.
I really don't want to complicate things and have to include a whole webserver in the Docker image to enable ssl/https, but if I have to I will. Fortunately, it looks like I can use Vite's dev server alongside Laravel's artisan serve to enable locally-signed https. link
If I can't get that to work, I'll probably just use nginx or caddy with mkcert.
The text was updated successfully, but these errors were encountered: