-
v1.4.20-alpha
Pre-releaseAll checks were successfulPublish / detect-release (push) Successful in 5sCI / lint (push) Successful in 12sCI / security (push) Successful in 8sPublish / tag (push) Successful in 5sCI / test (push) Successful in 18sPublish / publish-forgejo (push) Successful in 12sPublish / publish-npm (push) Successful in 10sPublish / promote-release (push) Successful in 2sPublish / publish-container (push) Successful in 26sreleased this
2026-02-16 08:13:34 +00:00 | 68 commits to main since this releaseBug Fixes
- Docker sidecar setup: add hostname prompt — The setup wizard now interactively prompts for the OpenProject domain instead of silently auto-detecting
OPENPROJECT_HOST__NAMEfrom the compose file. The detected value is offered as a default. The resolved external URL is used asOPENPROJECT_URLin the generated sidecar YAML, ensuring the correctHostheader is sent and OpenProject accepts API requests. Previously, the hardcoded internal Docker URL (http://openproject:80) causedInvalid host_name configurationerrors.
Tests
- 7 new tests for hostname extraction from compose content and
generateMcpServiceYaml()with external URL parameter - 238 total tests passing
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Docker sidecar setup: add hostname prompt — The setup wizard now interactively prompts for the OpenProject domain instead of silently auto-detecting