alexylem / jarvis-ui

User Interface for Jarvis
14 stars 12 forks source link

Possibility to link to jarvis API with full URI #2

Open JZacharie opened 7 years ago

JZacharie commented 7 years ago

Hi,

I'd like to have possibility to securize jarvis API with my HAPROXY.

Due I can't define the full URI string I can't use something like : https://login:password@jarvis-api.mydomaine.com

My Haproxy will do the redirection to my local IP on the port 8080.

alexylem commented 7 years ago

Jarvis API securisation is adressed here https://github.com/alexylem/jarvis-api/issues/1 It will be done via https + token. Would that be suitable to you? Or you really want to have the possibility to define the full jarvis-api URL like you proposed?