# Listen on all addresses available, port 1337 listenAddressSingleHTTPFrontend: 0.0.0.0:1337 # Choose from INFO (default), WARN and DEBUG logLevel: INFO # Actions (buttons) to show up on the WebUI: actions: # Docs: https://docs.olivetin.app/action-container-control.html - title: Restart Plex icon: plex shell: docker restart plex timeout: 30 - title: Restart Overseerr icon: overseerr shell: docker restart overseerr timeout: 30 - title: Restart VPN Stack shell: curl -H 'X-API-Key:{{ portainer.api_key }}' -X POST http://qnap:9000/api/stacks/218/stop?endpointId=2 && curl -H 'X-API-Key:{{ portainer.api_key }}' -X POST http://qnap:9000/api/stacks/218/start?endpointId=2 timeout: 90