Showing results for all categories
pip install fastpluggy-crypto-daemon-sync
pip install fastpluggy-example-plugin
pip install fastpluggy-usage-cli
pip install fastpluggy-usage-srv
pip install fastpluggy-git-module-manager
Network discovery and monitoring plugin for FastPluggy
pip install fastpluggy-network-node
pip install fastpluggy-database-explorer
SQL Migration plugin for FastPluggy - Simple per-plugin SQL migration system
pip install fastpluggy-sql-migration
pip install fastpluggy-upload-bills
pip install fastpluggy-memory-analyzer
pip install fastpluggy-metrics
pip install fastpluggy-scheduled-query
# MinIO Tools Plugin MinIO plugin for FastPluggy that provides object storage integration with MinIO. ## Features - MinIO client integration - Dashboard for viewing buckets - Global access to MinIO client and streaming functions - Admin interface for MinIO management ## Configuration The plugin requires the following environment variables: - `MINIO_ENDPOINT`: MinIO server endpoint (e.g., 'localhost:9000') - `MINIO_ACCESS_KEY`: Access key for authentication - `MINIO_SECRET_KEY`: Secret key for authentication - `MINIO_SECURE`: Use HTTPS (default: False) ## Usage Once installed, the plugin will: 1. Initialize a MinIO client with your configuration 2. Register the client globally as `minio_client` 3. Register a helper function `minio_get_stream` for streaming objects 4. Provide an admin dashboard at `/admin/minio` ## Installation ```bash pip install fastpluggy-minio-tools ``` ## Development To install in development mode: ```bash pip install -e . ``` ## License See LICENSE file for details.
pip install fastpluggy-minio-tools