After installing the recommended Scrutiny app for SMART monitoring, I realized it comes with an influxdb. The influxdb UI is exposed via port 31055 and the default admin password (which i found in the scrutiny documentation) is still active. What’s the correct way of changing that default password?
It seems influx commandline tools are not installed inside the container.
If it’s not exposed to change it when editing the app, my guess would be, right now it’s not possible to change it. Maybe this is a case for a feature request to expose a config option to change it. Those should be filed on the apps section of the truenas github
If access to InfluxDB is not required outside of the container, I found that setting the Port Bind Mode to “None” does not prevent the container from starting and working as intended.
Not sure why this isn’t the default, especially if it is now being suggested for all users.