Filter
Exclude
Time range
-
Near
Linking work packages in plain text: small feature, big impact. We cover it in detail in our newest blog article: openproject.org/blog/linking… Our experience? Once you’ve tried it, you’ll use it without thinking. #OpenProject #OpenSource #Productivity
1
46
D. Müller retweeted
We just released OpenProject 17.5.1. The release contains several bug fixes, and we recommend updating to the latest version. A big thank you to our Community for reporting bugs and helping us identify and fix them. More information in our release notes: openproject.org/docs/release…
1
4
80
🚀 OpenProject 17.5 has been out since last week, have you tried it yet? ✨ Highlights include: - Project-based work package identifiers (beta) - Enhanced Jira Migrator - Better collaboration in Documents and Meetings ... and many more. Explore updates in action 👇
3
125
daye wird zu einer community based plattform, openproject
2
16
Jun 14
10 GitHub repos that replace your $50/mo kanban & project management tool in 2026: 1. AppFlowy (72.4K stars) Open-source AI workspace with kanban boards, docs, and wikis that replaces Notion's paid plans while keeping your data on your own machine. github.com/AppFlowy-IO/AppFl… 2. AFFiNE (69.4K stars) Combines kanban, whiteboard, and docs in one privacy-first workspace, replacing both Notion and Miro subscriptions at once. github.com/toeverything/AFFi… 3. plane (50.8K stars) Full project management platform with issues, sprints, Gantt charts, and docs that directly replaces Jira and Linear. github.com/makeplane/plane 4. wekan (21.0K stars) Feature-complete kanban with swimlanes, WIP limits, and card aging that replaces Trello Business Class without the monthly bill. github.com/wekan/wekan 5. openproject (15.3K stars) Enterprise project management with Gantt charts, Scrum boards, and time tracking that replaces Jira Software for entire engineering orgs. github.com/opf/openproject 6. planka (12.1K stars) Clean Trello-style kanban with cards, lists, and real-time team collaboration that replaces Trello's paid tiers on your own server. github.com/plankanban/planka 7. frappe (10.2K stars) Low-code framework powering full project management with kanban and task tracking built in, replacing Monday.com for teams already running ERPNext. github.com/frappe/frappe 8. leantime (10.0K stars) Goals-first project management with kanban, timelines, and strategy tracking built for neurodivergent teams, replacing Asana and Monday.com. github.com/Leantime/leantime 9. kanboard (9.6K stars) Minimalist self-hosted kanban with task automation, time tracking, and a plugin system that replaces any paid kanban SaaS you're currently on. github.com/kanboard/kanboard 10. projectsend (1.9K stars) Self-hosted client portal for file sharing and project collaboration that replaces Basecamp's paid client-facing features. github.com/projectsend/proje… The pattern here: every layer of project management, from simple kanban to enterprise Gantt, now has a self-hostable open-source twin. Bookmark this. Most people are still paying $50/mo for what these do for free.
18
9
82
5,629
Andrés Orozco retweeted
OpenProject 17.5 introduces project-based work package identifiers, aiding multi-project management and Jira migrations. Updates also include more flexible backlogs and improved sprint views, enhancing agile planning and scheduling. alternativeto.net/news/2026/…
3
9
1,203
Executive context-switching is a bottleneck. I built an Autonomic PMO bridging Claude, WhatsApp, OpenProject, and AWS for $5/mo. Zero-trust SSM tunnel, local privacy, cloud power. Read the deep-dive systems architecture case study: 🔗 ctorescues.com/autonomic-pmo… @CTOrescues
12
☸️ #FOSS stack series, post 7 of 9: K3s. Almost everything in this series — Ghost, Postgres, Redis, OpenProject, Zammad, Huginn, Forgejo, Prometheus — runs on the same orchestrator: K3s, a lightweight Kubernetes distribution. One binary, sensible defaults, full Kubernetes API.
1
29
Replying to @openproject
Done :-) Thanks for your responses. For those sticking with this thread, Redmine redmine.org is working well and I will be purging the system of openproject once I send off the archive. Maybe I can save someone else a day of frustration 🤔

