this post was submitted on 24 Feb 2024
0 points (NaN% liked)

Selfhosted

39167 readers
402 users here now

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:

  1. Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. 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.

  4. Don't duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

founded 1 year ago
MODERATORS
 

Is there a FOSS program where I can inventory my high value items in case there is an insurance claim?

I was thinking of the item, the picture of the item and serial number, maybe the UPC, and then an attachment of the receipt.

I'm guessing some kind of database that integrates file attachments per item.

top 7 comments
sorted by: hot top controversial new old
[–] nimmo@lem.nimmog.uk 0 points 6 months ago (1 children)

Could Snipe it work for you? https://docs.linuxserver.io/images/docker-snipe-it/

It looks like an asset management tool. The description copied and pasted from above reads:Snipe-it makes asset management easy. It was built by people solving real-world IT and asset management problems, and a solid UX has always been a top priority. Straightforward design and bulk actions mean getting things done faster

[–] wreckedcarzz@lemmy.world 0 points 6 months ago* (last edited 6 months ago) (1 children)

Snipe it is hardcore overkill for this need. I started using it a couple weeks ago since I have lots of tech, but it's made for large businesses, or multiple businesses. Technically yeah one can use it, but it's cumbersome and a bit frustrating to get started/figure things out.

I want to add a smart coffee maker? Okay I'll just get the serial and - oh I haven't entered this model before, lets add it. Oh I can't, because I haven't entered anything by Honeywell yet, time to back out and add all the details of the company. Now lets go back and enter that serial again. Now we can add the model details. Let's grab a photo. Oh, the fucking system has a known issue that it limits uploads to 2MB? And adjusting it in docker doesn't work even though it should? Let's stop the container and go into the damn host filesystem to edit the php file that has the solution you will only find on a github discussion from 5 years ago. Now start the container and add an asset and enter the serial and set the model and set the company and upload the picture and why does the warranty length box only take months and I need to mark it as ready for deployment and holy fuck it's taken 45 minutes...

And no, none of this was hyperbole. Once I know these stupid quirks, 5 minutes to grab data and enter, but shit especially the filesize issue, 5 years and no fix? Oh and guess what you'll be searching for online after watchtower pulls an update and you forgot to note that fix in the docker-compose file? Mmmhm, that fix gets overwritten with every update.

[–] shrippen@feddit.de 0 points 6 months ago

What would be a better alternative in your opinion?

[–] Turun@feddit.de 0 points 6 months ago

Maybe consider paperless-ngx.

Its primary purpose is document management, but you can easily upload receipts and pictures as well. I use paperless-mobile to interact with my instance.

[–] Helix@feddit.de 0 points 6 months ago

Probably way too over engineered for your purpose, but Snipe IT is a very good inventory and asset management and tracking software, which is the term you are probably looking for.

Do yourself a favour and export everything to PDF regardless what you're using and make backups with the 3-2-1 rule.

[–] emuspawn@orbiting.observer 0 points 6 months ago (1 children)

To be honest, would a spreadsheet not be a good use for this? There are FOSS asset trackers, but a simple .ods with a pictures column might serve you well. Are there additional features/conveniences you are looking for?

[–] Helix@feddit.de 0 points 6 months ago

Good idea, I'd like to add that there are pretty cool low code databases like NocoDB and Baserow which might be a step up from spreadsheets.