Skip to content

Commit 344e77b

Browse files
committed
Update package
1 parent 74c1139 commit 344e77b

23 files changed

Lines changed: 656 additions & 615 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ These threads already run as a workers:
6060
### Changed
6161

6262
- [package]: Update dependencies.
63+
- [storage]: Bump `node-persist-manager` v. 2.0.1,
6364

6465
### Fixed
6566

docs/CHANGELOG.html

Lines changed: 76 additions & 71 deletions
Large diffs are not rendered by default.

docs/README-DOCKER.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,9 +122,9 @@ <h2 id="run-matterbridge-with-docker-and-docker-compose">Run Matterbridge with D
122122
<p>The image (tag <strong>dev</strong> 93 MB) includes Matterbridge and all official plugins from the latest push on GitHub. It is based on <code>node:24-trixie-slim</code>. Since all official plugins are included, you can select and add a plugin without installing anything. Note: if you update to the latest <strong>dev</strong> from the frontend, you will override the GitHub version with the latest <strong>dev</strong> published on npm. The frontend shows if you are currently running the GitHub release or the latest or dev npm release.</p>
123123
<p>The image (tag <strong>ubuntu</strong> 90 MB) includes only Matterbridge, using the latest release published on npm. This image (<strong>for test and development only</strong>) is based on <code>ubuntu:latest</code> with Node.js 24 from NodeSource. Plugins are not included in the image: they will be installed on first run. This image, on the first run, preinstalls <code>bluetooth</code>, <code>build-essential</code>, and <code>python</code> packages (useful for plugins that require native builds).</p>
124124
<p>The image (tag <strong>alpine</strong> 58 MB) includes only Matterbridge, using the latest release published on npm. This image (<strong>for test and development only</strong>) is based on <code>node:24-alpine</code>. Plugins are not included in the image: they will be installed on first run.</p>
125+
<p>The image (tag <strong>s6-rc</strong> 84 MB) includes only Matterbridge, using the latest release published on npm. This image is based on <code>node:24-trixie-slim</code> and integrates the <code>s6-rc overlay</code> system. Plugins are not included in the image: they will be installed on first run. It is only used for the <a href="https://github.com/Luligu/matterbridge-home-assistant-addon">Matterbridge Home Assistant Application</a>.</p>
125126
<h3 id="matterbridge-docker-base-images">Matterbridge docker base images</h3>
126-
<p>The image (tag <strong>24-ubuntu-slim</strong> 86 MB) includes only <code>ubuntu:latest</code> -&gt; Ubuntu 24.04.3 LTS (noble) with Node.js 24 from NodeSource. It is used to build the <strong>ubuntu</strong> image but can also be used to open a shell in ubuntu latest with node 24.</p>
127-
<p>The image (tag <strong>s6-rc</strong> 84 MB) includes only Matterbridge, using the latest release published on npm. This image is based on <code>node:24-trixie-slim</code> and integrates the <code>s6-rc overlay</code> system. Plugins are not included in the image: they will be installed on first run. It is used for the <a href="https://github.com/Luligu/matterbridge-home-assistant-addon">Matterbridge Home Assistant Application</a>.</p>
127+
<p>The image (tag <strong>24-ubuntu-slim</strong> 86 MB) includes only <code>ubuntu:latest</code> -&gt; Ubuntu 24.04.3 LTS (noble) with Node.js 24 from NodeSource. It is used to build the <strong>ubuntu</strong> image but can also be used to open a shell in ubuntu latest with node 24 (node doesn&#39;t publish node:24-ubuntu).</p>
128128
<h3 id="docker-health-check">Docker health check</h3>
129129
<p>All images include a health check.</p>
130130
<p>How health checks work in different scenarios:</p>

0 commit comments

Comments
 (0)