manyfold: update to 0.133.1, remove image field, add migration docs

- Bump version to 0.133.1 (latest upstream manyfold-solo release)
- Remove image: field from config.yaml so HA builds via Dockerfile
- Pin Dockerfile and build.yaml to 0.133.1 instead of :latest
- Add Secret Key Base section to README covering all install scenarios
- Add Migration section to README with steps to preserve data when
  switching addon slug or reinstalling

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
ToledoEM
2026-03-05 18:40:58 +00:00
parent 8914222b13
commit b1135d6fa2
4 changed files with 39 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
ARG BUILD_FROM=ghcr.io/manyfold3d/manyfold-solo:latest
ARG BUILD_FROM=ghcr.io/manyfold3d/manyfold-solo:0.133.1
FROM ${BUILD_FROM}
# hadolint ignore=DL3041