Howdy,
Can someone please give me a pointer to how to set up a reverse proxy on electric eel so I can connect to apps like tautulli or file browser over HTTPS and standard ports (443)? Ideally, the solution would include the pointers a letsencrypt setup using DNS challenges.
I’m new to docker and docker compose, and I don’t know what to enter in the custom app screen for, say, the nginx proxy manager.
The article explains how to route traffic to published ports, which is what I’m doing right now and I have pretty urls like nextcloud.mydomain.tld, with SSL.
But how can I route all http/s traffic exclusively from my proxy manager (npm currently)?
The “docker way”, from what I can tell, is to create a “frontend” network for the proxy manager, and have any font-end facing containers attached to that “external” network. I don’t think TrueNAS apps support this currently though, unless I missed something, and I don’t want to re-create all apps as custom.