update tags

This commit is contained in:
Errol Sancaktar 2025-01-17 22:13:01 -07:00
parent 5ea58675f6
commit 369016a250
3 changed files with 4 additions and 3 deletions

View File

@ -52,7 +52,7 @@ 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 moonraker_api alexapy gasbuddy pyonwater hass_web_proxy_lib; do uv pip install \$i --index-strategy unsafe-first-match; done"
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="2.3.2"
VERSION="2.3.3"
# Define the container ID file path
CIDFILE="/var/run/$SERVICE/$SERVICE.ctr-id"
@ -31,6 +31,7 @@ let
--sdnotify=conmon \
-d \
--replace \
--cap-add=NET_RAW \
-e TZ='America/Denver' \
-v /config/music-assistant:/data \
-v /run/dbus:/run/dbus:ro \

View File

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