oxr463

Results 243 comments of oxr463

@Geequlim any progress on this? If not I would like to try it.

@client9 does this support Python 3 yet?

```Dockerfile FROM gcc:latest # Install ktools RUN curl -o ktools.tar.gz -L https://github.com/nsimplex/ktools/archive/4.4.0.tar.gz && \ tar -xf ktools.tar.gz && cd ktools-4.4.0/ && \ ./configure && make -j1 && make install ```

Hi @mrtazz! I just stumbled upon this project and would like to contribute. I'll take a look at the backlog and see what I can do.

Possible duplicate of https://github.com/wmnnd/nginx-certbot/issues/65

Perhaps you could consider creating a certbot example for docker-compose without nginx then, since nginx is literally in the project name.

> should i publish such on my own or as a repo within wmnnd? Separate might be a good place to start.

Might also be helpful to include a list of installed packages in the README.md file as a quick reference.

@FeaturedSpace any progress on this?