How can I individually expose apps to the internet?
So, expose an app without exposing the sso, basically picking and choosing which apps are available to the internet. Also, this should help in avoiding the exposition of common ports as 80, 443.
I.E. I want to expose only home assistant, what would I need to do?
So far I think I should:
- Install the app on a subdomain, exclusively for this app
- Allow guests to access the app (without sso)
- Find which ports the app uses
- Open those ports on the router
- Configure nginx to also allow connections from those ports
However I have no clue if this is even possible, if this is the correct way, neither how to actually do it.
Any help would be greatly appreciated, thank you!