Nextcloud Deck
Selfhosted
A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don't control.
Rules:
-
Be civil: we're here to support and learn from one another. Insults won't be tolerated. Flame wars are frowned upon.
-
No spam posting.
-
Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it's not obvious why your post topic revolves around selfhosting, please include details to make it clear.
-
Don't duplicate the full text of your blog or github here. Just post the link for folks to click.
-
Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).
-
No trolling.
Resources:
- selfh.st Newsletter and index of selfhosted software and apps
- awesome-selfhosted software
- awesome-sysadmin resources
- Self-Hosted Podcast from Jupiter Broadcasting
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
Vikunja has become my whole life todo list app and I throw server stuff on there too. I've enjoyed it quite a bit.
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.
This might be the best option honestly, though self hosted would be a bit better of course.
Thank you, I got tunnel vision to selfhosted options.
If you want to self-host, Vikunja is a pretty good replacement for Trello.
As you said, the easiest method would be to do it in plaintext.
Something like:
- Create a file with an identifier and timestamp for an issue.
- If the solution is in a repository, reference commit link.
- Regardless of whether there is version history with proof of fix, note down the solution in brief underneath the issue.
- 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
I use a combination of Obsidian and Notion to track my home lab. Obsidian is all the detailed configs and todo’s, while Notion is the documentation for the rest of the family
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.
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.
Have you looking into GitHub projects?
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.
I actually use GitLab for a ton of this stuff plus all my dev work. The issues and boards are all I need, and can be tracked at the group level, so why add another tool?
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.
I use Gitea issues
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...)
I also use gitea, in a bit unstructured way. I do have a dedicated project which I use for project "management" (I.e. dump ideas about new services, new tools to write, improvements and sometimes bugs to fix), I also use repo specific issues for things that concern that particular repo (I have terraform repos, ansible repo, code repos, kubernetes/flux repos etc.). I also use taskwarrior for my actual to do list, which is more general than my homelab.
The main point for me is just not to forget about stuff, but I don't want to do issue tracking in a way that feels like my second job. For this gitea projects work quite nicely, and they are easily tied to PRs, so that I can go back and easily cross reference what I did for a specific issue.