Jonas Alfredsson
Jonas Alfredsson
That is true, the loops looks like this: ```bash for conf_file in /etc/nginx/conf.d/*.conf*; do done ``` and ```bash while ; do done <
Alright, I am a little bit busy with another project right now so if you feel adventurous I do accept pull requests, otherwise I will take a look at this...
I created this for work which we use: https://github.com/AxisCommunications/docker-nginx-ldap It is based on the official images with basically no changes except this module.
Well I suppose I am next in line in this. I couldn't get either of your images working with the latest devpi-server (the start + init command has changed again?)...
I have created an [image](https://github.com/JonasAlfredsson/docker-devpi#upgrading) that does some of the import/export work for you, but I have not yet found a simple method of fully automating this. I can't find...
Is the export/import procedure only necessary when jumping major versions, or do you need to do it every minor and/or patch version as well?
Excellent information, I updated my README :)
I have added dependabot to watch for new devpi releases, so as long as a release is properly published to pypi dependabot should pick it up and automatically update the...
I noticed this thread a while ago, and since I agree that the reload task is out of scope for the main Nginx image I just wanted to notify this...
Hi robertsLando, If possible, can you paste the raw terminal output for me to see? One thought is that perhaps the privkey failed to be properly written and it is...