Initial commit

This commit is contained in:
2025-11-06 20:28:41 +01:00
commit 5fc4fbcef3
182 changed files with 4742 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
[Volume]
Copy=true
Device=/var/mnt/nas/containers/homeassistant/storage/config
Driver=local
Options=bind
Type=none
VolumeName=homeassistant-config

View File

@@ -0,0 +1,7 @@
[Volume]
Copy=true
Device=/var/mnt/nas/containers/homeassistant/storage/ssh
Driver=local
Options=bind
Type=none
VolumeName=homeassistant-ssh

View File

@@ -0,0 +1,21 @@
[Unit]
Description=Homeassistant container
[Container]
AutoUpdate=registry
ContainerName=homeassistant
Environment=PUID=1006
Environment=PGID=1006
Environment=TZ=Europe/Zurich
Image=lscr.io/linuxserver/homeassistant:latest
Pod=homeassistant.pod
StartWithPod=true
Timezone=Europe/Zurich
Volume=homeassistant-config.volume:/config
Volume=homeassistant-ssh.volume:/root/.ssh
[Service]
Restart=always
[Install]
WantedBy=default.target

View File

@@ -0,0 +1,3 @@
[Pod]
PodName=homeassistant
PublishPort=9003:8123