My use case:
- I have Ubuntu Core (on a intel NUC)
- I have a running nextcloud snap exposed to
cloud.mydomain.me(https)
I have moved home an many “things” are connected here, and I want to snap install home-assistant on it to manage them.
- I now want to run expose home-assistant to
home.mydomain.me(https)
Currently I just used my domain name registrar to redirect cloud.mydomain.me to my machine (using CNAME).
What’s next: I should redirect home.mydomain.me too to the same device.
I used to expose manually differents php websites on differents subdomains using apache configuration files for vhost but it was before I use containers or in this case, a confined system
With confined apps on snap, i have no idea where should i do this.
Is it something snapd allows to configure ?
Or somewhere else on Ubuntu Core ?
Do I need to install a snap that its job it to redirect this or that snap ?
Is lord systemd supposed to do that ? ![]()
Thank in advance for your hints!
(I am not sure where to post it since it is probably part of the solution, so do not hesitate to move it to the best section)