marella / chatdocs

Chat with your documents offline using AI.
MIT License
683 stars 97 forks source link

SSL support? #66

Open Asdafers opened 1 year ago

Asdafers commented 1 year ago

Any plans to expand the implementation to allow for that? I tried adding the options from the quart docs to local chatdocs.yml but with no luck. I am certain my local file is being used as the change of port is being reflected.

kstawiski commented 1 year ago

I'm not the author of the software, but if I had to use SSL, I would opt for a reverse proxy to the HTTP service. Personally, I use https://nginxproxymanager.com/ to provide SSL-secured access from outside. I hope this helps.

KiraSlair4 commented 10 months ago

Did you get this working? I used nginx proxy manager. I got it to SSL and to go to https. The UI shows up but I can't search any documents. Just doesn't work? Any idea how to get this to SSL.