From 4f6f350ec9fa45258e41ff8ac080bdfa180b2598 Mon Sep 17 00:00:00 2001 From: Nina Fromm Date: Fri, 27 Feb 2026 09:14:30 +0100 Subject: [PATCH] nixos/outline: Remove references to minio See #490996 --- nixos/modules/services/web-apps/outline.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/modules/services/web-apps/outline.nix b/nixos/modules/services/web-apps/outline.nix index 3617aeff7272..e1bfa8ab47d3 100644 --- a/nixos/modules/services/web-apps/outline.nix +++ b/nixos/modules/services/web-apps/outline.nix @@ -128,7 +128,7 @@ in To support uploading of images for avatars and document attachments an s3-compatible storage can be provided. AWS S3 is recommended for redundancy however if you want to keep all file storage local an - alternative such as [minio](https://github.com/minio/minio) + alternative such as [garage](https://garagehq.deuxfleurs.fr/) can be used. Local filesystem storage can also be used. @@ -139,7 +139,7 @@ in { accessKey = "..."; secretKeyFile = "/somewhere"; - uploadBucketUrl = "https://minio.example.com"; + uploadBucketUrl = "https://garage.example.com"; uploadBucketName = "outline"; region = "us-east-1"; }