updates, README
This commit is contained in:
parent
5f92b99705
commit
cfb543d680
11
README.md
11
README.md
|
|
@ -7,3 +7,14 @@ The traefik proxy does not run on this machine but it's own LXC container on pro
|
||||||
|
|
||||||
Stop home assistant first if jellyfin isn't starting.
|
Stop home assistant first if jellyfin isn't starting.
|
||||||
|
|
||||||
|
## Drives (view from the ubuntu guest)
|
||||||
|
|
||||||
|
| Device | Size | Mount Point | Usage |
|
||||||
|
|--------|---------|----------------------|---------------------------|
|
||||||
|
| sda | 1.2TB | `/` (root) | System disk |
|
||||||
|
| sdb | 4.5TB | `/media/extension` | Media storage (Jellyfin/Samba) |
|
||||||
|
| sdc | 3.4TB | `/media/ssd` | Additional Samba shares |
|
||||||
|
|
||||||
|
## Backup Strategies
|
||||||
|
|
||||||
|
TODO
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
openwebui:
|
openwebui:
|
||||||
image: ghcr.io/open-webui/open-webui:0.6.5
|
image: ghcr.io/open-webui/open-webui:0.6.15
|
||||||
container_name: open-webui
|
container_name: open-webui
|
||||||
restart: always
|
restart: always
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
|
|
@ -521,6 +521,9 @@
|
||||||
- condition: time
|
- condition: time
|
||||||
after: 06:12:00
|
after: 06:12:00
|
||||||
before: 08:30:00
|
before: 08:30:00
|
||||||
|
- condition: numeric_state
|
||||||
|
entity_id: counter.bewegung_kueche
|
||||||
|
below: 1
|
||||||
actions:
|
actions:
|
||||||
- action: light.turn_on
|
- action: light.turn_on
|
||||||
metadata: {}
|
metadata: {}
|
||||||
|
|
@ -531,6 +534,10 @@
|
||||||
device_id: a09f77bde7ba5098df0c3ec599ca7377
|
device_id: a09f77bde7ba5098df0c3ec599ca7377
|
||||||
entity_id: 2a315e13dac7a4d0e3a5331216e79a5b
|
entity_id: 2a315e13dac7a4d0e3a5331216e79a5b
|
||||||
domain: switch
|
domain: switch
|
||||||
|
- action: counter.increment
|
||||||
|
target:
|
||||||
|
entity_id: counter.bewegung_kueche
|
||||||
|
data: {}
|
||||||
mode: single
|
mode: single
|
||||||
- id: '1743200211639'
|
- id: '1743200211639'
|
||||||
alias: Keller Fernbedienung an
|
alias: Keller Fernbedienung an
|
||||||
|
|
@ -548,3 +555,17 @@
|
||||||
entity_id: c6e2dd01af76651db7bd1720f95768f9
|
entity_id: c6e2dd01af76651db7bd1720f95768f9
|
||||||
domain: switch
|
domain: switch
|
||||||
mode: single
|
mode: single
|
||||||
|
- id: '1746795409856'
|
||||||
|
alias: Zähler Küche zurücksetzen
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- trigger: time
|
||||||
|
at: 00:00:00
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- action: counter.reset
|
||||||
|
metadata: {}
|
||||||
|
data: {}
|
||||||
|
target:
|
||||||
|
entity_id: counter.bewegung_kueche
|
||||||
|
mode: single
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue