Flowise

Flowise

Docker app from Cyberschorsch's Repository

Overview

Open source low-code tool for developers to build customized LLM orchestration flow and AI agents.

Install Flowise on Unraid in a few clicks.

Find Flowise in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.

Open the Apps tab on your Unraid server Search Community Apps for Flowise Review the template variables and paths Click Install

Categories

Download Statistics

6,535,151
Total Downloads
151,659
This Month
144,564
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Explore more like this

Explore all

Details

Repository
flowiseai/flowise
Last Updated2026-06-25
First Seen2024-09-02

Runtime arguments

Web UI
http://[IP]:[PORT:3000]
Network
bridge
Shell
sh
Privileged
false

Template configuration

HTTP PortPorttcp

The HTTP port Flowise runs on

Target
3000
Default
3000
Value
3000
DATABASE_TYPEVariable

Type of database to store the flowise data

Default
sqlite
Value
sqlite
DATABASE_PATHVariable

Location where database is saved (When DATABASE_TYPE is sqlite)

DATABASE_HOSTVariable

Host URL or IP address (When DATABASE_TYPE is not sqlite)

DATABASE_PORTVariable

Database port (When DATABASE_TYPE is not sqlite)

DATABASE_USERVariable

Database username (When DATABASE_TYPE is not sqlite)

DATABASE_PASSWORDVariable

Database password (When DATABASE_TYPE is not sqlite)

DATABASE_NAMEVariable

Database name (When DATABASE_TYPE is not sqlite)

DATABASE_SSLVariable

Database SSL is required (When DATABASE_TYPE is not sqlite)

Default
false
Value
false
STORAGE_TYPEVariable

Type of storage for uploaded files. default is local

Default
local
Value
local
BLOB_STORAGE_PATHVariable

Local folder path where uploaded files are stored when STORAGE_TYPE is local

Default
/root/.flowise/storage
Value
/root/.flowise/storage
Blob Storage PathPathrw
Target
/root/.flowise/storage
Value
/mnt/user/appdata/flowise/storage
S3_STORAGE_BUCKET_NAMEVariable

Bucket name to hold the uploaded files when STORAGE_TYPE is s3

S3_STORAGE_ACCESS_KEY_IDVariable

AWS Access Key

S3_STORAGE_SECRET_ACCESS_KEYVariable

AWS Secret Key

S3_STORAGE_REGIONVariable

Region for S3 bucket

SECRETKEY_PATHVariable

Location where encryption key (used to encrypt/decrypt credentials) is saved

Value
/mnt/cache/appdata/flowise/secrets
DISABLE_FLOWISE_TELEMETRYVariable
Default
true
Value
true
FLOWISE_USERNAMEVariable

Username to login

FLOWISE_PASSWORDVariable

Password to login

APIKEY_PATHVariable

Location where API keys are saved

Default
Flowise/packages/server
Value
/root/.flowise/keys
NUMBER_OF_PROXIESVariable

Rate Limit Proxy

FLOWISE_FILE_SIZE_LIMITVariable

Maximum file size when uploading

Default
50mb
Value
50mb
CORS_ORIGINSVariable

The allowed origins for all cross-origin HTTP calls

IFRAME_ORIGINSVariable

The allowed origins for iframe src embedding

DISABLE_CHATFLOW_REUSEVariable

Disable caching the flow, allowing every interaction of the chatflow will be executed from scratch

SHOW_COMMUNITY_NODESVariable

Display nodes that are created by community

Secrets PathPathrw

Location where encryption key (used to encrypt/decrypt credentials) is saved

Target
/root/.flowise/secrets
Value
/mnt/cache/appdata/flowise/secrets
FLOWISE_SECRETKEY_OVERWRITEVariable

Encryption key to be used instead of the key stored in SECRETKEY_PATH

MODEL_LIST_CONFIG_JSONVariable

Link to load list of models from your models.json config file

Default
https://raw.githubusercontent.com/FlowiseAI/Flowise/main/packages/components/models.json
Value
https://raw.githubusercontent.com/FlowiseAI/Flowise/main/packages/components/models.json
API KeysPathrw
Target
/root/.flowise/keys
Value
/mnt/cache/appdata/flowise/keys