-
-
Notifications
You must be signed in to change notification settings - Fork 174
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
Consider using Freenginx #275
Comments
Yeah, I have also thought about building the unprivileged image of Nginx as well. But I have not had time to think about how this would be realized. |
Yeah, that would be awesome too, however, IMHO while that is a related feature, it is a different one. YMMV
At least for now, Freenginx should be compatible with Nginx, therefore, IMHO all that should be needed to do is (more or less) replacing Nginx with Freenginx. It might be different in the future, so you might want to think about this from maintenance POV too.
Yes and you might want to publish it to Docker Hub, probably using a different (base) tag. That would also add up some extra work.
I have no idea, maybe not. 😉 |
This issue is also related to #175, as Freenginx seems to have incorporated the experimental HTTP/3 support. Also look at this Dockerfile. (Note that I am also interested in the QUIC / HTTP/3 support in |
So one would have to build freenginx from source, and set up checks to keep it up to date, and then upload to DockerHub for us to then be able to include certbot+scripts. So it is definitely more work to create a "drop-in" replacement. Also, since this repo follows the main Nginx container, HTTP3 support is dictated by them. |
That makes sense. There are already some Freenginx images on Docker Hub, though there is no official image (yet). However, these two images look regularly pushed to Docker Hub: Maybe I like the latter more, however, you might prefer something else. 😉
Actually, it works as expected (I have tested it with We could document it though. I could create a PR with what I did to make it work. Where would you like to at this? To |
What do you want to document? |
I would be interested in using Freenginx (Mercurial links available here along with the link to the GitHub mirror) instead of Nginx.
@JonasAlfredsson, what do you think? 🤔
Anyway, thanks for creating and maintaining
docker-nginx-certbot
! 🙏The text was updated successfully, but these errors were encountered: