youngcw / actualplaid

Sync your Bank accounts to Actual Budget (unofficial support)
https://actualbudget.com
35 stars 11 forks source link

Add Support for Setting Bind Address in Environment #3

Open alexiswatson opened 7 months ago

alexiswatson commented 7 months ago

By default, it seems Fastify will only bind to 127.0.0.1, which makes sense for development. However, this becomes a bit rough when trying to set up an instance behind a reverse proxy, for example, where we are no longer running this locally.

Extending the default configuration (and defaulting to 127.0.0.1, to maintain safer defaults and consistency with prior installs) would allow for customization of the bind address.

PR to follow.