Module autoscan

Source
Expand description

Autoscan - autoscan compatibility trigger

Provides a trigger with compatibility for applications that are built for autoscan

§Example

triggers:
  my_autoscan:
    type: autoscan

or

triggers:
  my_autoscan:
    type: autoscan
    rewrite:
      from: "/downloads/all"
      to: "/all"
    timer:
      wait: 30
    excludes: [ "ignored_target" ]

See Autoscan for all options

Structs§

Autoscan
AutoscanQueryParams
Autoscan trigger query parameters