update
This commit is contained in:
parent
2322a896bf
commit
3c4b52fccf
|
|
@ -19,7 +19,7 @@ services:
|
||||||
|
|
||||||
homeassistant:
|
homeassistant:
|
||||||
container_name: homeassistant
|
container_name: homeassistant
|
||||||
image: homeassistant/home-assistant:2025.1.4
|
image: homeassistant/home-assistant:2025.3.1
|
||||||
volumes:
|
volumes:
|
||||||
- ./homeassistant:/config
|
- ./homeassistant:/config
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
|
|
@ -50,7 +50,6 @@ services:
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
devices:
|
devices:
|
||||||
# - /dev/ttyACM0:/dev/ttyACM0
|
# - /dev/ttyACM0:/dev/ttyACM0
|
||||||
- /dev/ttyACM0:/dev/ttyACM0
|
|
||||||
- /dev/ttyUSB0:/dev/ttyUSB0
|
- /dev/ttyUSB0:/dev/ttyUSB0
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
|
|
|
||||||
|
|
@ -532,3 +532,19 @@
|
||||||
entity_id: 2a315e13dac7a4d0e3a5331216e79a5b
|
entity_id: 2a315e13dac7a4d0e3a5331216e79a5b
|
||||||
domain: switch
|
domain: switch
|
||||||
mode: single
|
mode: single
|
||||||
|
- id: '1743200211639'
|
||||||
|
alias: Keller Fernbedienung an
|
||||||
|
description: ''
|
||||||
|
triggers:
|
||||||
|
- domain: mqtt
|
||||||
|
device_id: 4a84d5b803f02e7e8b28609f429b2585
|
||||||
|
type: action
|
||||||
|
subtype: 'on'
|
||||||
|
trigger: device
|
||||||
|
conditions: []
|
||||||
|
actions:
|
||||||
|
- type: turn_on
|
||||||
|
device_id: 8124b41a35198e5fce97345753af25a2
|
||||||
|
entity_id: c6e2dd01af76651db7bd1720f95768f9
|
||||||
|
domain: switch
|
||||||
|
mode: single
|
||||||
|
|
|
||||||
|
|
@ -110,8 +110,8 @@ recorder:
|
||||||
http:
|
http:
|
||||||
# For extra security set this to only accept connections on localhost if NGINX is on the same machine
|
# For extra security set this to only accept connections on localhost if NGINX is on the same machine
|
||||||
# Uncommenting this will mean that you can only reach Home Assistant using the proxy, not directly via IP from other client
|
# Uncommenting this will mean that you can only reach Home Assistant using the proxy, not directly via IP from other client
|
||||||
ip_ban_enabled: true
|
ip_ban_enabled: false
|
||||||
login_attempts_threshold: 10
|
login_attempts_threshold: 100
|
||||||
use_x_forwarded_for: true
|
use_x_forwarded_for: true
|
||||||
# You must set the trusted proxy IP address so that Home Assistant will properly accept connections
|
# You must set the trusted proxy IP address so that Home Assistant will properly accept connections
|
||||||
# Set this to your NGINX machine IP, or localhost if hosted on the same machine.
|
# Set this to your NGINX machine IP, or localhost if hosted on the same machine.
|
||||||
|
|
@ -122,7 +122,7 @@ auth_header:
|
||||||
# Optionally set this if you're not using authentik proxy or oauth2_proxy
|
# Optionally set this if you're not using authentik proxy or oauth2_proxy
|
||||||
# username_header: X-Forwarded-Preferred-Username
|
# username_header: X-Forwarded-Preferred-Username
|
||||||
# Optionally set this if you don't want to bypass the login prompt
|
# Optionally set this if you don't want to bypass the login prompt
|
||||||
# allow_bypass_login: false
|
#allow_bypass_login: false
|
||||||
# Optionally enable debug mode to see the headers Home-Assistant gets
|
# Optionally enable debug mode to see the headers Home-Assistant gets
|
||||||
debug: true
|
debug: true
|
||||||
# Optionally, if something is not working right, add this block below to get more information
|
# Optionally, if something is not working right, add this block below to get more information
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
services:
|
services:
|
||||||
jellyfin:
|
jellyfin:
|
||||||
image: jellyfin/jellyfin
|
image: jellyfin/jellyfin:10.10.6
|
||||||
container_name: jellyfin
|
container_name: jellyfin
|
||||||
user: 1000:1000
|
user: 1000:1000
|
||||||
# network_mode: 'host'
|
# network_mode: 'host'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue