scripting / feedlandInstall

Instructions for setting up a FeedLand server.
GNU General Public License v3.0
3 stars 1 forks source link

Fixed but in rssCloud implementation #33

Open scripting opened 1 year ago

scripting commented 1 year ago

Fixed a bug where FeedLand would always request rssCloud notifications at feedland.org on port 80, even if the software is running on a different server and/or port.

In the fixed version, it determines the server and port from the myDomain value in config.json.

The docs for config.myDomain are on this page.

Just do an npm update and relaunch the app to get the update.