selfhosting

87 readers
2 users here now

One more alternative to the many selfhosting communities.

founded 2 years ago
MODERATORS
1
 
 

I've been really lazy with keeping track of my money over the last few years. I still use personal capital (now empower)'s dashboard, but it's not self-hosted and they can be pretty aggressive with their marketing.

Previously, I was using Beancount + Fava to track all of my money, including investments. Every time I think about updating my ledger and importing the last several years of transactions, it just feels overwhelming and I put it off again.

I'm still a fan of plain-text-accounting, but importing a large number of transactions always feels cumbersome.

I tried Firefly-III briefly, but it didn't support investment tracking. I also saw Ghostfolio for the investment side, but haven't tried it yet and it seems to only do investments.

My wishlist of features is below, are there any self-hosted/oss finance apps that would meet most of these?

  • self-hosted
  • import via csv at minimum, ideally support for yodly/plaid/some other bank syncing api
  • support for regular accounts (checking/savings), credit cards, and investment accounts (stocks, 401k, etc)
  • misc. asset tracking like for a car or house
  • mobile app or mobile-friendly web view
  • local llm support for categorizing transactions and fixing merchant semi-automatically
  • multi-user support - not required, but it'd be nice if my partner and I can use the same app but still have our own private accounts too
  • tags or some other way to group expenses together (like all expenses related to a trip)
  • good reporting
  • bonus: support for custom reports/calculations like "If i retired next year, how much money would I have per month?"

Alternatively, what do you all use for this type of thing?

2
 
 

I've been thinking of migrating from proxmox to a kubernetes (talos) + kubevirt set up. I recently discovered https://cozystack.io/ which seems like it combines a lot of the things I would have to set up anyway.

Anybody have any experience with it? Curious to hear if it works well or if there are any major caveats/gotchas vs a more DIY setup.

3
 
 

I'm trying to unfuk myself from Google. It's an admirable goal, but damned difficult to do if you intend to continue using the Internet.

Except ... well ... you actually can do this. You can run a search proxy locally that will completely obfuscate you to the search engines and also strip out all of the tracking and ads they spit back at you.

I think there are more apps, but there are two primary search proxy platforms that are well developed and support running in a Docker container, so you could run it on any Windows or Linux box.

....

Whoogle https://github.com/benbusby/whoogle-search

Try this app first. Low system requirements. Super, super easy to setup. "Whoogle is intended to only ever be deployed to private instances by individuals of any background, with as little effort as possible." Let Whoogle be your gateway to running a search proxy.

I've run Whoogle for almost 6 months now. Google has tried to break it twice. Had to adjust some docker params and upgrade the LXC to fix. I'm extremely satisfied with Whoogle.

....

SearXNG - https://github.com/searxng/searxng

This app is the all around better tool, but its much more complicated to manage. It's had a fractious background, forked from an older project called SearX. The author of Whoogle says, "I'm a huge fan of Searx though and encourage anyone to use that instead if they want access to other search engines/a different UI/more configuration."

I've just deployed SearXNG today based on benbusby's recommendation. Ya know, I was a Whoogle fan, but this is just a step above. 140+ search engines, it looks awesome, and its got a large contributor list with lots of recent commits.

....

I run Proxmox VE, and both of these apps have been given the tteck treatment for easy setup.

Whoogle - https://community-scripts.github.io/ProxmoxVE/scripts?id=whoogle

SearXNG - https://community-scripts.github.io/ProxmoxVE/scripts?id=searxng

4
 
 

I'm new to lemmy. I posted this in one of the big self-hosting forums and it was deleted by the mod. I assume they felt it was off topic.

=======

This is a hack to add an extra drive bay to a Dell Server. Tried with both PowerEdge R230 and R430.

Replace DVD w/SATA Bay. They make replacements for laptop DVD bays that allow you to put a second sata drive there instead. This replacement part can also drop right in place of the slim DVD bay on a Dell PowerEdge. I’ve seen multiple references to this setup working. This guy’s blog has screenshots of it. https://tachytelic.net/2019/10/install-ssd-optical-13th-generation-poweredge/

I don’t see the disk. At all. The OS doesn’t. PERCCLI doesn’t see it. iDRAC doesn’t. When I got into Lifecycle Controller to manage the disks, It used to see the SATA DVD drive at the end of the list, but now there’s no entry. (On the R230 when I removed the drop-in and put the original DVD back, it went back to normal. The bay is in the R430 right now.)

I’ve got the right bay, it fits. More important, the electrical stuff all matches up. The drive light activates. Got a brand new drive in there. It hasn’t been tested otherwise, but I’d like to think its ok. In the post I’ve linked, it looks like he has his SATA set to ATA, not AHCI, so I tried that, but no change. Poked at it quite a bit. Can’t think of anything else to examine.

Alright … so there’s all the setup. And here’s why I think it doesn’t work. My main disks are all SAS on both machines. R230 PERC H330 - 4 x SAS 7.5k 3.5" spinners R430 PERC H730 mini - 6 x SAS 10.5k 2.5" spinners

I’ve read that you can’t mix SAS and SATA drives. As the DVD seemed to be a normal SATA, I figured I could use that port with a SATA SSD. But maybe not. It’s not worked on either server, and all the gear involved appears to be operational. It’s worked for other people. But every reference I’ve seen to this working seems to be all SATA setups.

Does anybody know for sure?

=======

Since I first wrote this, I've decided to remove all the SAS drives from the machine and test with just this SATA SSD. I'll do that soon, when I'm ready to tear down the current array.