Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
4.1.0
Browse files Browse the repository at this point in the history
Changed slug and other fix

thanks @jarlesb
  • Loading branch information
sdesalve committed Nov 29, 2023
1 parent acea7e6 commit a5ac4a4
Show file tree
Hide file tree
Showing 5 changed files with 69 additions and 66 deletions.
3 changes: 3 additions & 0 deletions dss_voipARM/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 4.1.0
⬆️ Changed slug to dss_voiparm

## 4.0.0
⬆️ Changed name to "DSS VoIP Notifier for ARM"
⬆️ Upgraded base addon
Expand Down
8 changes: 4 additions & 4 deletions dss_voipARM/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ COPY rootfs /

# Setup base
RUN apk add --no-cache \
coreutils=9.0-r2 \
wget=1.21.2-r2 \
coreutils \
wget \
sox \
pjsua \
screen \
Expand All @@ -42,8 +42,8 @@ LABEL \
org.opencontainers.image.authors="SDeSalve <[email protected]>" \
org.opencontainers.image.licenses="CC Attribution-NonCommercial 4.0 International" \
org.opencontainers.image.url="https://sdesalve.it" \
org.opencontainers.image.source="https://github.com/sdesalve/hassio-addons/tree/master/dss_voipARM" \
org.opencontainers.image.documentation="https://github.com/sdesalve/hassio-addons/tree/master/dss_voipARM/README.md" \
org.opencontainers.image.source="https://github.com/sdesalve/hassio-addons/tree/master/dss_voiparm" \
org.opencontainers.image.documentation="https://github.com/sdesalve/hassio-addons/tree/master/dss_voiparm/README.md" \
org.opencontainers.image.created=${BUILD_DATE} \
org.opencontainers.image.revision=${BUILD_REF} \
org.opencontainers.image.version=${BUILD_VERSION}
4 changes: 2 additions & 2 deletions dss_voipARM/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ You will need to call this addon from your Hass.io `automation`/`script` usign f
...
- service: hassio.addon_stdin
data_template:
addon: 89275b70_dss_voipARM
addon: 89275b70_dss_voiparm
input: {"call_sip_uri":"sip:[email protected]","message_tts":"Write here your message"}
...
```
Expand Down Expand Up @@ -285,7 +285,7 @@ See [LICENSE][license]
[hassiohelp]: https://t.me/HassioHelp
[googletts]: https://www.home-assistant.io/components/google_translate
[gatracking]: https://ssl.google-analytics.com/collect?v=1&t=event&ec=github&ea=view&t=event&tid=UA-145414045-1&z=1565415715&cid=5940b69c-91c9-9ba5-290b-beb31c9d76fb&dt=DSS%20VoIP%20Notifier%20-%20README&dp=/DSS%20VoIP%20Notifier%20-%20README
[license]: https://github.com/sdesalve/hassio-addons/blob/master/dss_voipARM/LICENSE.md
[license]: https://github.com/sdesalve/hassio-addons/blob/master/dss_voiparm/LICENSE.md
[pjsuaman]: https://www.pjsip.org/pjsua.htm#cmdline
[soxman]: http://sox.sourceforge.net/sox.html
[pbxesurl]: https://www.pbxes.com
Expand Down
6 changes: 3 additions & 3 deletions dss_voipARM/config.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "DSS VoIP Notifier for ARM",
"version": "4.0.0",
"slug": "dss_voipARM",
"url": "https://github.com/sdesalve/hassio-addons/tree/master/dss_voipARM",
"version": "4.1.0",
"slug": "dss_voiparm",
"url": "https://github.com/sdesalve/hassio-addons/tree/master/dss_voiparm",
"description": "VoIP Notifier for Home Assistant (for ARM processors)",
"arch": ["aarch64", "armhf", "armv7","amd64","i386"],
"startup": "application",
Expand Down
Loading

0 comments on commit a5ac4a4

Please sign in to comment.