config.yaml 532 B

12345678910111213141516171819202122232425
  1. ---
  2. listenAddressSingleHTTPFrontend: 0.0.0.0:11337
  3. logLevel: "WARN"
  4. checkForUpdates: false
  5. showFooter: false
  6. actions:
  7. - title: Placeholder 1
  8. shell: echo "placeholder 1"
  9. - title: Placeholder 2
  10. shell: echo "placeholder 2"
  11. dashboards:
  12. - title: My First Dashboard
  13. contents:
  14. - title: Fieldset 1
  15. type: fieldset
  16. contents:
  17. - title: Folder 1
  18. contents:
  19. - title: Placeholder 1
  20. - title: Folder 2
  21. contents:
  22. - title: Placeholder 2