From 44deb34685c2fbdea234de2f1a80dcf24c892315 Mon Sep 17 00:00:00 2001 From: Pim van Pelt Date: Thu, 5 Jun 2025 20:04:11 +0000 Subject: [PATCH] Typo fixes, h/t Jeroen --- content/articles/2025-05-28-minio-1.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/articles/2025-05-28-minio-1.md b/content/articles/2025-05-28-minio-1.md index 96df283..585420e 100644 --- a/content/articles/2025-05-28-minio-1.md +++ b/content/articles/2025-05-28-minio-1.md @@ -357,7 +357,7 @@ tmpfs tmpfs 5120 4 5116 1% /run/lock tmpfs tmpfs 6595336 0 6595336 0% /run/user/0 ``` -MinIO likes to be configured using environment variables - and this is likely because it's a popupar +MinIO likes to be configured using environment variables - and this is likely because it's a popular thing to run in a containerized environment like Kubernetes. The maintainers ship it also as a Debian package, which will read its environment from `/etc/default/minio`, and I'll prepare that file as follows: @@ -466,7 +466,7 @@ with MinIO, but `mc` also works with AWS! ### MinIO Console Although I'm pretty good with APIs and command line tools, there's some benefit also in using a -Graphical User Interface. MinIO ships with one, but there as a bit of a kerfuffle in the MinIO +Graphical User Interface. MinIO ships with one, but there was a bit of a kerfuffle in the MinIO community. Unfortunately, these are pretty common -- Redis (an open source key/value storage system) changed their offering abruptly. Terraform (an open source infrastructure-as-code tool) changed their licensing at some point. Ansible (an open source machine management tool) changed their @@ -709,5 +709,5 @@ virtual-host based access. Both retrieve the file I just pushed via the public I I'm going to be moving [[Restic](https://restic.net/)] backups from IPng's ZFS storage pool to this S3 service over the next few days. I'll also migrate PeerTube and possibly Mastodon from NVME based -storage to replicated S3 buckets as well. Finally, the IPng website media that I mentinoed above, +storage to replicated S3 buckets as well. Finally, the IPng website media that I mentioned above, should make for a nice followup article. Stay tuned!