Files
computer-playbook/roles/web-app-minio
Kevin Veen-Birkenbach 5a65410dd8 Fix: Avoid loop variable collision in MinIO front-proxy include
Replaced default 'item' with explicit loop variable 'minio_proxy' to prevent
conflicts with inner roles (e.g., sys-stk-front-proxy using with_first_found).

This resolves the undefined variable error and removes the Ansible warning
about the loop variable already being in use.

Reference: https://chatgpt.com/share/692c5778-2b24-800f-b203-5b6b2c9b1d4b
2025-11-30 15:41:17 +01:00
..


MinIO

Description

MinIO is an S3-compatible object storage service for files, media, backups, and AI artifacts—self-hosted for performance and control.

Overview

Applications that speak “S3” (Pixelfed, Mastodon, Nextcloud, Flowise, etc.) store and retrieve objects from MinIO buckets using familiar SDKs and CLIs. Admins manage buckets, users, and access policies through a browser console while keeping everything on-prem.

Features

  • S3-compatible API for broad app compatibility
  • Buckets, users, access keys, and fine-grained policies
  • Optional versioning, lifecycle rules, and object lock
  • Presigned URLs for secure, time-limited uploads/downloads
  • Ideal for AI stacks: datasets, embeddings, and artifacts

Further Resources