config.yaml 422 B

1234567891011121314151617181920
  1. ---
  2. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  3. logLevel: "DEBUG"
  4. checkForUpdates: false
  5. actions:
  6. - title: Hello world
  7. shell: echo {{ message }}
  8. icon: ping
  9. arguments:
  10. - name: message
  11. description: The message you want to print out on the shell.
  12. title: Your Message
  13. default: Hello World
  14. type: ascii_sentence
  15. - title: Simple action
  16. shell: echo Hi
  17. icon: ping