AppFlowy-Search

AppFlowy-Search

Aplicación Docker from vmalinics0's Repository

Visión general

Step 6/7: AppFlowy Search — full-text and semantic (AI-powered) search service for AppFlowy Cloud documents. Part of the AppFlowy Cloud stack.

Requisitos

Custom Docker network named "appflowy" must exist before deploying any container in this stack. Create it via SSH or the Unraid terminal: docker network create appflowy — Network Type is pre-set to "appflowy" by default, verify it is selected.

Argumentos en tiempo de ejecución

Red
custom:appflowy
Concha
bash
Privilegiado
false

Configuración de plantillas

Keyword Index DirectoryPathrw

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
Database URLVariable

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 URLVariable

Redis connection URL.

Objetivo
APPFLOWY_SEARCH_REDIS_URL
Por defecto
redis://AppFlowy-Redis:6379
Valor
redis://AppFlowy-Redis:6379
JWT SecretVariable

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!!
Use MinIOVariable

Set true to use MinIO.

Objetivo
APPFLOWY_S3_USE_MINIO
Por defecto
true
Valor
true
S3 Access KeyVariable

S3/MinIO access key.

Objetivo
APPFLOWY_S3_ACCESS_KEY
Por defecto
minioadmin
Valor
minioadmin
S3 Secret KeyVariable

S3/MinIO secret key.

Objetivo
APPFLOWY_S3_SECRET_KEY
Por defecto
changeme_minio_secret
Valor
changeme_minio_secret
S3 BucketVariable

S3/MinIO bucket name.

Objetivo
APPFLOWY_S3_BUCKET
Por defecto
appflowy
Valor
appflowy
MinIO URL (internal)Variable

Internal MinIO API URL.

Objetivo
APPFLOWY_S3_MINIO_URL
Por defecto
http://AppFlowy-MinIO:9000
Valor
http://AppFlowy-MinIO:9000
S3 RegionVariable

AWS S3 region (leave empty for MinIO).

Objetivo
APPFLOWY_S3_REGION
OpenAI API KeyVariable

OpenAI API key for semantic/vector search and document embeddings. Leave empty to use keyword-only search.

Objetivo
AI_OPENAI_API_KEY
Azure OpenAI API KeyVariable

Azure-hosted OpenAI API key (alternative to OpenAI). Leave empty if using standard OpenAI.

Objetivo
AZURE_OPENAI_API_KEY
Azure OpenAI EndpointVariable

Azure OpenAI resource endpoint URL.

Objetivo
AZURE_OPENAI_ENDPOINT
Azure OpenAI API VersionVariable

Azure OpenAI API version string.

Objetivo
AZURE_OPENAI_API_VERSION
Keyword Search EnabledVariable

Enable full-text keyword search. Recommended: true.

Objetivo
APPFLOWY_KEYWORD_SEARCH_ENABLED
Por defecto
true
Valor
true
Background Indexer EnabledVariable

Continuously index new/updated documents in the background.

Objetivo
APPFLOWY_BACKGROUND_INDEXER_ENABLED
Por defecto
true
Valor
true
Keyword Worker EnabledVariable

Enable the keyword indexing worker.

Objetivo
APPFLOWY_KEYWORD_WORKER_ENABLED
Por defecto
true
Valor
true
Database Indexer EnabledVariable

Enable database-level indexing (experimental).

Objetivo
APPFLOWY_INDEXER_DATABASE_ENABLED
Por defecto
false
Valor
false
Keyword Index Map Size (bytes)Variable

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
Listen HostVariable

IP address the search service listens on. :: = all interfaces.

Objetivo
APPFLOWY_SEARCH_HOST
Por defecto
::
Valor
::
Listen PortVariable

Port the search service listens on (internal).

Objetivo
APPFLOWY_SEARCH_PORT
Por defecto
4002
Valor
4002
Log LevelVariable

Rust log level.

Objetivo
RUST_LOG
Por defecto
info
Valor
info

Descargar estadísticas

17,948
Descargas totales

Detalles

Repositorio
appflowyinc/appflowy_search:latest
Última actualización2026-05-25
Visto por primera vez2026-05-26

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