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!
view the rest of the comments
So...CCC seems to be a very basic inventory management solution. What this generally describes is a system compromised of a database with a front-ends that makes sense of whatever the particular project is (car repair), and provides an easy to interact with the database.
What you're using now is simply for workflow management of projects in a simplified way, which is probably not what you want.
So you need a database, and you also want an easy way to interface with it, so you can check out the plethora of inventory management solutions in the FOSS space, but if you want something pretty simple that you can more easily customize for your needs and workflow, have a look at the FOSS alternatives to Airtable like nocobase. You set up a simple data structure, then can slap together quick forms to work inside of with whatever fields and data you choose. Dead simple, but very extensible.
Edit: Also check out Baserow maybe
Yeah, that about sums it up. Planka is a great kanban board, but kanban boards lack actual project management features in the way i would prefer to use it.
Nocobase looks promising. I fired up a demo to poke around with.