Files
hassio-addons/manyfold/config.yaml
alexbelgium e6f6c95115 Fix manual-build versions: use .N suffix instead of -N
Home Assistant (AwesomeVersion) no longer recognises the X.Y.Z-N
manual-build nomenclature, so rebuild these with a .N suffix instead.
Semver treats X.Y.Z-N as a pre-release (sorts below X.Y.Z); X.Y.Z.N
sorts above, so each shows up as a proper upgrade.

- manyfold             0.146.1-3    -> 0.146.1.3
- qbittorrent          5.2.3-1      -> 5.2.3.1
- birdnet-pi           2026.07.10-1 -> 2026.07.10.1
- birdnet-pi-zach      2026.07.10-2 -> 2026.07.10.2
- nginx_webserver_proxy 2.14.1-1    -> 2.14.1.1
- immich               3.0.1-2      -> 3.0.1.2
- immich_cuda          3.0.1-2      -> 3.0.1.2
- immich_noml          3.0.1-2      -> 3.0.1.2
- immich_openvino      3.0.1-2      -> 3.0.1.2

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-21 20:32:08 +02:00

57 lines
1.3 KiB
YAML

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"
url: "https://github.com/alexbelgium/hassio-addons/tree/master/manyfold"
image: ghcr.io/alexbelgium/manyfold-{arch}
arch:
- amd64
- aarch64
startup: services
init: false
hassio_api: true
homeassistant_api: true
ports:
3214/tcp: 3214
ports_description:
3214/tcp: "Manyfold Web UI"
webui: "http://[HOST]:[PORT:3214]"
map:
- addon_config:rw
- share:rw
- media:rw
options:
secret_key_base: ""
puid: 1000
pgid: 1000
multiuser: true
library_path: "/share/manyfold/models"
thumbnails_path: "/config/thumbnails"
log_level: "info"
web_concurrency: 4
rails_max_threads: 16
default_worker_concurrency: 4
performance_worker_concurrency: 1
max_file_upload_size: 1073741824
max_file_extract_size: 1073741824
schema:
secret_key_base: str
puid: int
pgid: int
public_hostname: str?
multiuser: bool
library_path: str
thumbnails_path: str
log_level: list(info|debug|warn|error)
web_concurrency: int
rails_max_threads: int
default_worker_concurrency: int
performance_worker_concurrency: int
max_file_upload_size: int
max_file_extract_size: int