mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-03-08 05:04:11 +01:00
parent
e08be97c21
commit
4f6f350ec9
1 changed files with 2 additions and 2 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue