scripting / feedlandInstall

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

RFC: config.myDomainForUI #38

Open scripting opened 10 months ago

scripting commented 10 months ago

config.myDomain, according to the docs, requires that the actual port be included, if it's not 80.

This is required, for example, in order for rssCloud functionality to work.

But, this value is also used in the UI, for example, when sending a confirming email, to form the URL in the link back to the app.

So the new value, myDomainForUI, would be the domain of the server without the port, assuming no port is needed to form a URL to the server.

scripting commented 10 months ago

I started to implement this, but found this appears to have been dealt with using config.urlServerForClient, documented here.