I'm running the nitter-only setup in an environment where the base64Media option is required due to some URL decoding issues. The generated nitter.conf has this option disabled with no apparent way to enable it using the .env file.
I was able to get around this by ignoring the generated conf file and setting NITTER_CONF_FILE env variable to make Nitter use a different one mounted to the container but it would be nice if it were possible to easily configure whether this option is enabled in the generated conf file.
I'm running the nitter-only setup in an environment where the
base64Media
option is required due to some URL decoding issues. The generated nitter.conf has this option disabled with no apparent way to enable it using the .env file.I was able to get around this by ignoring the generated conf file and setting
NITTER_CONF_FILE
env variable to make Nitter use a different one mounted to the container but it would be nice if it were possible to easily configure whether this option is enabled in the generated conf file.