I hope this question is not too dumb or has been answered before. I have searched the web and did a search on the forums, and didn't find what I was looking for.
What I am trying to do is set up, basically, a reverse proxy for webzfs. Webzfs listens on http://127.0.0.1:26619. So what I would like to do is to set up a proxy so that I can pull up webzfs from another host, as well as providing https access. apache is way too much for what I need, and it appears that nginx is as well... Other things I have seen are all load balancers (e.g. haproxy, and relayd) or the newer ones seem to all be vibe coded as far as I can tell.
Is there one that will just allow me to, as simply as possible, stick a certificate between my webzfs install, and redirect from https://hostname.domain/webzfs to http://127.0.0.1:26619 from a remote host?
The goal of this exercise is, eventually, I am looking at testing using webzfs to manage the ZFS pools and datasets on a NAS, and replacing TrueNAS Core. I can set up an ssh tunnel to get to port 26619, however, I would rather splat down certificates and an https reverse proxy on each host, and be able to access each one via normal https link...
What I am trying to do is set up, basically, a reverse proxy for webzfs. Webzfs listens on http://127.0.0.1:26619. So what I would like to do is to set up a proxy so that I can pull up webzfs from another host, as well as providing https access. apache is way too much for what I need, and it appears that nginx is as well... Other things I have seen are all load balancers (e.g. haproxy, and relayd) or the newer ones seem to all be vibe coded as far as I can tell.
Is there one that will just allow me to, as simply as possible, stick a certificate between my webzfs install, and redirect from https://hostname.domain/webzfs to http://127.0.0.1:26619 from a remote host?
The goal of this exercise is, eventually, I am looking at testing using webzfs to manage the ZFS pools and datasets on a NAS, and replacing TrueNAS Core. I can set up an ssh tunnel to get to port 26619, however, I would rather splat down certificates and an https reverse proxy on each host, and be able to access each one via normal https link...