mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-08-10 23:22:29 +02:00
4.3 KiB
4.3 KiB
0.146.1-3 (2026-07-08)
- Fix forced HTTPS redirect loop on the plain-HTTP UI by re-adding the
assume_ssldisable workaround. - Export
PUBLIC_PORTalongsidepublic_hostnameso generated links point at port 3214. - Document
public_hostnamein README (accepts hostname or server IP).
0.146.1-2 (06-07-2026)
- Minor bugs fixed
0.146.1 (2026-07-06)
- Add configurable Manyfold public hostname with Home Assistant external URL and homeassistant.local fallbacks.
0.146.0 (2026-07-04)
- Update to latest version from manyfold3d/manyfold (changelog : https://github.com/manyfold3d/manyfold/releases)
0.145.1 (24-06-2026)
- Minor bugs fixed
Changelog
0.145.1
- Details: https://github.com/manyfold3d/manyfold/releases/tag/v0.145.1
- Details: https://github.com/manyfold3d/manyfold/releases/tag/v0.145.0
0.142.0
- This release allows the use of videos in preview frames, so you can show off your models in a more dynamic fashion, and also adds indexer support for the upcoming DragonFruit resin slicer VOXL file format.
- There are also a number of fixes to metadata scanning and other background jobs, as well as a large behind-the-scenes refactor of presupported relationships which will lead to some new features in the next release.
- Details: https://github.com/manyfold3d/manyfold/releases/tag/v0.142.0
0.140.1 (18-05-2026)
- Minor bugs fixed
0.140.1
- Bump version to 0.140.1
- Detailed changes https://github.com/manyfold3d/manyfold/compare/v0.139.3...v0.140.1
0.139.3 (11-05-2026)
- Minor bugs fixed
0.138.0 (24-04-2026)
- Minor bugs fixed
0.137.0 (13-04-2026)
- Minor bugs fixed
0.137.0
- Bumped upstream Manyfold image to
ghcr.io/manyfold3d/manyfold-solo:0.137.0for bothamd64andaarch64. - Add funtionalities about sharing and comment federation, some implemented in 0.136.0
0.135.0
- Update to upstream Manyfold 0.135.0.
1.0.3
- Added the add-on to this repository under the official add-on folder/slug name
manyfold. - Updated image namespace and repository metadata for this repository:
image: ghcr.io/alexbelgium/manyfold-{arch}url: https://github.com/alexbelgium/hassio-addons/tree/master/manyfold
- Updated AppArmor profile name to
hassio-addons/manyfold.
1.0.2
- Added build metadata for Home Assistant CI compatibility:
manyfold/build.yamlwith multi-archbuild_fromentries- image template wiring in
config.yaml
- Switched Docker base wiring to Home Assistant add-on build conventions:
Dockerfilenow usesARG BUILD_FROMandFROM ${BUILD_FROM}
- Updated add-on
urlmetadata to this repository path. - Updated repository README to remove obsolete
import_pathreferences. - Added ShellCheck compatibility headers (
# shellcheck shell=bash) to s6/entry scripts usingwith-contenv. - Removed default-valued metadata keys (
apparmor,boot,ingress,stage) to satisfy add-on linter rules.
1.0.1
- New resource tuning options for smaller HAOS hosts:
web_concurrencyrails_max_threadsdefault_worker_concurrencyperformance_worker_concurrencymax_file_upload_sizemax_file_extract_size
- Baseline AppArmor support:
apparmor: truein add-on metadatamanyfold/apparmor.txtprofile
- Removed
import_pathoption and runtime wiring to reduce confusion (it was not a web import endpoint). - Kept ingress disabled and documented direct access on port
3214. - Host media mappings (
/share,/media) are writable to support writable library paths like/media/manyfold/models. - Home Assistant ingress/panel 404 issue by moving to direct web UI access model.
- Startup/runtime setup improvements:
- Better path validation for configured library and thumbnails paths
- Clearer startup logs and configuration summary
- More robust secret/bootstrap handling and ownership setup
- Recommended small-server baseline (see README):
web_concurrency: 1rails_max_threads: 5default_worker_concurrency: 2performance_worker_concurrency: 1
1.0.0
- First Home Assistant add-on packaging for Manyfold (
manyfold). - Runs
ghcr.io/manyfold3d/manyfold-solowith persistent data under/config. - Sidebar/web UI integration on port
3214. - Configurable storage paths and startup path safety checks.
- Non-root runtime defaults (
puid/pgid) and startup ownership handling.