# Garage ## Docs - [Encryption](https://mintlify.wiki/deuxfleurs-org/garage/advanced/encryption.md): Understanding encryption options and security features in Garage - [Gateway Nodes](https://mintlify.wiki/deuxfleurs-org/garage/advanced/gateways.md): Configure Garage gateway nodes for improved performance and simplified architecture - [K2V API](https://mintlify.wiki/deuxfleurs-org/garage/advanced/k2v.md): Key-Value storage API for efficiently storing small values alongside S3 objects - [Reverse Proxy Configuration](https://mintlify.wiki/deuxfleurs-org/garage/advanced/reverse-proxy.md): Configure reverse proxies to provide TLS and load balancing for Garage - [Bucket Management](https://mintlify.wiki/deuxfleurs-org/garage/api/admin/buckets.md): Endpoints for managing S3 buckets in Garage - [Cluster Management](https://mintlify.wiki/deuxfleurs-org/garage/api/admin/cluster.md): Endpoints for managing Garage cluster status, health, and layout - [Key Management](https://mintlify.wiki/deuxfleurs-org/garage/api/admin/keys.md): Endpoints for managing S3 access keys and permissions - [Admin API Overview](https://mintlify.wiki/deuxfleurs-org/garage/api/admin/overview.md): Overview of the Garage Admin API and authentication methods - [K2V Operations](https://mintlify.wiki/deuxfleurs-org/garage/api/k2v/operations.md): Detailed reference for K2V API endpoints and operations - [K2V API Overview](https://mintlify.wiki/deuxfleurs-org/garage/api/k2v/overview.md): Understanding Garage's K2V (Key/Key/Value) storage API - [API Overview](https://mintlify.wiki/deuxfleurs-org/garage/api/overview.md): Introduction to Garage APIs - S3-compatible object storage and Administration API - [S3 API Compatibility](https://mintlify.wiki/deuxfleurs-org/garage/api/s3-compatibility.md): Detailed compatibility matrix for AWS S3 API endpoints in Garage - [S3 Authentication](https://mintlify.wiki/deuxfleurs-org/garage/api/s3/authentication.md): AWS Signature Version 4 authentication for Garage S3 API - [Bucket Operations](https://mintlify.wiki/deuxfleurs-org/garage/api/s3/bucket-operations.md): S3 bucket management operations in Garage - [Multipart Uploads](https://mintlify.wiki/deuxfleurs-org/garage/api/s3/multipart-uploads.md): Upload large objects to Garage using the S3 multipart upload API - [Object Operations](https://mintlify.wiki/deuxfleurs-org/garage/api/s3/object-operations.md): S3 object operations for uploading, downloading, and managing objects - [garage bucket](https://mintlify.wiki/deuxfleurs-org/garage/cli/bucket.md): Manage S3 buckets - [Configuration File Format](https://mintlify.wiki/deuxfleurs-org/garage/cli/configuration.md): Complete reference for Garage configuration file options - [Environment Variables](https://mintlify.wiki/deuxfleurs-org/garage/cli/environment-variables.md): Environment variables for configuring Garage - [garage key](https://mintlify.wiki/deuxfleurs-org/garage/cli/key.md): Manage S3 access keys - [garage layout](https://mintlify.wiki/deuxfleurs-org/garage/cli/layout.md): Manage cluster layout and node role assignments - [garage node](https://mintlify.wiki/deuxfleurs-org/garage/cli/node.md): Operations on individual Garage nodes - [CLI Overview](https://mintlify.wiki/deuxfleurs-org/garage/cli/overview.md): Garage command-line interface overview and common options - [garage repair](https://mintlify.wiki/deuxfleurs-org/garage/cli/repair.md): Run data repair and maintenance operations - [garage server](https://mintlify.wiki/deuxfleurs-org/garage/cli/server.md): Run the Garage server - [Kubernetes Deployment](https://mintlify.wiki/deuxfleurs-org/garage/deployment/kubernetes.md): Deploy Garage on Kubernetes using Helm or manual configurations - [Multi-Node Cluster Deployment](https://mintlify.wiki/deuxfleurs-org/garage/deployment/multi-node.md): Deploy Garage as a distributed cluster with data replication - [Single-Node Deployment](https://mintlify.wiki/deuxfleurs-org/garage/deployment/single-node.md): Deploy Garage as a single-node server for development and testing - [Running with systemd](https://mintlify.wiki/deuxfleurs-org/garage/deployment/systemd.md): Configure Garage to run as a systemd service on Linux - [Key Features and Capabilities](https://mintlify.wiki/deuxfleurs-org/garage/design/features.md): Explore Garage's feature set and what makes it unique - [Project Goals and Use Cases](https://mintlify.wiki/deuxfleurs-org/garage/design/goals.md): Understanding Garage's design goals and real-world applications - [Internal Architecture](https://mintlify.wiki/deuxfleurs-org/garage/design/internals.md): Deep dive into Garage's internal design and data management - [Related Work and Comparisons](https://mintlify.wiki/deuxfleurs-org/garage/design/related-work.md): How Garage compares to other storage solutions and why alternatives didn't fit - [Installing from Binary Packages](https://mintlify.wiki/deuxfleurs-org/garage/installation/binary-packages.md): Install Garage using package managers on Alpine Linux, Arch Linux, FreeBSD, NixOS, and conda-forge - [Running with Docker](https://mintlify.wiki/deuxfleurs-org/garage/installation/docker.md): Deploy Garage using Docker containers for development and production environments - [Building from Source](https://mintlify.wiki/deuxfleurs-org/garage/installation/from-source.md): Compile Garage from source code with Rust and Cargo - [Application Integrations](https://mintlify.wiki/deuxfleurs-org/garage/integration/applications.md): Integrate popular applications with Garage for scalable object storage - [S3 CLI Tools](https://mintlify.wiki/deuxfleurs-org/garage/integration/cli-tools.md): Connect S3 CLI tools like awscli, s3cmd, rclone, and more to Garage - [Static Website Hosting](https://mintlify.wiki/deuxfleurs-org/garage/integration/websites.md): Deploy and host static websites with Hugo, Jekyll, Publii, and more - [Introduction to Garage](https://mintlify.wiki/deuxfleurs-org/garage/introduction.md): Learn about Garage, a lightweight S3-compatible object storage system designed for geo-distributed deployments - [Managing Cluster Layout](https://mintlify.wiki/deuxfleurs-org/garage/operations/cluster-layout.md): Learn how to manage cluster layouts, assign node roles, and understand partition distribution in Garage - [Data Durability and Repairs](https://mintlify.wiki/deuxfleurs-org/garage/operations/durability-repairs.md): Repair operations to ensure data consistency and durability in your Garage cluster - [Monitoring and Metrics](https://mintlify.wiki/deuxfleurs-org/garage/operations/monitoring.md): Monitor your Garage cluster with Prometheus metrics and health indicators - [Multi-HDD Setup](https://mintlify.wiki/deuxfleurs-org/garage/operations/multi-hdd.md): Configure and manage Garage nodes with multiple storage drives - [Disaster Recovery](https://mintlify.wiki/deuxfleurs-org/garage/operations/recovering.md): Recover from hardware failures, data loss, and corruption in your Garage cluster - [Upgrading Garage](https://mintlify.wiki/deuxfleurs-org/garage/operations/upgrading.md): Learn how to safely upgrade your Garage cluster between versions - [Quick Start Guide](https://mintlify.wiki/deuxfleurs-org/garage/quick-start.md): Get started with Garage in minutes - from installation to your first upload