This commit is contained in:
Errol Sancaktar 2025-03-27 20:31:26 -06:00
parent 60fe1c8f31
commit bce1b8c08b
7 changed files with 9 additions and 11 deletions

View File

@ -12,7 +12,7 @@ let
PATH=$PATH:/run/current-system/sw/bin
# Define version variable
VERSION="2024.1.2"
VERSION="2025.3.4"
# Define the container ID file path
CIDFILE="/var/run/$SERVICE/$SERVICE.ctr-id"
@ -51,8 +51,6 @@ let
# Run your command after the container starts
echo "Home Assistant container started. Running post-start command."
# Replace the following line with the command you want to run
podman exec $SERVICE bash -c "for i in ics httpx_auth alexapy==1.29.5 moonraker_api py-gasbuddy pyonwater hass_web_proxy_lib; do uv pip install \$i --index-strategy unsafe-first-match; done"
'';

View File

@ -11,7 +11,7 @@ let
PATH=$PATH:/run/current-system/sw/bin
# Define version variable
VERSION="1.5.2"
VERSION="1.4.0-ls46"
CIDFILE="/var/run/$SERVICE/$SERVICE.ctr-id"
@ -30,16 +30,16 @@ let
-d \
--replace \
-e TZ='America/Denver' \
-e WHISPER_MODEL=tiny-int8 \
-e WHISPER_BEAM=1 \
-e WHISPER_LANG=en \
-e PIPER_VOICE=en_GB-jenny_dioco-medium \
-e PIPER_LENGTH=1.0 \
-e PIPER_PROCS=1 \
-v /config/piper:/data \
-v /run/dbus:/run/dbus:ro \
-v /etc/localtime:/etc/localtime:ro \
--network=iotnet \
--dns=8.8.8.8 \
--publish=10200 \
rhasspy/wyoming-piper:$VERSION
lscr.io/linuxserver/piper:$VERSION
'';
in
{

View File

@ -11,7 +11,7 @@ let
PATH=$PATH:/run/current-system/sw/bin
# Define version variable
VERSION="2.4.0-ls64"
VERSION="v2.4.0-ls64"
CIDFILE="/var/run/$SERVICE/$SERVICE.ctr-id"

View File

@ -11,7 +11,7 @@ let
PATH=$PATH:/run/current-system/sw/bin
# Define version variable
VERSION="2.0.0"
VERSION="2.1.3"
CIDFILE="/var/run/$SERVICE/$SERVICE.ctr-id"

View File

@ -11,7 +11,7 @@ let
PATH=$PATH:/run/current-system/sw/bin
# Define version variable
VERSION="9.29.1"
VERSION="10.1.3"
# Define the container ID file path
CIDFILE="/var/run/$SERVICE/$SERVICE.ctr-id"