minio: disable browser redirect
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run
Some checks are pending
flake check / check (push) Waiting to run
fmt check / check (push) Waiting to run
This commit is contained in:
parent
440ed18545
commit
d805c4e041
1 changed files with 5 additions and 0 deletions
|
@ -4,6 +4,11 @@
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
environment.systemPackages = [pkgs.minio-client];
|
environment.systemPackages = [pkgs.minio-client];
|
||||||
|
|
||||||
|
systemd.services.minio.environment = {
|
||||||
|
MINIO_BROWSER_REDIRECT = "false";
|
||||||
|
};
|
||||||
|
|
||||||
sops.secrets.minio = {
|
sops.secrets.minio = {
|
||||||
owner = "minio";
|
owner = "minio";
|
||||||
group = "minio";
|
group = "minio";
|
||||||
|
|
Loading…
Reference in a new issue