I’ve set up the node using the docker app provided with EE 24.10 and after reading through a number of the posts here would like to add a couple of additional parameters, but whatever I try they don’t seem to propagate through to either config.yaml or the command to run storagenode.
Has anyone running TrueNAS been able to add additional parameters, and if so, what’s the trick.
You may convert the needed parameter to its variables equivalent by adding a prefix STORJ_, convert all other characters to uppercase, and replace all dots and dashes to the underscores. For example,
$ docker compose exec storagenode1 storagenode setup --help | grep badger
--pieces.file-stat-cache string optional type of file stat cache. Might be useful for slow disk and limited memory. Available options: badger (EXPERIMENTAL)
This option would have an equivalent STORJ_PIECES_FILE_STAT_CACHE as a variable.
So, you may add this variable with its value to the app config, it should be restarted automatically after that.