Browse Plugins

Filters

Categories

All Plugins
29

Version

Keywords

alembic
1
analyzer
1
authentification
1
crud
1
database
4
debug
1
discovery
1
docker
1
gpio
1
hardware
1
ia
2
memory
1
metrics
1
migration
1
monitoring
2
network
1
ollama
1
orm
1
postgres
1
psutil
1
raspberry pi
1
redis
1
schema
1
security
1
sql
1
wifi
1

Dependencies

29 Plugins Found

Showing results for all categories

fastpluggy-ia-tools v0.0.7

No description available

ia Official
5 downloads
Updated 2025-09-24
by unknown
pip install fastpluggy-ia-tools

fastpluggy-minio-tools v0.1.3

# 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.

1 downloads
Updated 2025-11-22
by FastPluggy Team
pip install fastpluggy-minio-tools

Showing 1-2 of 29 plugins