Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
services:olivetin [2025/05/11 18:25] – [Configuration] willy | services:olivetin [2025/05/11 18:27] (current) – [Configuration] willy | ||
---|---|---|---|
Line 130: | Line 130: | ||
- title: Stop {{ container.name }} | - title: Stop {{ container.name }} | ||
shell: '{{ container.command }} stop' | shell: '{{ container.command }} stop' | ||
+ | icon: ping | ||
+ | popupOnStart: | ||
+ | entity: container | ||
+ | triggers: | ||
+ | - Update containers | ||
+ | |||
+ | - title: Update {{ container.name }} | ||
+ | shell: '{{ container.command }} update' | ||
icon: ping | icon: ping | ||
popupOnStart: | popupOnStart: | ||
Line 189: | Line 197: | ||
- title: "Start {{ container.name }}" | - title: "Start {{ container.name }}" | ||
- title: "Stop {{ container.name }}" | - title: "Stop {{ container.name }}" | ||
+ | - title: " | ||
</ | </ | ||