config.yaml 669 B

12345678910111213141516171819202122232425262728293031323334353637
  1. ---
  2. listenAddressSingleHTTPFrontend: 0.0.0.0:11337
  3. logLevel: "WARN"
  4. checkForUpdates: false
  5. showFooter: false
  6. actionGroups:
  7. jobs:
  8. maxConcurrent: 1
  9. queueSize: 5
  10. actions:
  11. - title: Restart service
  12. icon: restart
  13. onclick: execution-dialog
  14. shell: echo "Service restarted"
  15. - title: Long task
  16. shell: sleep 120
  17. timeout: 300
  18. groups: [jobs]
  19. - title: Backup job
  20. shell: sleep 120
  21. timeout: 300
  22. groups: [jobs]
  23. dashboards:
  24. - title: Action button layout
  25. contents:
  26. - title: Examples
  27. type: fieldset
  28. contents:
  29. - title: Restart service
  30. - title: Long task
  31. - title: Backup job