config.yaml 423 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. exec:
  9. - echo
  10. - "Checkbox value: {{ confirm }}"
  11. icon: ping
  12. arguments:
  13. - name: confirm
  14. title: Confirm option
  15. type: checkbox
  16. description: "When checked: 1, when unchecked: 0"
  17. default: false