AppFlowy-AI
AppFlowy-AI
Docker app from vmalinics0's Repository
Overview
Requirements
Runtime arguments
- Network
custom:appflowy- Shell
sh- Privileged
- false
Template configuration
OpenAI API key. Required unless using Azure OpenAI. Used for chat and embeddings.
- Target
- OPENAI_API_KEY
Azure-hosted OpenAI API key. Use this instead of OPENAI_API_KEY for Azure deployments.
- Target
- AZURE_OPENAI_API_KEY
Azure OpenAI resource endpoint URL (e.g. https://my-resource.openai.azure.com/).
- Target
- AZURE_OPENAI_ENDPOINT
Azure OpenAI API version string (e.g. 2024-02-01).
- Target
- AZURE_OPENAI_API_VERSION
Public-facing base URL. Must match APPFLOWY_BASE_URL in AppFlowy-Cloud.
- Target
- AI_APPFLOWY_HOST
- Default
- http://YOUR_SERVER_IP
- Value
- http://YOUR_SERVER_IP
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!!
PostgreSQL connection string for the AI service (uses psycopg driver syntax).
- Target
- AI_DATABASE_URL
- Default
- postgresql+psycopg://postgres:changeme_strong_password@AppFlowy-Postgres:5432/postgres
- Value
- postgresql+psycopg://postgres:changeme_strong_password@AppFlowy-Postgres:5432/postgres
Redis connection URL.
- Target
- AI_REDIS_URL
- Default
- redis://AppFlowy-Redis:6379
- Value
- redis://AppFlowy-Redis:6379
Set true to use MinIO.
- Target
- AI_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
AWS S3 region (leave empty for MinIO).
- Target
- APPFLOWY_S3_REGION
Internal MinIO API URL.
- Target
- AI_MINIO_URL
- Default
- http://AppFlowy-MinIO:9000
- Value
- http://AppFlowy-MinIO:9000
Port the AI service listens on. Must match AI_SERVER_PORT in AppFlowy-Cloud.
- Target
- AI_SERVER_PORT
- Default
- 5001
- Value
- 5001
Default OpenAI chat model (e.g. gpt-4.1-mini, gpt-4o). Must be available in your OpenAI account.
- Target
- DEFAULT_AI_MODEL
- Default
- gpt-4.1-mini
- Value
- gpt-4.1-mini
Model used for completions/summaries.
- Target
- DEFAULT_AI_COMPLETION_MODEL
- Default
- gpt-4.1-mini
- Value
- gpt-4.1-mini
Categories
Download Statistics
Details
appflowyinc/appflowy_ai:latestRun AppFlowy-AI on Unraid.
AppFlowy-AI is listed in Community Apps for Unraid OS. Explore Unraid to build a flexible home server, NAS, or homelab.