AppFlowy-Search
AppFlowy-Search
Docker app from vmalinics0's Repository
Overview
Requirements
Runtime arguments
- Network
custom:appflowy- Shell
bash- Privileged
- false
Template configuration
Persistent directory for the full-text (keyword) search index. Must have sufficient free space.
- Target
- /var/lib/appflowy/keyword_index
- Default
- /mnt/user/appdata/AppFlowy-Search/keyword_index
- Value
- /mnt/user/appdata/AppFlowy-Search/keyword_index
PostgreSQL connection string. Must match AppFlowy-Cloud.
- Target
- APPFLOWY_SEARCH_DATABASE_URL
- Default
- postgres://postgres:changeme_strong_password@AppFlowy-Postgres:5432/postgres
- Value
- postgres://postgres:changeme_strong_password@AppFlowy-Postgres:5432/postgres
Redis connection URL.
- Target
- APPFLOWY_SEARCH_REDIS_URL
- Default
- redis://AppFlowy-Redis:6379
- Value
- redis://AppFlowy-Redis:6379
Shared JWT secret. Must be identical to GoTrue and AppFlowy-Cloud.
- Target
- APPFLOWY_GOTRUE_JWT_SECRET
- Default
- changeme_jwt_secret_min32chars!!
- Value
- changeme_jwt_secret_min32chars!!
Set true to use MinIO.
- Target
- APPFLOWY_S3_USE_MINIO
- Default
- true
- Value
- true
S3/MinIO access key.
- Target
- APPFLOWY_S3_ACCESS_KEY
- Default
- minioadmin
- Value
- minioadmin
S3/MinIO secret key.
- Target
- APPFLOWY_S3_SECRET_KEY
- Default
- changeme_minio_secret
- Value
- changeme_minio_secret
S3/MinIO bucket name.
- Target
- APPFLOWY_S3_BUCKET
- Default
- appflowy
- Value
- appflowy
Internal MinIO API URL.
- Target
- APPFLOWY_S3_MINIO_URL
- Default
- http://AppFlowy-MinIO:9000
- Value
- http://AppFlowy-MinIO:9000
AWS S3 region (leave empty for MinIO).
- Target
- APPFLOWY_S3_REGION
OpenAI API key for semantic/vector search and document embeddings. Leave empty to use keyword-only search.
- Target
- AI_OPENAI_API_KEY
Azure-hosted OpenAI API key (alternative to OpenAI). Leave empty if using standard OpenAI.
- Target
- AZURE_OPENAI_API_KEY
Azure OpenAI resource endpoint URL.
- Target
- AZURE_OPENAI_ENDPOINT
Azure OpenAI API version string.
- Target
- AZURE_OPENAI_API_VERSION
Enable full-text keyword search. Recommended: true.
- Target
- APPFLOWY_KEYWORD_SEARCH_ENABLED
- Default
- true
- Value
- true
Continuously index new/updated documents in the background.
- Target
- APPFLOWY_BACKGROUND_INDEXER_ENABLED
- Default
- true
- Value
- true
Enable the keyword indexing worker.
- Target
- APPFLOWY_KEYWORD_WORKER_ENABLED
- Default
- true
- Value
- true
Enable database-level indexing (experimental).
- Target
- APPFLOWY_INDEXER_DATABASE_ENABLED
- Default
- false
- Value
- false
Memory-mapped file size for keyword index in bytes. Default: 2 GiB. Reduce if RAM is limited.
- Target
- APPFLOWY_KEYWORD_INDEX_MAP_SIZE_BYTES
- Default
- 2147483648
- Value
- 2147483648
IP address the search service listens on. :: = all interfaces.
- Target
- APPFLOWY_SEARCH_HOST
- Default
- ::
- Value
- ::
Port the search service listens on (internal).
- Target
- APPFLOWY_SEARCH_PORT
- Default
- 4002
- Value
- 4002
Rust log level.
- Target
- RUST_LOG
- Default
- info
- Value
- info
Categories
Download Statistics
Details
appflowyinc/appflowy_search:latestRun AppFlowy-Search on Unraid.
AppFlowy-Search is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.