Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEXTCLOUD_HOST | Yes | Your Nextcloud instance URL (e.g., https://cloud.example.com) | |
| NEXTCLOUD_PASSWORD | Yes | Your Nextcloud app password (generate in Nextcloud → Settings → Security → Devices & sessions) | |
| NEXTCLOUD_USERNAME | Yes | Your Nextcloud username | |
| ENABLE_OFFLINE_ACCESS | No | Enable offline access for OAuth (required for hybrid mode) | |
| ENABLE_SEMANTIC_SEARCH | No | Enable experimental semantic search feature (requires Qdrant + Ollama) | false |
| ENABLE_MULTI_USER_BASIC_AUTH | No | Enable multi-user BasicAuth mode |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |