Help me understand, I must be dumb. If people seem to value privacy and security more so that they don't trust their data hosted at a third party, why are many of these are self-hosted Web apps as opposed to a simple desktop application? I'm not just talking about this particular one, just in general on the idea of replacing SaaS (like Mint) with self-hosted. What is self-hosting buying here? If it's installed on the…
Firefly III: A free and open source personal finance manager
101–110 of 160 posts
Re: Firefly III: A free and open source personal finance manager
#102Help me understand, I must be dumb. If people seem to value privacy and security more so that they don't trust their data hosted at a third party, why are many of these are self-hosted Web apps as opposed to a simple desktop application? I'm not just talking about this particular one, just in general on the idea of replacing SaaS (like Mint) with self-hosted. What is self-hosting buying here? If it's installed on the…
Re: Firefly III: A free and open source personal finance manager
#103I am already using GNUCash. How does this compare?
I tried GNUCash and opted for this. I think the UI is more understandable and polished. Still a lot of depth to Firefly and has its own learning curve. Its also written in PHP using Laravel which can be appealing.
As for PHP, it has never been confidence inspiring. I will say this despite having used Laravel professionally.
Re: Firefly III: A free and open source personal finance manager
#104Any recommendations for a self-hosted finance tracker that supports multiple users who share bank accounts? I don’t think I need a budgeting tool? Ideally, what I want is a simple to use tool that will let me add my expenses, categorize them, and view breakdowns of where I’ve spent money each week/month/year. Does firefly work well for that?
I built https://porkybank.io for my wife and I for this very purpose
Re: Firefly III: A free and open source personal finance manager
#105I wish I could get data about my transactions through an api from my bank
Re: Firefly III: A free and open source personal finance manager
#106With Mint being deprecated, I’ve been looking for something to replace it. I know there are a number of paid alternatives, but it seems like they all are missing at least one or two things that I liked about Mint. Is there an OSS option that comes close? Seems like the biggest hurdle is finding one that is close to reliable when authenticating with other sites (and able to adapt to changes they make, 2FA, etc.). I gu…
Are there any good paid ones, even, for Canadian institutions specifically? We have 4 credit cards and two chequing accounts plus mortgage etc at different institutions. It would be worth some small amount of money for me, especially for a desktop not SaaS solution, to get a unified view I can categorize, filter, sort, graph, etc.
You can try it for free to see if it work for you first, and if you want to upgrade you can pay either monthly or annually.
Disclaimer: I am the creator of BudgetSheet :)
Re: Firefly III: A free and open source personal finance manager
#107With Mint being deprecated, I’ve been looking for something to replace it. I know there are a number of paid alternatives, but it seems like they all are missing at least one or two things that I liked about Mint. Is there an OSS option that comes close? Seems like the biggest hurdle is finding one that is close to reliable when authenticating with other sites (and able to adapt to changes they make, 2FA, etc.). I gu…
After reading the comments in this thread I may consider open sourcing my side project porkybank.io. You can check out an example here: https://porkybank.io/example/overview It's a simple daily budgeting app I put together for my wife and I to help us be more cognizant of our daily spending. Upvotes count as interest.
Re: Firefly III: A free and open source personal finance manager
#108Help me understand, I must be dumb. If people seem to value privacy and security more so that they don't trust their data hosted at a third party, why are many of these are self-hosted Web apps as opposed to a simple desktop application? I'm not just talking about this particular one, just in general on the idea of replacing SaaS (like Mint) with self-hosted. What is self-hosting buying here? If it's installed on the…
Re: Firefly III: A free and open source personal finance manager
#109Earlier quoted context omitted.
I haven't done desktop UIs in a while, but my experience is that html and css work really well for UI, and there are a ton of competing desktop UIs that all have their own issues. Last time I tried making a desktop UI, I definitely preferred html over it. I wouldn't be surprised if there were a lot more web devs than native devs, too. And finally, if you have something you want centralized, it's generally a lot easie…
HTML and CSS are most definitely NOT better for the UI comparing to the native desktop apps. HTML was designed for cross-reference documents and people spent decades enriching it with CSS/JS/whatever to get some resemblance of acceptable UI. Not even mentioning all the resources required to run all the frameworks that the modern Web UI is running on. If you want to be able to check your finances on the phone you have…
Re: Firefly III: A free and open source personal finance manager
#110Earlier quoted context omitted.
After reading the comments in this thread I may consider open sourcing my side project porkybank.io. You can check out an example here: https://porkybank.io/example/overview It's a simple daily budgeting app I put together for my wife and I to help us be more cognizant of our daily spending. Upvotes count as interest.
This looks like a great tool. Not sure what the crystal ball does.