homepage/docs/widgets/services/olivetin.md
2024-03-28 09:38:01 +02:00

875 B

title description
OliveTin OliveTin Widget Configuration

Learn more about OliveTin.

image

OliveTin gives safe and simple access to predefined shell commands from a web interface.

All actions must have an id specified that matches the one from the OliveTin configuration.

!!! note

Currently there is no feedback after triggering an action.
widget:
  type: olivetin
  url: http://olivetin.host.or.ip:port
  actions:
    - id: volume_down # Action id, from OliveTin (https://docs.olivetin.app/action-ids.html)
      label: 🔉
      class: text-xl # Optional, default is "font-thin text-sm"
    - id: volume_toggle
      label: 🔇
      class: text-xl
    - id: volume_up
      label: 🔊
      class: text-xl