# There is a built-in micro proxy that will host the webui and REST API all on # one port (this is called the "Single HTTP Frontend") and means you just need # one open port in the container/firewalls/etc. # # Listen on all addresses available, port 1337 listenAddressSingleHTTPFrontend: 0.0.0.0:1337 # Choose from INFO (default), WARN and DEBUG logLevel: "INFO" # Checking for updates https://docs.olivetin.app/reference/updateChecks.html checkForUpdates: false # Docs: https://docs.olivetin.app/action_execution/create_your_first.html actions: - title: Restart VPN shell: nordvpn c timeout: 10 icon: ssh popupOnStart: execution-dialog-stdout-only - title: Run SnapRAID Sync shell: snapraid sync maxConcurrent: 1 timeout: 6000 icon: backup popupOnStart: execution-dialog - title: Restart App icon: restart shell: systemctl restart {{ container }} timeout: 180 arguments: - name: container title: App choices: - value: sickgear - value: transmission - value: qbittorrent - value: homepage - title: Reboot Server icon: ashtonished shell: systemctl reboot popupOnStart: default arguments: - type: confirmation title: Are you sure?!