Need Help Setting Up a Private VPN Network with Netmaker, Docker, and HTTPS Access

Hi!

I’m looking to set up a private network using Netmaker, which will allow me to securely access my websites through a VPN tunnel. I’m transitioning from Cloudflare tunneling, and I’m finding this new setup quite challenging.

### What I Want to Achieve:

- **Private Network**: Establish a VPN tunnel with Netmaker to ensure only I can access my private resources.

- Access to Websites: Connect to my websites, which are running in Docker containers, through this VPN.

- Added Security: Enable HTTPS for my websites to ensure secure communication.

### Current Knowledge:

I have some experience with Cloudflare tunneling and Docker Compose, but I’m relatively new to VPNs and web server configurations.

### Resources I’ve Tried:

- https://www.reddit.com/r/netmaker/comments/13qjjtv/successfully_integrated_nginx_proxy_manager_with/

- https://github.com/upgrade-computer/netmaker-nginx-proxy-manager-v2

- https://github.com/SMUEric1127/netmaker-nginx-proxy-manager

### Compose Files:

- https://pastebin.com/7pcDP7nB

- https://pastebin.com/cFP4ea3K

Any guidance or resources would be immensely helpful. thank you!