Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Support HTTPS #8

Closed
aschmelyun opened this issue Mar 31, 2023 · 1 comment
Closed

[Feature Request] Support HTTPS #8

aschmelyun opened this issue Mar 31, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@aschmelyun
Copy link
Owner

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.

@aschmelyun aschmelyun added the enhancement New feature or request label Mar 31, 2023
@aschmelyun aschmelyun self-assigned this Mar 31, 2023
@aschmelyun
Copy link
Owner Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant