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

  • 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