Check module v12
compatibility at container startup: ✅⚠️🟠❌
#991
felddy
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The container uses a startup flag called
--noupdate
that prevents updates from being applied through the GUI, and notifies the user topull
a new image. A side-effect of this is that the module compatibility checker in FoundryVTT11.315
is inaccessible, as it is tied to the update process.As a work-around I've created a container patch that will do a compatibility check when you startup the container.
You can have it run at container startup by adding the URL to the
CONTAINER_PATCH_URLS
environment variable:Warning
Only use patch URLs from trusted sources!
Note
Alternatively you can download the script and place in a directory inside your
data
mount. Then set theCONTAINER_PATCHES
environment variable to point to the directory. e.g.,CONTAINER_PATCHES=/data/container_patches
At startup you will now see output similar to this in the log:
This feature was requested by @cs96and, who also helped debug and improve it during development.
See:
Beta Was this translation helpful? Give feedback.
All reactions