# Plugins image Plugins

Which plugins to use.

Feel free to create plugins 😉


Configuration syntax:

Directive Format Example

Run_Lines

Plugins:
  - name: AnyName
    script: path/to/plugin/run.sh
Plugins:
  - name: make_backup
    script: plugins/make_backup/run.sh

Note that the path/to/plugin/ should always end with run.sh. (the snippet that should be used.)