Skip to content

Commit

Permalink
Merge pull request #23 from skrashevich/dev
Browse files Browse the repository at this point in the history
dt 1.13.11.9rc2, ai.server 2.4.7
  • Loading branch information
skrashevich authored Jan 12, 2024
2 parents 70b51d5 + f747585 commit 71bed2c
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 11 deletions.
4 changes: 1 addition & 3 deletions ai.server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
** ATTENTION **

You may need to reinstall the face processing and object detection modules through the AI.Server web interface after this upgrade.
You may need to reinstall some modules through the AI.Server web interface after upgrade.
2 changes: 1 addition & 1 deletion ai.server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ADD --link rootfs /

ENV CONFIG_PATH=/data/options.json
LABEL \
io.hass.version="2.4.6" \
io.hass.version="2.4.7" \
io.hass.type="addon" \
io.hass.arch="aarch64|amd64"

Expand Down
4 changes: 2 additions & 2 deletions ai.server/build.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
build_from:
aarch64: codeproject/ai-server:arm64-2.4.6
amd64: codeproject/ai-server:cpu-2.4.6
aarch64: codeproject/ai-server:arm64-2.4.7
amd64: codeproject/ai-server:cpu-2.4.7
2 changes: 1 addition & 1 deletion ai.server/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CodeProject AI.Server (CPU)
version: 2.4.6
version: 2.4.7
url: https://hub.docker.com/r/codeproject/ai-server
image: ghcr.io/skrashevich/hassio-addon-ai.server-{arch}
panel_icon: mdi:face-recognition
Expand Down
2 changes: 1 addition & 1 deletion double-take-beta/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## [v1.13.11.9rc1](https://github.com/skrashevich/double-take/compare/v1.13.11.8...v1.13.11.9rc1)
## [v1.13.11.9rc2](https://github.com/skrashevich/double-take/compare/v1.13.11.8...v1.13.11.9rc2)

# v1.13.11.9

Expand Down
7 changes: 5 additions & 2 deletions double-take-beta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax = docker/dockerfile:1.4
ARG BUILD_FROM

FROM skrashevich/double-take:1.13.11.9rc1
FROM skrashevich/double-take:1.13.11.9rc2

ARG S6_OVERLAY_VERSION=3.1.6.0
ARG BUILD_ARCH=amd64
Expand Down Expand Up @@ -40,7 +40,7 @@ ADD --link rootfs /

ENV CONFIG_PATH=/data/options.json
LABEL \
io.hass.version="1.13.11.9rc1" \
io.hass.version="1.13.11.9rc2" \
io.hass.type="addon" \
io.hass.arch="aarch64|amd64|armv7"

Expand All @@ -61,6 +61,9 @@ export CONFIG_PATH=$(bashio::config 'CONFIG_PATH')
export SECRETS_PATH=$(bashio::config 'SECRETS_PATH')
export MEDIA_PATH=$(bashio::config 'MEDIA_PATH')
export IPFILTER=$(cat /data/options.json | jq '.IPFILTER')
export MQTT_HOST=$(bashio::services mqtt "host")
export MQTT_USER=$(bashio::services mqtt "username")
export MQTT_PASSWORD=$(bashio::services mqtt "password")

cd /double-take && /bin/bash ./entrypoint.sh
EOT
Expand Down
4 changes: 3 additions & 1 deletion double-take-beta/config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: Double Take (Release Candidate)
version: 1.13.11.9rc1
version: 1.13.11.9rc2
image: ghcr.io/skrashevich/hassio-addon-double-take-beta-{arch}
url: https://double-take.site/redirect.php?location=github
panel_icon: mdi:face-recognition
Expand All @@ -15,6 +15,8 @@ ingress: true
tmpfs: true
init: false
full_access: false
homeassistant_api: true
hassio_api: true
privileged:
- SYS_ADMIN
ingress_port: 3000
Expand Down

0 comments on commit 71bed2c

Please sign in to comment.