I’m looking for a very simple ticketing app to self host, first to put in use my new small home lab. My family often has me as the IT guy and want a lot of stuff from me so I’d like to host a simple ticketing system such as uvdesk or glpi, self hostel, lightweight and preferably dockerised.
Do anyone knows if something like that exist ? or is uvdesk the most simple ticketing app out there ?
First, have a look at these pages for some ideas:
https://github.com/driusan/PoormanIssueTracker
A simple format for using the file system as an issue tracker
https://github.com/driusan/bug
Distributed bug tracking with the filesystem and hg or git, written in Go
https://www.joelonsoftware.com/2000/11/08/painless-bug-tracking/
Nice article by Joel Spolsky about setting up a small bug DB; might also be suitable for use with a spreadsheet
Have you ever used Midnight Commander or a filesystem browser? If you’re comfortable finding your way around a directory tree, here’s a quick and dirty example with your tickets under a folder called “issues”:
You don’t need a bunch of separate files; I like directories in case there are screenshots, email messages, etc. Something like this would also work using (say) dokuwiki.