config.yaml 372 B

1234567891011121314151617
  1. ---
  2. listenAddressSingleHTTPFrontend: 0.0.0.0:11337
  3. logLevel: "WARN"
  4. checkForUpdates: false
  5. showFooter: false
  6. actions:
  7. - title: Save text to file
  8. shell: 'echo "{{ content }}" > file'
  9. arguments:
  10. - type: raw_string_multiline
  11. name: content
  12. title: Content
  13. default: |
  14. Line one of the message
  15. Line two of the message