amidaware / tacticalrmm

A remote monitoring & management tool, built with Django, Vue and Go.
https://docs.tacticalrmm.com
Other
3.2k stars 440 forks source link

Allow use of context (subdirectory) instead of subdomains #2034

Closed muzzol closed 3 days ago

muzzol commented 3 days ago

Is your feature request related to a problem? Please describe. Install script only gives you the option to use subdomains:

      api.mydomain.com
      mesh.mydomain.com
      rmm.mydomain.com

Describe the solution you'd like I would like to use context instead of subdomains:

mydomain.com/api
mydomain.com/mesh
mydomain.com/rmm

Additional context This configuration allows more options, simplicity and flexibility for certs, proxys and general management.

wh1te909 commented 3 days ago

this will never be possible without a complete rewrite