config.yaml 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ---
  2. listenAddressSingleHTTPFrontend: 0.0.0.0:11337
  3. logLevel: "WARN"
  4. checkForUpdates: false
  5. showFooter: false
  6. showNavigation: false
  7. actions:
  8. - title: Ping the Internet
  9. icon: ping
  10. shell: ping -c 1 127.0.0.1
  11. - title: Check disk space
  12. icon: disk
  13. shell: df -h
  14. - title: check dmesg logs
  15. icon: logs
  16. shell: dmesg | tail -n 1
  17. - title: date
  18. icon: clock
  19. shell: date
  20. - title: Run backup script
  21. icon: backup
  22. shell: echo backup
  23. - title: Ping host
  24. icon: ping
  25. shell: ping -c 1 127.0.0.1
  26. - title: Restart Docker Container
  27. icon: restart
  28. shell: echo restart
  29. - title: Delete old backups
  30. icon: ashtonished
  31. shell: echo delete
  32. - title: Get OliveTin Theme
  33. icon: theme
  34. shell: echo theme
  35. - title: Setup easy SSH
  36. icon: ssh
  37. shell: echo ssh
  38. - title: Restart httpd on server1
  39. icon: restart
  40. shell: echo restart httpd
  41. - title: Toggle GPIO light
  42. icon: light
  43. shell: echo toggle
  44. - title: Run Automation Playbook
  45. icon: robot
  46. shell: echo ansible