From a547aa2fddaaf98b7dfe24d86f39456a5c4c11ec Mon Sep 17 00:00:00 2001 From: Max Date: Thu, 26 May 2022 23:59:23 +0200 Subject: [PATCH] services/object-storage: fix console redirect --- hosts/VEGAS/services/object-storage/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/VEGAS/services/object-storage/default.nix b/hosts/VEGAS/services/object-storage/default.nix index ee72d0c..56e9f9b 100644 --- a/hosts/VEGAS/services/object-storage/default.nix +++ b/hosts/VEGAS/services/object-storage/default.nix @@ -55,6 +55,7 @@ in }; }; systemd.services.minio.environment = translateConfig { + minio.browser_redirect_url = "https://console.object-storage.${domain}"; minio.identity_openid = { enable = "on"; display_name = "Private Void Account";