matomo-org / matomo-org/docker
Matomo Web UI doesn't recognize new Version
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 1k
- Forks
- 384
- PR merge metrics
- No merged PRs in 30d
Description
Hi y'all
Just a quick infomartion in advance, we use matomo with docker-compose.
Since the Version 4.16 Matomo no longer displays new versions via the button for upgrading.
I read that this may be a Problem with the FW.
I've checked this with our IT-Sec team and the VM, on which our matomo instances are running, are allowed to go out on the Internet.
After that I tried:
`wget builds.matomo.org`
and
`curl "https://api.matomo.org/1.0/getLatestVersion/"`
which where not working inside the docker container.
I then created my own docker image (with matomo 5), that loads all my company certificates into the container and does
`update-ca-certificates`
After that all the commands from above will get the expected results (executed in the docker container).
Still the matomo web UI doesnt recognize that there is a new version available and shows that I'm still using Version 4.16.
OS: RHEL 8.9
PHP: 8.2.14
Best,
Erik
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the update check inside the Matomo 4.16 Docker container, including the builds.matomo.org request and https://api.matomo.org/1.0/getLatestVersion/. Compare the container's certificate and network behavior with the reported Matomo 5 image, and consider the work complete when the web UI detects the available newer version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker, docker-compose
- Domain
- devops, infrastructure
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100