qexed_plugin_download

  • Commit: a40e7105530a7578ed7a19f6e2fbacef4c10f2e6
  • Language: en
  • Config file: config/qexed_plugin_download.toml
  • Field count: 4
  • Description: qexed_plugin_download.toml: plugin download source and authentication settings.
TOML preview
Paste or upload a config file. Matching fields update in the table.
qexed_plugin_download.toml
Paste or upload TOML to preview current values.
PathTypeDefaultCurrentDescriptionNotice
plugin_downloadobjectSee #plugin_downloadSee #plugin_downloadPlugin download settingsNone

Complex Type Details

plugin_download

Type
object
Default
None
Current
Paste or upload TOML to preview current values.
Description
Plugin download settings
None
PathTypeDefaultCurrentDescriptionNotice
plugin_download.downloadstring"https://api.example.com/plugins/"Paste or upload TOML to preview current values.Plugin download URL
  • Warning: Use a trusted download server. This URL is used when fetching plugin metadata or plugin packages.
plugin_download.download_tokenstring<stored in .secrets>Paste or upload TOML to preview current values.Plugin download authentication token
  • Warning: This token is sensitive. Do not share generated configuration files publicly without rotating it.
plugin_download.enablebooleanfalsePaste or upload TOML to preview current values.Enable plugin downloads
  • Migration: The field name is kept compatible with the old qexed_config crate.