This repository has been archived by the owner on Jan 14, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This add-on is now using a new image. This makes the installation more stable and faster. It also updates Assistant Relay to version 3.0.5
- Loading branch information
Showing
5 changed files
with
14 additions
and
46 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,4 @@ | ||
## 5.5 | ||
Moving to a different base image to support armv7 (Raspberry Pi). | ||
## 6.3 | ||
This add-on is now using a new image. This makes the installation more stable and faster. | ||
|
||
## 5.4: | ||
This update changes the location of the audio responses which are showed in the webinterface. This fix the issue that they get lost after en restart or update. | ||
|
||
It is not required to do the setup again to keep using this addon, but to get the audio responses in the webinterface working you have to reinstall and reconfigure. | ||
It also updates Assistant Relay to version 3.0.5 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,10 @@ | ||
ARG BUILD_FROM | ||
FROM node | ||
FROM $BUILD_FROM | ||
|
||
ENV LANG C.UTF-8 | ||
|
||
|
||
RUN mkdir /assistant_relay \ | ||
&& npm i pm2 -g | ||
|
||
WORKDIR /assistant_relay | ||
|
||
RUN wget https://github.com/greghesp/assistant-relay/releases/download/v3.0.3/release.zip \ | ||
&& unzip release.zip \ | ||
&& rm release.zip \ | ||
&& sed -i -e 's#./bin/config.json#/data/config.json#g' /assistant_relay/helpers/server.js \ | ||
&& sed -i -e 's#./bin/config.json#/data/config.json#g' /assistant_relay/helpers/assistant.js \ | ||
&& sed -i -e 's#./bin/config.json#/data/config.json#g' /assistant_relay/helpers/auth.js \ | ||
&& sed -i -e 's#./bin/config.json#/data/config.json#g' /assistant_relay/routes/index.js \ | ||
&& sed -i -e 's#./bin/config.json#/data/config.json#g' /assistant_relay/routes/server.js \ | ||
&& sed -i -e 's#./bin/config.json#/data/config.json#g' /assistant_relay/bin/www \ | ||
&& sed -i -e 's#./bin/config.json#/data/config.json#g' /assistant_relay/routes/server.js \ | ||
&& sed -i -e 's#../bin/audio-responses/#/data/audio-responses/#g' /assistant_relay/helpers/server.js \ | ||
&& sed -i -e 's#../bin/audio-responses/#/data/audio-responses/#g' /assistant_relay/routes/server.js \ | ||
&& sed -i -e 's#bin/audio-responses/#/data/audio-responses/#g' /assistant_relay/helpers/server.js \ | ||
&& npm i | ||
|
||
COPY run.sh / | ||
RUN chmod a+x /run.sh | ||
CMD [ "/run.sh" ] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,6 @@ | ||
## 5.7 | ||
## 6.3 | ||
This add-on is now using a new image. This makes the installation more stable and faster. | ||
|
||
New image | ||
It also updates Assistant Relay to version 3.0.5 | ||
|
||
## 5.6 | ||
Update to Assistant Relay v3.0.4: | ||
|
||
- Bug fixed in Sandbox JSON creation | ||
- Fixed naming convention in Sandbox | ||
|
||
## 5.5 | ||
Moving to a different base image to support armv7 (Raspberry Pi). | ||
|
||
## 5.4: | ||
This update changes the location of the audio responses which are showed in the webinterface. This fix the issue that they get lost after en restart or update. | ||
|
||
It is not required to do the setup again to keep using this addon, but to get the audio responses in the webinterface working you have to reinstall and reconfigure. | ||
At the moment the beta is identical to the current release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters