config.yaml 412 B

12345678910111213141516171819
  1. ---
  2. listenAddressSingleHTTPFrontend: 0.0.0.0:1337
  3. logLevel: "DEBUG"
  4. checkForUpdates: false
  5. defaultPopupOnStart: execution-dialog
  6. actions:
  7. - title: Test checkbox argument
  8. shell: "echo 'Checkbox value: {{ confirm }}'"
  9. icon: ping
  10. arguments:
  11. - name: confirm
  12. title: Confirm option
  13. type: checkbox
  14. description: "When checked: 1, when unchecked: 0"
  15. default: false