24
If you like, provide a pe-composed tar command. I will execute it and send the resulting archive to `support@openproject.com`
1
23
``` cat /etc/openproject/conf.d/other export OPENPROJECT_INSTALLATION__TYPE="packager" export SERVER_PATH_PREFIX_PREVIOUS="/" export SYS_API_KEY="cG" export SVN_REPOSITORIES="" export GIT_REPOSITORIES="/var/db/openproject/git" export OPENPROJECT_SEED_ADMIN_USER_MAIL="openproject@ADb.Net" export EXECJS_RUNTIME="Node" export OPENPROJECT_RAILS__CACHE__STORE="memcache" export OPENPROJECT_ATTACHMENTS__STORAGE__PATH="/var/db/openproject/files" export HOST="127.0.0.1" export WEB_TIMEOUT="300" export SECRET_KEY_BASE="15e" export SECRET_TOKEN="15e" export RECOMPILE_RAILS_ASSETS="""" export OPENPROJECT_HOST__NAME="192.168.101.16" export OPENPROJECT_HTTPS="false" export OPENPROJECT_HSTS="false" ```
1
23
I did a complete wipe and re-install and the demo projects gave the same sort of errors. That was the screenshot I posted.
1
37
Replying to @openproject
Here are the errors before hitting the button: ``` Uncaught HALError: Http failure response for http://192.168.101.16/api/v3/queries/form: 401 Unauthorized _HalError hal-error.ts:19 createErrorObservable hal-resource.service.ts:323 performRequest hal-resource.service.ts:96 RxJS 13 onLoad Angular hal-error.ts:19:5 Uncaught (in promise) HALError: Http failure response for http://192.168.101.16/api/v3/queries/form: 401 Unauthorized _HalError hal-error.ts:19 createErrorObservable hal-resource.service.ts:323 performRequest hal-resource.service.ts:96 RxJS 13 onLoad Angular hal-error.ts:19:5 ``` After hitting the button: ``` Failed to build edit field: HALError: Http failure response for http://192.168.101.16/api/v3/work_packages/38/form: 401 Unauthorized _HalError hal-error.ts:19 createErrorObservable hal-resource.service.ts:323 performRequest hal-resource.service.ts:96 RxJS 13 Angular 2 RxJS 64 fromObject hal-link.ts:75 $fetch hal-link.ts:92 linkFunc hal-link.ts:130 updateForm resource-changeset.ts:182 getForm resource-changeset.ts:156 loadFormAndCheck edit-form.ts:317 loadFieldSchema edit-form.ts:298 loadFieldSchema edit-form.ts:297 loadFieldSchema table-edit-form.ts:173 activate edit-form.ts:123 processEvent edit-cell-handler.ts:85 handleEvent click-or-enter-handler.ts:15 onClickOrEnter click-or-enter-handler.ts:9 handleEvent click-or-enter-handler.ts:15 attachTo event-handler-registry.ts:50 n index.js:6 listener index.js:6 edit-form.ts:336:17 Handling error message HALError: Http failure response for http://192.168.101.16/api/v3/work_packages/38/form: 401 Unauthorized _HalError hal-error.ts:19 createErrorObservable hal-resource.service.ts:323 performRequest hal-resource.service.ts:96 RxJS 13 Angular 2 RxJS 64 fromObject hal-link.ts:75 $fetch hal-link.ts:92 linkFunc hal-link.ts:130 updateForm resource-changeset.ts:182 getForm resource-changeset.ts:156 loadFormAndCheck edit-form.ts:317 loadFieldSchema edit-form.ts:298 loadFieldSchema edit-form.ts:297 loadFieldSchema table-edit-form.ts:173 activate edit-form.ts:123 processEvent edit-cell-handler.ts:85 handleEvent click-or-enter-handler.ts:15 onClickOrEnter click-or-enter-handler.ts:9 handleEvent click-or-enter-handler.ts:15 attachTo event-handler-registry.ts:50 n index.js:6 listener index.js:6 for work package Object { injector: {…}, "$source": {…}, "$loaded": true, halInitializer: initializer(halResource), "$links": {…}, "$embedded": {}, "$halType": "WorkPackage", derivedStartDate: Getter & Setter, derivedDueDate: Getter & Setter, spentTime: Getter & Setter, … } hal-resource-notification.service.ts:77:13 Failed to load default form select-edit-field.component.ts:143:28 valuesLoadingPromise select-edit-field.component.ts:143 (Async: promise callback) initialize select-edit-field.component.ts:143 ngOnInit edit-field.component.ts:70 ngOnInit select-edit-field.component.ts:117 Angular 38 create editing-portal-service.ts:57 activateField table-edit-form.ts:117 (Async: promise callback) activateField table-edit-form.ts:106 renderField edit-form.ts:343 activate edit-form.ts:130 (Async: promise callback) activate edit-form.ts:124 processEvent edit-cell-handler.ts:85 handleEvent click-or-enter-handler.ts:15 onClickOrEnter click-or-enter-handler.ts:9 handleEvent click-or-enter-handler.ts:15 attachTo event-handler-registry.ts:50 n index.js:6 listener index.js:6 ``` Some error logs from Apache: ``` [Wed Jun 10 16:21:41.318557 2026] [proxy_http:error] [pid 2899:tid 140322034128448] [client 192.168.101.99:44492] AH01114: HTTP: failed to make connection to backend: 127.0.0.1, referer: http://192.168.101.16/projects/ai0-dev-0-0-1-pcb-assembly-test-and-evaluation/gantt?query_props={"tll":"{\"left\":\"startDate\",\"right\":\"dueDate\",\"farRight\":\"subject\"}","tzl":"auto","tv":true,"hi":true,"t":"start_date:asc","c":["id","type","subject","status","startDate","dueDate","duration"],"f":[{"n":"status","o":"o","v":[]}]}&name=all_open [Wed Jun 10 16:22:11.069541 2026] [proxy:error] [pid 2899:tid 140322067699264] (111)Connection refused: AH00957: http: attempt to connect to 127.0.0.1:6000 (127.0.0.1) failed [Wed Jun 10 16:22:11.069601 2026] [proxy_http:error] [pid 2899:tid 140322067699264] [client 192.168.101.99:33658] AH01114: HTTP: failed to make connection to backend: 127.0.0.1, referer: http://192.168.101.16/projects/ai0-dev-0-0-1-pcb-assembly-test-and-evaluation/gantt?query_props={"tll":"{\"left\":\"startDate\",\"right\":\"dueDate\",\"farRight\":\"subject\"}","tzl":"auto","tv":true,"hi":true,"t":"start_date:asc","c":["id","type","subject","status","startDate","dueDate","duration"],"f":[{"n":"status","o":"o","v":[]}]}&name=all_open ```
1
46
People love meetings. Or at least, they do in OpenProject. Hear from some of our team members about what makes Meetings their favorite feature. 👇 youtube.com/shorts/226Dw4sBS…
4
154