Updater bot : manyfold updated to 0.147.1

This commit is contained in:
alexbelgium
2026-08-01 01:29:50 +02:00
parent d7c9567e6c
commit 9d003935c0
3 changed files with 6 additions and 3 deletions

View File

@@ -1,3 +1,6 @@
## 0.147.1 (2026-08-01)
- Update to latest version from manyfold3d/manyfold (changelog : https://github.com/manyfold3d/manyfold/releases)
## 0.146.1-3 (2026-07-08)
- Fix forced HTTPS redirect loop on the plain-HTTP UI by re-adding the `assume_ssl` disable workaround.
- Export `PUBLIC_PORT` alongside `public_hostname` so generated links point at port 3214.

View File

@@ -1,7 +1,7 @@
name: "Manyfold"
slug: manyfold
description: "Manyfold 3D model manager as a Home Assistant add-on, using the upstream image with configurable library/index paths."
version: "0.146.1.3"
version: "0.147.1"
url: "https://github.com/alexbelgium/hassio-addons/tree/master/manyfold"
image: ghcr.io/alexbelgium/manyfold-{arch}
arch:

View File

@@ -1,9 +1,9 @@
{
"github_fulltag": "false",
"last_update": "2026-07-04",
"last_update": "2026-08-01",
"repository": "alexbelgium/hassio-addons",
"slug": "manyfold",
"source": "github",
"upstream_repo": "manyfold3d/manyfold",
"upstream_version": "0.146.0"
"upstream_version": "0.147.1"
}