[-] BobsAccountant@lemmy.world 8 points 1 month ago

Damn no reason for you to get on here and call me out so directly. Also I still have wobbly windows and the modern version of desklets. No shame.

[-] BobsAccountant@lemmy.world 6 points 3 months ago

Great minds think alike, Helldiver! I am the proud commander of the King of Democracy.

[-] BobsAccountant@lemmy.world 4 points 4 months ago* (last edited 4 months ago)

My family and I really like it. I invested in a small, physical scanner capable of network file sharing that we have plugged in and always ready to scan. When we get documents or receipts, we scan them and they're immediately added to the database. I also have it checking an email address (mine is custom, but you could really have it check any address) and any time a PDF or such is sent, it gets consumed and that email them gets sorted.

There are a few downsides, however. As mentioned in other posts, turning your physical stack of documents into a digital stack of documents is just trading one pile for another. At least with a digital pile, you can sort a little quicker, but you still have to sort the consumed documents and check them to make sure the engine, which is supposed to be learning, has elected to sort the documents correctly.

The compose stack is pretty easy to use, but it does benefit from a little knowledge in Docker/containers. Especially when the main container decides it's not healthy. I wouldn't recommend it to a first time Docker user, is all.

Additionally and also previously mentioned, if you're keeping important documents in it, encrypted storage with encrypted back up is important.

[-] BobsAccountant@lemmy.world 2 points 4 months ago* (last edited 4 months ago)

Adding on to this:

These are all great points, but I wanted to share something that I wish I'd known before I spun up my array... The configuration of your array matters a lot. I had originally chosen to use RAIDZ1 as it's the most efficient with capacity while still offering a little fault tolerance. This was a mistake, but in my defense, the hard data on this really wasn't distributed until long after I had moved my large (for me) dataset to the array. I really wish I had gone with a Striped Mirror configuration. The benefits are pretty overwhelming:

  • Performance is better than even RAIDZ2, especially as individual disk size increases.
  • Fault tolerance is better as you could have up to 50% of the disks fail, so long as one disk in a mirrored set remains functional.
  • Fault recovery is better. With traditional arrays with distributed chunks, you have to resilver (rebuild) the entire array, requiring more time, costing performance and shortening the life of the unaffected drives.
  • You can stripe mismatched sets of mirrored drives, so long as the mirrored set is identical, without having the array default to the size of the smallest member. This allows you to grow your array more organically, rather than having to replace every drive, one at a time, resilvering after each change.

Yes, you pay for these gains with less usable space, but platter drives are getting cheaper and cheaper, the trade seems more worth it than ever. Oh and I realize that it wasn't obvious, but I am still using ZFS to manage the array, just not in a RAIDZn configuration.

[-] BobsAccountant@lemmy.world 1 points 11 months ago

Where we're going, we don't need have fuses.

[-] BobsAccountant@lemmy.world 2 points 11 months ago* (last edited 11 months ago)

Where we're going, we don't need have fuses.

[-] BobsAccountant@lemmy.world 1 points 11 months ago

It was the former. This unit had 8 12v batteries VERY snuggly placed within it. I didn't pay attention to all the leads and their locations when dissembling the old batteries. I'm professional IT and hubris was nearly the end of me.

[-] BobsAccountant@lemmy.world 1 points 11 months ago

Yeah these are the small, closed cell 12v batteries. Just make sure you have the circuit open until the very last step. Additionally, if you have an array of batteries, make sure you're paying attention to their configuration.

[-] BobsAccountant@lemmy.world 7 points 11 months ago* (last edited 11 months ago)

Oh no. Half of this post is me making fun of myself. Mistakes were made. When you have a large array of batteries, it's important to wire them up correctly when replacing them. I definitely closed the circuit on some of the batteries when I shouldn't have.

I see how it could be confusing, and in the spirit of sending the correct message, I have added a clarifying edit.

77
submitted 11 months ago* (last edited 11 months ago) by BobsAccountant@lemmy.world to c/selfhosted@lemmy.world

I see this as an absolute win. Be careful, folks. Just because it's DC doesn't mean it won't cause serious damage.

Edit for Clarification: When done correctly, the batteries should not arc. My problem is I did not wire the array correctly the first and a-hem second times. It only cost me one battery, which is a lot cheaper than a trip to an American ER.

[-] BobsAccountant@lemmy.world 3 points 11 months ago

The same front end? Nah it has it's own menus and such. If you're familiar with the anatomy of the conf files you can piece each sub-menu within the plugin to it's corresponding section in the conf. Not everything that I need was represented. There is a way to inject custom blocks, but it's pretty cumbersome.

Honestly? I'm considering going back to a dedicated nginx host for two reasons. Firstly it's just easier to configure. Secondly, I'm sending internal traffic to the public DNS addresses for some of the services and I'm not 100% positive those fuck-heads over at Comcast aren't charging me for the hairpin route. If I had a local, internal proxy, I could avoid that.

BobsAccountant

joined 1 year ago