skeeto / elfeed

An Emacs web feeds client
The Unlicense
1.52k stars 119 forks source link

Make elfeed-web Listen on Specific IP #290

Open jandrusk opened 6 years ago

jandrusk commented 6 years ago

I would imagine since the Android elfeed app is out there that there is a way to make the elfeed-web process listen on something other than localhost. I have a DMZ IP that I want elfeed-web to listen on so I can access it over the net with the Android Elfeed app.

Haven't seen any documentation as to how to set this up, could you provide some guidance?

skeeto commented 6 years ago

The web server used by elfeed-web is simple-httpd, so any server configuration lies in configuring that. The variable httpd-port sets the listening port. To take immediate affect after setting it, restart the server with "M-x httpd-start".

vikasrawal commented 9 months ago

(setq httpd-host "0.0.0.0")