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?

    • Blackmist@feddit.uk
      link
      fedilink
      English
      arrow-up
      12
      ·
      8 hours ago

      Indeed. What you are looking for is a spreadsheet.

      Don’t overcomplicate things.

    • MartianFox@lemmy.ml
      link
      fedilink
      English
      arrow-up
      7
      ·
      7 hours 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
    23
    ·
    10 hours 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 🫣

    • DasFaultier@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      6 hours 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

      • Señor Mono@feddit.org
        link
        fedilink
        English
        arrow-up
        3
        ·
        5 hours 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.

    • jonne@infosec.pub
      link
      fedilink
      English
      arrow-up
      13
      ·
      9 hours 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.

    • haverholm@kbin.earth
      link
      fedilink
      arrow-up
      3
      ·
      8 hours 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
        5
        ·
        edit-2
        8 hours 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.

  • jordanlund@lemmy.world
    link
    fedilink
    English
    arrow-up
    9
    ·
    10 hours ago

    I’d just roll your own with either a spreadsheet or a relational database depending on how fancy you want to get.

    In fact, I’ve done that for comic books.

    • DasFaultier@sh.itjust.worksOP
      link
      fedilink
      English
      arrow-up
      6
      ·
      10 hours ago

      HA, the term I was looking for is even on their website: “Asset Management Software”. My non-native speaker ass didn’t come up with this.

      Thank you, I will check those out.

      Though it sounds interesting for tinkering, I’m probably not doing down the NoCode route. You make it, you maintain it forever, and I don’t have that kind of time.

  • GrumpyDuckling@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    2
    ·
    8 hours ago

    A google forms alternative would be convenient. You could make an easy to fill out page that inouts to a spreadsheet. Put warranty reminders in your calander for a month before it expires.

  • blumlaut@hounds.online
    link
    fedilink
    arrow-up
    2
    ·
    10 hours ago

    @[email protected] we’ve recently deployed Netbox which seems to somewhat do what you want, although its more targetted towards datacenter and network engineers (and maybe not lightweight enough for you?)

    If you really need nothing special then maybe a good ol’ spreadsheet is a better solution for you.

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

      Yep, maybe it really is. I just wanted to see of there’s something nicer out there before settling.

      I think I recall seeing Netbox a while ago, and I remember thinking that it would be something I’d like to use at work, but we already have idoit there (which I hate passionately).

  • steventhedev@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    9 hours ago

    I get very far by just keeping a set of folders for each piece of equipment in a git repo.

    Pictures, etc, and sometimes the PDF manual if I bother.

    The difficult part here is being consistent over time - making sure you mark down when you bought things, serial numbers, etc. a proper website/app will force you to do this, but there is flexibility in having whatever convention you like most

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

      Well, I do have a PaperlessNGX already, so I could use a custom field for SerialNo or something like that, but I just feel like PNGX isn’t really designed for this task.