Open jandrusk opened 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".
(setq httpd-host "0.0.0.0")
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?