gitwildnow
gitwildnow
I have the same problem with anything after v2.10.4. Running docker in a Ubuntu 20.04.6 VM. [A custom location can't be saved](https://www.reddit.com/r/nginxproxymanager/comments/1aoab3v/cant_save_custom_locations_with_a_npm_later_than/) regardless of how trivial it is. Revert to...
Fixed problem by pulling jc21/nginx-proxy-manager:github-pr-3478. I can add/edit/save locations now without taking the host offline.
I edited my config.yml to include: image: 'jc21/nginx-proxy-manager:github-pr-3478' You can also pull directly with docker as in: docker pull jc21/nginx-proxy-manager:github-pr-3478
What do you mean by "custom configuration"? fwiw I'm still using github-pr-3478, waiting for NPM to release something newer than the January release that does not have this fixed merge...
Downloaded the new 2.11.2 release and now I can add/edit custom locations again.
The /var/etc/acme-client/cert-home/ gets regenerated only when you issue the cert - not if you just tell the webui to run the automations.
After the automation fails, go to your System->Log Files->General and you'll find the failing command logged there. It will look something like: `AcmeClient: AcmeClient: The shell command returned exit code...