Hello fellow selfhosters, I tried to find a piece of software that could achieve my goal but maybe I am not searching in the correct areas. So I thought of asking here for suggestions or directions I could take.
I am looking for software that could fill a purpose of tracking like a helpdesk ticketing portal but not be a full blown ticketing portal.
For example I want to track current tasks like an RMA I am doing right now with Logitech (currently organized in my email inbox/folders) or keep track of shipments (currently tracked in Google Keep in this format: Shop | MM YYYY | Order-ID | Contents | Tracking:<Shipping Number>
)
Android and Windows.
Things like creating companies to track tickets with. I would rather just keep track of the issue (maybe with some form of history to go back in time?) and not be lost in endless classification of company number, telephone, contacts etc.
Maybe I am in search of a unicorn-glitter editiontm and just need someone to tell me that doesn’t exist or I am not looking for the correct thing or term.
The help is highly appreciated :)
PS: While preferred it doesn’t need to be selfhosted. It should be accessible via smartphone (app or web doesnt really matter) and on desktop (program or web).
Currently in consideration are (thanks for the suggestions so far!):
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:
Any issues on the community? Report it using the report flag.
Questions? DM the mods!
O was going to make a weak suggestion, but the more I read the stronger my suggestion becomes. I strongly recommend you look at Silverbullet. It’s similar to Obsidian in that everything is a markdown file, but has an excellent query language. For example in a random file I add a task with a tag, e.g.
Then on my homepage I have this block of code:
Which renders as a list of all my tasks on all my files ordered by priority, you can see how this becomes extremely customizable, e.g. using
where page = Some/Page
will only render tasks from that page.It’s not a kanban board like you asked, but it’s great for all those stuff, and it’s highly customizable to whatever you need.
You can keep track of problems each on their own page and have a frontmatter with general information that can be queried as if it were a database.
For example I keep one page for each tool I use at my work, and on the index of my work I have a table that shows these tools and links or cli examples.
True. The customization would fit the requirement for the adaptability.
But for a bit of quick and dirty documentation of a task it would quickly get annoying and I would avoid it.
And I would probably start to use Obsidian with some community plugin or some of the already suggested tools.
What I like about kanban that it has a sort of ticket mentality in a 2D-space and can be in a pre-defined state (at least that’s what I could gather from pictures).
This restricts me more and prevents me from micromanaging every detail.
Also consider just tracking tasks in obsidian if you already use it.
Check out https://publish.obsidian.md/kanban/Obsidian+Kanban+Plugin which seems like it was made for you.
O think you meant to reply that to OP