config.yaml 1019 B

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