-
Notifications
You must be signed in to change notification settings - Fork 6
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
Replace NGINX with Caddy for SSL #2
Comments
Hey @firrae , I am currently working on this. If I cannot figure it out then I'll give |
Caddy is a bit different to use with docker, but there are a few good Docker images currently for it. I have a personal preference to Caddy as I've always found it easier to work with so that's something I'll likely do based on your existing setup. Maybe if both versions work they can be offered through this repo under different folders so people have the option? I don't think having two separate places for people to get what is essentially your design with a couple changes from myself is that great of a thing when we both want the same end goal. |
Hey @firrae , Secondly as you can see, I've created a new branch to implement the let's encrypt support. |
Hi there, Sorry for my absence on this. I've had a few major things IRL come up. I plan on completing this, though it could take a bit. I was curious if you would prefer I start a sister project called MeteorC or something akin to that though instead and we could just link to each other's project. It only clicked in my head a few days ago that MeteorN likely comes from Meteor + NGINX. Let me know how you'd like to handle it, I'm open to either way. |
A sister project named MeteorC is a good idea. |
Hey there,
This looks really interesting, but I think the SSL version would be better implemented using Caddy Server as it automatically hooks up SSL via Let's Encrypt and renews it on a schedule for you. It might be a simpler implementation in the end.
I'm not sure if you would be interested in changing the main version of MeteorN to that, but if not I'll be forking this to work on converting the SSL version to Caddy for my own use. If you are interested in taking that one then just let me know. It'll take me a week or so to get to it myself.
The text was updated successfully, but these errors were encountered: