Accessing add-ons through sub domains possible?

Hi All,

I have been using HA for about 2 years now, but not through HASSio yet. I have started setting up an RPi3 with hassio and some add-ons. I have it working so that I can access hass over ssl (thanks to lets encrypt add-on).

But, I also have the IDE installed and want to setup influx and grafana as well. That can be done with add-ons, but I wonder if it is possible to set those up with separate URL’s to be accessible over the same ssl certificates?

For example:
https://my.website.com --> Hassio (this works already)
https://my.website.com/dashboards --> grafana
https://my.website.com/ide --> Cloud9

Something like that? From what I read in the forums, nginx could maybe be used for this, but in this area I really don’t know what I am talking about, so I hope someone can point me in the right direction?

THanks for the great work on HA/hassio, I am loving every bit of it!

Arno

You certainly can with Caddy and I, sure with NGNIX as well. The sub domain would be at the front though. Like this:

Sub-domain.myduck.duckdns.org etc

This guy has a tutorial on how to make it with subfolders if yoy use the plug-in:
https://khaz.me/accessing-other-applications-with-hassio-nginx-addon/

Thanks! I’ll look into both of those!