Skip to content

Datasources

Rello edited this page Aug 25, 2026 · 8 revisions

Data sources

See the Data source reference for a current table of built-in sources, IDs, and common options.

Analytics includes External and Local CSV/JSON, Local Spreadsheet, GitHub, and HTML grabber sources. The Internal Database type is the storage target for manually entered data, API writes, and data loads; it is not an external reader.

Registered sources are provided by other Nextcloud apps. Their displayed ID is 99 followed by the extension’s getId() value.

Disable sources globally

An administrator can disable sources by ID:

occ config:app:set analytics disabledDataSources --type=string --value="1,3,4"

Built-in IDs are Local CSV 1, GitHub 3, External CSV 4, HTML grabber 5, External JSON 6, Local Spreadsheet 7, and Local JSON 8. Extension IDs depend on the installed extension; do not copy an ID from another instance without verifying it.

Clone this wiki locally