Open kensel opened 2 years ago
Hi, stumbled on the same issue, when making SSL work. Could not find any documentation how to pass Environment Variables. Would be great if there where some info added to the documentation. Thanks Andreas
@kensel if you solved this please reply here, I do not have it working yet.
@kensel if you solved this please reply here, I do not have it working yet.
Solved my problem but not the original request. My original problem was with setting the MINIO_SERVER_URL to make minio on truenas work with a wildcard certificates. Since I was not able to pass variables from truenas to the service, I did the following.
- vi /etc/rc.conf
Add an entry to _minioenv, in my case this was:
minio_env="MINIO_ACCESS_KEY=
Hello,
Currently running TrueNAS-12.0-U8.1 and trying to configure minio (S3 service) with a domain to use the virtual-host-style request as described in https://docs.min.io/docs/minio-server-configuration-guide.html. can MINIO_DOMAIN be added as a configuration option or the ability to add custom environment variables for the minio configuration.
I'm looking at System > Tunnables as a way to add the custom variable but I'm not seeing any documentation indicating it will or will not work so i am currently testing it out.
Thank you