matterbridge 3.5.5-dev-20260220-779b495 → 3.5.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/README-DOCKER.md +2 -2
- package/apps/frontend/npm-shrinkwrap.json +1430 -0
- package/apps/frontend/package.json +0 -69
- package/package.json +14 -15
package/CHANGELOG.md
CHANGED
package/README-DOCKER.md
CHANGED
|
@@ -37,7 +37,7 @@ The image (tag **s6-rc** 84 MB) includes only Matterbridge, using the latest rel
|
|
|
37
37
|
|
|
38
38
|
### Matterbridge docker base images
|
|
39
39
|
|
|
40
|
-
The image (tag **24-ubuntu-slim** 86 MB) includes only `ubuntu:latest
|
|
40
|
+
The image (tag **24-ubuntu-slim** 86 MB) includes only `ubuntu:latest`: Ubuntu 24.04.3 LTS (noble) with Node.js 24. It is used to build the **ubuntu** image but can also be used to open a shell in ubuntu latest with node 24 (node doesn't publish node:24-ubuntu).
|
|
41
41
|
|
|
42
42
|
### Docker health check
|
|
43
43
|
|
|
@@ -51,7 +51,7 @@ How health checks work in different scenarios:
|
|
|
51
51
|
You can manually check the health status:
|
|
52
52
|
|
|
53
53
|
```bash
|
|
54
|
-
docker exec -it matterbridge
|
|
54
|
+
docker exec -it matterbridge mb_health
|
|
55
55
|
```
|
|
56
56
|
|
|
57
57
|
### Create the Matterbridge directories first
|