I've been using Actual Budget in a docker container. It's worked well for me but not sure if it checks all the boxes for you.
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
I love Actual. It’s fantastic and easy to use. I use off-budget accounts and weekly / monthly reconciliation just to keep the general value of these accounts at stable intervals.
I have a slight bone to pick with the PWA version of the site though. After a couple months of using the PWA front end to keep my budget and transactions accurate manually, I opened the site on my desktop browser and it completely lost all that work due to a sync issue. Apparently the PWA for weeks had not remained in sync and so all manual entries were not making back to the server. But the app works so well I never noticed because it kept just working. Supposedly there’s an alert saying it’s not synced with the server but it’s not prominent enough. So if you use that feature (the PWA) then be sure it’s syncing often.
Oof, good to know about the sync issue. That would be pretty annoying to lose all that work.
Lol, rip
I tried Actual before, but I don't remember what I didn't like about it. I'll take another look at it. The budgeting part does remind me of YNAB.
Maybe one of these is interesting? I have no actual experience with them though:
https://github.com/DumbWareio/DumbBudget
They should all be self-hostable.
Edit: I don't know of these all match your criteria. Maybe finance looks pretty Sleek imho. I just dread the thought of exporting my transactions and importing them because my bank is forking horrible w.r.t. integrations.
And logging in every time to do a CSV export is just annoying.
Edit 2: formatting
Oh wow, Maybe does look pretty slick and covers most of what I want. It looks like it supports importing transactions automatically (without csv files?) but I don't see much about how that's configured for hte self-hosted version yet. I'll definitely try it out.
Paisa looks pretty nice too. I might try it if I can import/convert my old beancount ledger files into it.
I tried out a whole bunch of these recently, and think I will be landing on Actual Budget due to the ease of use.
Maybe is the slickest looking, but it is on of the most cumbersome in terms of tagging/categorizing transactions.
I tried:
- Actual Budget
- Firefly III
- Maybe
- WYGIWYH
Actual Budget has been awesome for my partner and me.
What was cumbersome around tagging/categorizing in Maybe? I'm probably going to have to install all of the ones I'm interested in at the same time to test them side by side
From what I recall, it is buried behind multiple clicks - click in to the transaction, click in to another section, perform the operations you want, go back to the transaction list, etc
Firefly III is an option, but I found it difficult to set up and the importer tool works well for Europe but not the US.
You could also just create your own Docker container which has Skrooge, GnuCash, or KMyMoney in it. I have done this with Skrooge since it imports data well and is simpler than GnuCash.
With the Linuxserver.io KasmVNC base image and install any GUI application to run it from a browser.
I haven't seen skrooge before, thanks. I was looking for a web app but I guess that isn't really a hard requirement. I did try gnucash before and didn't spend enough time learning how to use it. If skrooge is simpler, I'll try it out.
Kasmvnc looks really cool too even if I don't use it for this.
I use GNUCash with the file on a NAS. I've been using GC for over 20 years, I just don't see myself changing soon.
Have you tried any of the other options by any chance? Anything that GNUCash does well that keeps you using it? I think not having mobile access would be the thing I'd miss the most
When I started, it was only GNUCash as a free option. Never tried anything else. It fits my needs as a family very well.
There's no mobile or web access, and that's fine for me. Updating it is something done once a week or less for me anyway.
I manage mortgage, virtual account for kids allowances, budget for future expenditures, and have a set of reports that I refresh to keep tabs on my money and goals.
Beware, Gnucash is meant to be pro level accounting software. Is not a simple ledger or a tech/crypto gateway. I also use it for my personal life, but there's like 30% of features I don't use because they're business accounting stuff I don't need. It predates the cloud, it cares not for the latest trends, it crunches numbers and spits out reports. That's part of what I like about it. It is not simple but it also isn't bloated.
I stopped looking after I found ledger-cli.
Is this the Vim of financial accounting?
Also check out https://hledger.org/ more actively maintained ledger Haskell clone(not that the original ledger is unmaintained)
I played around a bit with hledger, but ultimately did not see a reason to switch from ledger. I don't remember if I ran into any issues, but at least they are not totally compatible.
I use:
https://github.com/firefly-iii/firefly-iii
I don't think it has all the featured you want, but it has ~~a plugin system and~~ an API, where you could hack together something.
I'm pretty sure i read that the dev didn't want to add support for investment tracking.
I didn't realize it has plug-ins though, I might give it another shot. Worst case I could use it for everything except investments and find something else for the rest..
Do you add transactions manually or import them somehow?
I just looked it up again and it has no plugins, I confused it with a different solution and the fact that there are lots of third party tools around firefly which use the API for automatic imports. But there is no dedicated way to change the web GUI afaik. It still may be a possibility to use the API to attach some other investment tracking tool.
https://docs.firefly-iii.org/references/data-importer/third-party-tools/
I'm currently using firefly-iii + Ghostfolio simultaneously. I'm not really a fan of this approach because Firefly-iii shows the wrong net worth without my investments and Ghostfolio doesn't handle tax lots correctly. The Firefly-iii importer was terrible and created a mess of my transaction history too because I tried to import data from Mint going back a decade. I ended up writing my own Python-based analyzer to clean-up the data to get it imported. Now I just use those tools for visualization until I find alternatives.
Plaid didn't work because I couldn't use OAuth to banks without going through compliance reviews (not sure if that has changed.) I instead focused on building scraping tools to pull directly from banks or my bank aggregator, Monarch (I use this when I couldn't directly scrape from a bank due to auth issues.) I had to build Playwright scripts to scrape website and it's all very janky code, but it technically works. Some of that has been open-sourced, the actual scrapers need to be cleaned up.
I do Ghostfolio for my stocks. Though I paid for it to support development, its quite cheap.