Hey everyone,

I’m looking for a system that:

  • I can self host
  • Is slim, because I don’t have beefy hardware (Intel J5040, 32GB RAM, shared by all VMs/containers)
  • can be used to create an inventory of all the tech/hardware that I have in my house (not exclusively IT, I also wasn’t to track things like warranty for my chainsaws and the like)
  • does take at least the device make/model, serial number (for insurance cases) and warranty dates
  • is not some kind of enterprise-how-many-items-of-this-article-do-i-have-in-stock-things, because that seems to be the only thing I seem to be able to find, and they neither match my use case nor do they seem to be lightweight enough.

… and honestly, I don’t even know where to start looking. Do you guys have any recommendations?

Of course, I could just use a spreadsheet, but where’s the fun in that?

  • ᕙ(⇀‸↼‶)ᕗ@lemm.ee
    link
    fedilink
    English
    arrow-up
    1
    ·
    3 hours ago

    you want a gui. so cvs is weak. give nocodb a run. can do ANYTHING. cool product overviews, easy to create tables even with attachment like images.

  • johntash@eviltoast.org
    link
    fedilink
    English
    arrow-up
    5
    ·
    20 hours ago

    Snipe-it is a bit overkill but it’s pretty good.

    Grocy also has an inventory tracker. I’m not sure how different it is tho

    • antsu@lemmy.wtf
      link
      fedilink
      English
      arrow-up
      5
      ·
      18 hours ago

      +1
      This is a problem a simple spreadsheet is perfectly adequate for.

      • Suzune@ani.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 hours ago

        Yeah, I’ve even seen people making presentation slides in Excel. Why ever use anything else? 😉

        • Blackmist@feddit.uk
          link
          fedilink
          English
          arrow-up
          2
          ·
          3 hours ago

          I once asked somebody for a spreadsheet (they were trying to import the data into my software and it was failing), and got back a .doc file containing a screenshot of Excel running the spreadsheet.

          I was in awe of how somebody could misuse so many pieces of software at once.

    • N0x0n@lemmy.ml
      link
      fedilink
      English
      arrow-up
      4
      ·
      edit-2
      21 hours ago

      While I do agree on the general sentiment to not overcomplicate things, homebox seems rather easy to use and intuitive.

      Being able to create qr code to put them on boxes and also have them directly accessible through the web interface is neat !

      However, there’s one thing that’s quite cumbersome… There isn’t a one button move everything to a new location. Someone already posted a feature request and got some traction :) so cross fingers this going be implemented in the near futur !!

      • conrad82@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        20 hours ago

        Yes, I agree, batch moving stuff is important. I haven’t had that problem yet, so let’s hope they add it before I move or something 😅

    • MartianFox@lemmy.ml
      link
      fedilink
      English
      arrow-up
      9
      ·
      1 day ago

      Also using Homebox. Quite intuitive UI, not too many features but also not too few. For instance you can upload the receipts, manuals, etc for euch equipment, etc

  • Señor Mono@feddit.org
    link
    fedilink
    English
    arrow-up
    28
    arrow-down
    2
    ·
    1 day ago

    This might be an unpopular opinion/solution but even for two small size sister companies we are doing inventory in a version controlled markdown file 🫣

    • jonne@infosec.pub
      link
      fedilink
      English
      arrow-up
      14
      ·
      1 day ago

      Honestly, a spreadsheet would be fine for this? I’m not super familiar with what an inventory management system does tho, so maybe it does things beyond what a spreadsheet can do.

    • DasFaultier@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      5
      ·
      1 day ago

      Not at all, I like .md, and I’m familiar with Git. A spreadsheet is not something that I would throw into Git, but an .md

      • 2910000@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        17 hours ago

        I use markdown too, except I keep the markdown file in a self-hosted wiki (wiki.js)

        It’s versioned and accepts git as a backend

        • fishynoob@infosec.pub
          link
          fedilink
          English
          arrow-up
          1
          ·
          16 hours ago

          I’m looking for something that can automatically handle markdown tables for me in git. If an application can do that then I can get off excel/LibreOffice calc.

          • 2910000@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            15 hours ago

            I haven’t searched about this so I don’t know, but it’d be cool if there were a way to import/export markdown tables into LibreOffice

      • Señor Mono@feddit.org
        link
        fedilink
        English
        arrow-up
        4
        ·
        1 day ago

        That is the reason Markdown and Git are used for a lot shenanigans these days. Knowledge bases, awesome-lists, documentations. You name it.

        If you got the right tools (sphinx, typora, mkdocs, …obsidian) you got a powerful toolchain.

    • haverholm@kbin.earth
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      1 day ago

      Simplest possible solution, Occam’s Inventory 😄

      I use markdown extensively, but I’m honestly not fond of its tables function (which I assume you use for this purpose?). It works, but it’s a bit static in my experience. Do you run up against the same, or is it actually an advantage in your use case?

      • Señor Mono@feddit.org
        link
        fedilink
        English
        arrow-up
        6
        ·
        edit-2
        1 day ago

        We’re using headings for different types of inventory (hardware/office items/…) and then a block of subheading, bulletpoint combination (serialnumber, date of acquisition, whereabouts,…) for each item and associated item.

        The toc is generated automatically and helps browsing through.