foundry and unraid docker issues #787
-
Hi all, I have managed to install the docker image on my unraid system (via the silman app) with no issues, but when I go to upgrade it I always run into issues, such as the system wipes all the game systems, world and addons from within Foundry. I don't know if I am missing something from the initial config. I also seem to only be able to install from the timed URL from the Foundryvtt website. When I just use my username and password, it seems to authenticate correctly but just wont download the latest release (unless I enter something in to the FOUNDARY_VERSION option, but I just want to leave that blank and it pull the latest version when an upgrade comes round and keep all the current foundry setup). So if anyone is able to point me in the right direction that would be absolutely amazing. Please find below the logs and config for my image. Authenticate | 2023-09-13 12:49:12 | [debug] Community URL: /community/xxx Error: Unable to extract build number from version: Node.js v18.17.1 Error: Unable to extract build number from version: Node.js v18.17.1 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You are setting the See: |
Beta Was this translation helpful? Give feedback.
You are setting the
FOUNDRY_VERSION
environment variable to "" (the empty string). I'm not familiar with the interface you are using, but you need to delete the variable from your config (which is different from setting it to ""). If that is not possible, then set it to11.308
, which is the default value for this version of the container.See: