I would like to self host an OpenSource projectmanagement tool for our non profit association.
It shoud do the regular project management stuff like task, kanban board, meeting notes, contact management, etc. and it should also have a document repository.
I briefely checked
- Makeplane: no one click docker container (yeah, I’m a little bit lazy 🙃)
- Youtrack: not OpenSource
- OpenProject: no solution for documents
Do you have any further recommendations?
OpenProject has some nice solution for documents: https://www.openproject.org/docs/user-guide/documents/ and https://www.openproject.org/docs/user-guide/file-management/ . Aren’t these enough for you?
Also: OpenProject includes a good wiki for a project. It’s in many cases a better alternative to a document storage, since there is no “download - edit - upload” workflow, so there are no race conditions. (i.e. two people download a doc, edit the doc independently and whoever uploads last “wins” while deleting the previous uploaders changes.)