4
0

config.yaml 374 B

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