dvankley / firefly-plaid-connector-2

Connector to pull Plaid financial data into the Firefly finance tool
GNU General Public License v3.0
94 stars 14 forks source link

Setting Port on Firefly URL #87

Closed bmschwa closed 3 months ago

bmschwa commented 4 months ago

If I have my firefly listening on a non-standard port, is it possible to to specify a port somehow in the configuration....

From the uri builder here I don't think its possible today.

dvankley commented 3 months ago

Yeah, that's not possible with the current code. Have you considered using a reverse proxy? If you've considered it and it doesn't work for you, I'm happy to add this as a feature request. Should be fairly easy to add.

bmschwa commented 3 months ago

I ended up using subdomains and I'm cool now... now fighting with plaid!