jc21
jc21
@Manuel5cc it looks like you've used a docker image tag from a PR that has not been merged, and that included a database migration. You will have to revert [that...
It appears that the `certbot-dns-transip` plugin is installing v0.3.3 and the `No module named 'version'` error seems to indicate that it's only written for python 2, not 3 as we've...
The `mkcert` binary is shipped with the docker image, but it's not used by the software yet. I was planning to add it as an option on the SSL dropdown,...
This is an automated message from CI: Docker Image for build 1 is available on [DockerHub](https://cloud.docker.com/repository/docker/jc21/nginx-proxy-manager) as `jc21/nginx-proxy-manager:github-pr-1882` **Note:** ensure you backup your NPM instance before testing this PR image!...
Thanks for the work. I might hit you up about supporting this better in v3. I'm not familiar with this directive entirely. Why does this need a different port? Reading...
Correct yes a simple toggle in the UI would be enough to get this moving, saved to the db table and the backend template just needs to know about that...
I too am having the same problem. My app runs a webserver and also runs workers that wait to finish jobs before exiting when requested to exit. So what ends...
Yeah this is an age old problem with the UI caching the result of a different API result. I'm not working on this UI in favour of the react version...
``` php 12: use jc21\Model\Candidate; ```
Not really. Having unique class names across multiple files kind of defeats the purpose of scopes. If it's too hard then don't worry :)