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 :)

    • 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
        0
        ·
        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.