Answered by
Stephan-P
Jul 6, 2026
Replies: 1 comment 1 reply
|
I suspect that the NPM compose may require a volume bind thing like this This will lead to /appdata/nginx-pm/config/nginx/snippets where I can put the .conf snippets files Doesn't it rather make sense, and is it possible, to save the .conf files within the /appdata/voidauth directory structure AND have the VoidAuth compose add a volume bind to the NPM project? |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I decided to put the snippet files into
'appdata'/voidauth/config/nginx/snippetsand modify the Nginx Proxy Manager (NPM) Compose with an extra volume bind:I also modified the VoidAuth Proxy Host configuration in NPM to include the prescribed custom config:
After which I am able to reach my VoidAuth login page.