Admin Settings¶
MetaVox administration settings are accessible at Settings > Administration > MetaVox.

Settings¶
AI Metadata Generation¶
Toggle automatic AI metadata suggestions on or off for all users.
- Default: Disabled
- Requires: A Nextcloud AI task processing provider (e.g., LLM2 app)
When enabled, users see an "AI Autofill" button in the metadata sidebar that generates metadata suggestions based on file content.
See AI Autofill for details.
Telemetry¶
Toggle anonymous usage reporting on or off.
- Default: Enabled
- Privacy: Only aggregate counts are transmitted (no file names, user names, or metadata values)
See Telemetry for details.
Settings API¶
Get settings¶
Response:
Save settings¶
curl -X POST "https://your-nextcloud.com/apps/metavox/api/settings" \
-H "Content-Type: application/json" \
-b "session-cookie" \
-d '{"ai_enabled": true}'
See Also¶
- Installation - Initial setup
- AI Autofill - AI feature documentation
- Telemetry - Usage reporting
- Backup & Restore - Metadata backups