ricsanfre / ansible-role-minio

Ansible role for installing and configuring Minio
https://galaxy.ansible.com/ricsanfre/minio
MIT License
50 stars 22 forks source link

Implement MINIO_BROWSER_REDIRECT_URL env var #13

Closed TippyLion28 closed 6 months ago

TippyLion28 commented 6 months ago

Hi,

For deployments behind a load balancer, it is important to be able to configure the MinIO environment variable “MINIO_BROWSER_REDIRECT_URL”

Currently, I don’t see a way of doing that using this role unless I’m missing something

ricsanfre commented 6 months ago

Hi @TippyLion28,

minio_server_env_extra can be used to provide any additional environment variable.

TippyLion28 commented 6 months ago

Perfect, thank you :))