AppFlowy-Search
AppFlowy-Search
Aplicación Docker from vmalinics0's Repository
Visión general
Requisitos
Argumentos en tiempo de ejecución
- Red
custom:appflowy- Concha
bash- Privilegiado
- false
Configuración de plantillas
Persistent directory for the full-text (keyword) search index. Must have sufficient free space.
- Objetivo
- /var/lib/appflowy/keyword_index
- Por defecto
- /mnt/user/appdata/AppFlowy-Search/keyword_index
- Valor
- /mnt/user/appdata/AppFlowy-Search/keyword_index
PostgreSQL connection string. Must match AppFlowy-Cloud.
- Objetivo
- APPFLOWY_SEARCH_DATABASE_URL
- Por defecto
- postgres://postgres:changeme_strong_password@AppFlowy-Postgres:5432/postgres
- Valor
- postgres://postgres:changeme_strong_password@AppFlowy-Postgres:5432/postgres
Redis connection URL.
- Objetivo
- APPFLOWY_SEARCH_REDIS_URL
- Por defecto
- redis://AppFlowy-Redis:6379
- Valor
- redis://AppFlowy-Redis:6379
Shared JWT secret. Must be identical to GoTrue and AppFlowy-Cloud.
- Objetivo
- APPFLOWY_GOTRUE_JWT_SECRET
- Por defecto
- changeme_jwt_secret_min32chars!!
- Valor
- changeme_jwt_secret_min32chars!!
Set true to use MinIO.
- Objetivo
- APPFLOWY_S3_USE_MINIO
- Por defecto
- true
- Valor
- true
S3/MinIO access key.
- Objetivo
- APPFLOWY_S3_ACCESS_KEY
- Por defecto
- minioadmin
- Valor
- minioadmin
S3/MinIO secret key.
- Objetivo
- APPFLOWY_S3_SECRET_KEY
- Por defecto
- changeme_minio_secret
- Valor
- changeme_minio_secret
S3/MinIO bucket name.
- Objetivo
- APPFLOWY_S3_BUCKET
- Por defecto
- appflowy
- Valor
- appflowy
Internal MinIO API URL.
- Objetivo
- APPFLOWY_S3_MINIO_URL
- Por defecto
- http://AppFlowy-MinIO:9000
- Valor
- http://AppFlowy-MinIO:9000
AWS S3 region (leave empty for MinIO).
- Objetivo
- APPFLOWY_S3_REGION
OpenAI API key for semantic/vector search and document embeddings. Leave empty to use keyword-only search.
- Objetivo
- AI_OPENAI_API_KEY
Azure-hosted OpenAI API key (alternative to OpenAI). Leave empty if using standard OpenAI.
- Objetivo
- AZURE_OPENAI_API_KEY
Azure OpenAI resource endpoint URL.
- Objetivo
- AZURE_OPENAI_ENDPOINT
Azure OpenAI API version string.
- Objetivo
- AZURE_OPENAI_API_VERSION
Enable full-text keyword search. Recommended: true.
- Objetivo
- APPFLOWY_KEYWORD_SEARCH_ENABLED
- Por defecto
- true
- Valor
- true
Continuously index new/updated documents in the background.
- Objetivo
- APPFLOWY_BACKGROUND_INDEXER_ENABLED
- Por defecto
- true
- Valor
- true
Enable the keyword indexing worker.
- Objetivo
- APPFLOWY_KEYWORD_WORKER_ENABLED
- Por defecto
- true
- Valor
- true
Enable database-level indexing (experimental).
- Objetivo
- APPFLOWY_INDEXER_DATABASE_ENABLED
- Por defecto
- false
- Valor
- false
Memory-mapped file size for keyword index in bytes. Default: 2 GiB. Reduce if RAM is limited.
- Objetivo
- APPFLOWY_KEYWORD_INDEX_MAP_SIZE_BYTES
- Por defecto
- 2147483648
- Valor
- 2147483648
IP address the search service listens on. :: = all interfaces.
- Objetivo
- APPFLOWY_SEARCH_HOST
- Por defecto
- ::
- Valor
- ::
Port the search service listens on (internal).
- Objetivo
- APPFLOWY_SEARCH_PORT
- Por defecto
- 4002
- Valor
- 4002
Rust log level.
- Objetivo
- RUST_LOG
- Por defecto
- info
- Valor
- info
Categorías
Descargar estadísticas
Detalles
appflowyinc/appflowy_search:latestEjecute AppFlowy-Search en Unraid.
AppFlowy-Search se encuentra en Community Apps para Unraid OS. Explore Unraid para crear un servidor doméstico flexible, un NAS o un laboratorio doméstico.