Matt Dies
Matt Dies
> Please include a sample qfx. We cant do anything useful without it Had to change the extension to `.txt` as `.QFX` isn't supported by GitHub. I've modified the memos,...
Unfortunately, no. PNC's QFX/OFX export is terrible IMO -- it doesn't let you filter by date selection for import, so I have to do that myself with a script I...
That's great to hear! > What do you mean with a new documentation page? While not strictly necessary, I think a feature like this would elevate the tool a lot...
Awesome! Thanks for all of the continued work, love Podfetch 😄
It works great so far! Two things of note: 1. The iOS icon doesn't work quite as expected, at least for me. When exiting the PWA I can briefly see...
I've also run into this bug! Using Caddy, here's my Caddyfile configuration ``` actual.mattdies.com { import use_authelia import cloudflare_dns import local_network_only import log_for_app "actual" reverse_proxy actual:5006 { header_up x-actual-password "{env.ACTUAL_PASSWORD}"...
@paulcoates I just wanted to make a quick response to you above comment to say that is great troubleshooting and documentation! It is really clear while also being succinct, something...
For anyone curious about this in the future, I added the following to my Caddyfile within a site registration and got it to work: ``` soulseek.mydomain.xyz { reverse_proxy soulseek:5030 {...