Using YunoHost to route to open port on different computer

:uk:/:us: Message template (english)

My YunoHost server

Hardware: old laptop
YunoHost version: 11.2.12
I have access to my server : direct/ssh
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If yes, please explain:

Description of my issue

I have another computer on my network running different docker containers that I have open ports to. Is there a proper or good way to use Yunhost to route to to that ip:port?

I’ve tried the reverse proxy app I get an error because it’s not encrypted. I’ve tried redirect using the reverse proxy type and I get a 404 error when I use my URL.us/test link. I can kind of get it to work with explicit redirect, but i don’t believe this is what I should be using.

1 Like

If you can put a self signed certificate on the target containers then reverse proxy might work.

I do it using the redirect app. Some apps don’t like to on paths. They require a dedicated domain. Some others require the use of http. Not all apps are the same. Some apps require you to edit nginx config (especially portainer)

1 Like

Redirect app is the way to go.

1 Like

It didn’t like paths. Had to use subdomains. Working perfectly now. Thanks!

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.