config.yaml 557 B

123456789101112131415161718192021222324252627282930
  1. ---
  2. listenAddressSingleHTTPFrontend: 0.0.0.0:11337
  3. logLevel: "WARN"
  4. checkForUpdates: false
  5. showFooter: false
  6. sectionNavigationStyle: sidebar
  7. actions:
  8. - title: Check disk space
  9. icon: disk
  10. shell: df -h /
  11. - title: Setup easy SSH
  12. icon: ssh
  13. shell: echo ssh
  14. - title: My Servers ping
  15. icon: ping
  16. shell: echo ping
  17. - title: My Containers list
  18. icon: disk
  19. shell: echo list
  20. dashboards:
  21. - title: My Servers
  22. contents:
  23. - title: My Servers ping
  24. - title: My Containers
  25. contents:
  26. - title: My Containers list