showNavigation: false logLevel: "INFO" showNewVersions: false showFooter: false actions: - title: "Start Navigation Stack" shell: docker start ros2_rmp-navigation-1 icon: '' - title: "Stop Navigation Stack" shell: docker stop ros2_rmp-navigation-1 icon: '' - title: "Start Mapping" shell: docker start ros2_rmp-mapping-1 icon: '' - title: "Stop Mapping" shell: docker stop ros2_rmp-mapping-1 icon: '' - title: "Restart Teleop" icon: '' shell: docker restart ros2_rmp-teleop-1 - title: Restart or Shutdown System icon: restart shell: systemctl {{ choice }} arguments: - name: choice title: Pick one choices: - value: reboot - value: shutdown # This will SSH into a server an run the command 'service httpd restart' # - title: Restart httpd on Server 1 # shell: ssh bjorn@loki.local 'echo "it works"' # icon: ping # timeout: 5