homeserver/roles/mgrote.minio/templates/default.j2
mg e2707856d8 service: minio (#232)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#232
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2021-10-23 17:47:57 +02:00

8 lines
364 B
Django/Jinja

MINIO_ROOT_USER="{{ minio_root_user }}"
MINIO_VOLUMES="{{ minio_volumes_base_dir }}"
MINIO_OPTS="-C {{ minio_config_dir }} --address {{ minio_fqdn }}:{{ minio_port }} --console-address :{{ minio_console_port }}"
MINIO_ROOT_PASSWORD="{{ minio_root_password }}"
MINIO_SERVER_URL="{{ minio_server_url }}"
MINIO_BROWSER_REDIRECT_URL="{{ minio_browser_redirect_url}}"