apiVersion: 1 providers: # an unique provider name. Required - name: 'MangaDex@Home dashboards provider' # provider type. Default to 'file' type: file # disable dashboard deletion disableDeletion: true # how often Grafana will scan for changed dashboards updateIntervalSeconds: 10 # allow updating provisioned dashboards from the UI allowUiUpdates: false options: # path to dashboard files on disk. Required when using the 'file' type path: /etc/grafana/dashboards # use folder names from filesystem to create folders in Grafana foldersFromFilesStructure: true