Does anyone have any recommendations for issue tracking for homelab setups? I’m sure I could host some Jira clone but that feels overkill for what I’m doing, and something like MediaWiki is too general purpose.

I’m hoping to track future project ideas (Install Jellyfin / Sonarr, etc) and issues with my smarthome (Fireplace Light not accepting color changes via Google Assistant). Ideally with some kind of organization to it (priorities, subitems, etc).

Yeah I could use plaintext, but that’s no fun :)

  • sgtgig@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    Vikunja has become my whole life todo list app and I throw server stuff on there too. I’ve enjoyed it quite a bit.

  • SheeEttin@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 year ago

    I don’t, that sounds too much like work. I do what I want when I feel like it.

    I have used Trello for idea tracking in the past.

    • DontTakeMySky@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      Fair enough. My main issue is keeping track of all the weird bugs in my setup that reveal themselves when I have guests. I don’t usually have time to resolve them in the moment but I want to track them so I don’t forget.

      It’s hard to find something that’s organized just enough without being too heavy handed and making the homelab feel like work.

    • DontTakeMySky@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 year ago

      I haven’t. I was hoping for something that could be standalone and not attached to a specific repo. But maybe this will work. I’ll look at it more.

  • MigratingtoLemmy@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    As you said, the easiest method would be to do it in plaintext.

    Something like:

    1. Create a file with an identifier and timestamp for an issue.
    2. If the solution is in a repository, reference commit link.
    3. Regardless of whether there is version history with proof of fix, note down the solution in brief underneath the issue.
    4. On top of the file, mark issue as closed.

    One can have a template for this along with an automated shell script or something. Nice project for a couple of hours. I might actually do something like this myself when I get to it. Thanks for the idea

  • cstine@lemmy.uncomfortable.business
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I landed on Trello for managing my entire life. Personal projects, work projects, home projects, whatever: there’s a board and 200 cards for things I’ll never actually do :P

    It’s not self-hosted, but it’s free for a limited number (5?) of boards and I mean, good enough.

  • vividspecter@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    Emacs org-mode, although with minimal organsation (just a single tag typically, which org-agenda then shows in my calendar if I’ve scheduled it for a certain time). It does support priorities too, but I don’t typically use that.

  • ancoraunamoka@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I use vikunja primarily on the desktop but also using the app that still misses some features. DIfferent projects assigned to different kanban boards

  • DunkinCoder@lemmy.world
    link
    fedilink
    English
    arrow-up
    1
    ·
    1 year ago

    I’m trying to move off of Things 3, since I tried to consolidate daily/life tasks with a different section for my lab. Yeah, that hasn’t worked out too well so far. My new job uses GitLab exclusively, so I figure that might be a good pain point to learn the ins/outs of, including issue tracking.

    • DontTakeMySky@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      0
      ·
      1 year ago

      Does gitea let you have issues that do t belong to a specific project?

      My smarthome isn’t backed by a git repo, and having a phantom placeholder project isn’t super appealing to me to force things to work. (though Ill take a look, may be worth the fuss, especially since I could use a gitea instance anyway…)

      • idle@158436977.xyz
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 year ago

        I actually don’t know, I create issues by repo. I have 2 servers, so 2 repos. Any time I change anything I create an issue in the repo for that server.

        • DontTakeMySky@lemmy.worldOP
          link
          fedilink
          English
          arrow-up
          1
          ·
          1 year ago

          This is one of the main reasons I want to move to Ansible or develop my docker skills a bit more. Having a true infra as code that’s all versioned would be amazing. Right now I’m about half and half.