Block a user
devmel_hass_airsend-addon (latest)
Published 2026-07-08 08:43:12 +02:00 by stephane.david
Installation
docker pull gitea.sda.zone/stephane.david/devmel_hass_airsend-addon:latestsha256:03f279ae870c297f468bec03be0c2c06fc2e7c83b8f23076480aee368e264c57
Images
| Digest | OS / Arch | Size |
|---|---|---|
| f3e3bd7ab1 | linux/amd64 | 45 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.22.4-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| COPY / / # buildkit |
| ENTRYPOINT ["/init"] |
| SHELL [/bin/ash -o pipefail -c] |
| ARG EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/ |
| ENV LANG=C.UTF-8 S6_BEHAVIOUR_IF_STAGE2_FAILS=2 S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 S6_CMD_WAIT_FOR_SERVICES=1 S6_SERVICES_READYTIME=50 PIP_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/ UV_EXTRA_INDEX_URL=https://wheels.home-assistant.io/musllinux-index/ |
| LABEL io.hass.type=base io.hass.base.name=alpine |
| ENV HASS_HOST= |
| ENV HASS_TOKEN= |
| ENV HASS_AUTOINCLUDE=0 |
| ENV HTTPS=1 |
| COPY nginx.conf /etc/nginx/nginx.conf # buildkit |
| COPY hassapi.class.php /home # buildkit |
| COPY hass_cb.php /home # buildkit |
| COPY sync_hass_states.php /home # buildkit |
| COPY state_post.sh /home # buildkit |
| COPY states_get.sh /home # buildkit |
| COPY run.sh / # buildkit |
| RUN /bin/ash -o pipefail -c chmod a+x /home/state_post.sh # buildkit |
| RUN /bin/ash -o pipefail -c chmod a+x /home/states_get.sh # buildkit |
| RUN /bin/ash -o pipefail -c chmod a+x /run.sh # buildkit |
| RUN /bin/ash -o pipefail -c mkdir -p /home && cd /home && wget http://devmel.com/dl/AirSendWebService.tgz && tar -zxvf AirSendWebService.tgz && chmod -R 777 bin # buildkit |
| RUN /bin/ash -o pipefail -c apk add php php-curl nginx openssl # buildkit |
| RUN /bin/ash -o pipefail -c mkdir -p /etc/nginx/ssl # buildkit |
| RUN /bin/ash -o pipefail -c openssl req -x509 -nodes -days 3650 -newkey rsa:2048 -subj "/C=FR/ST=France/L=Paris/O=AirSendWebService/CN=localhost" -keyout /etc/nginx/ssl/selfsigned.key -out /etc/nginx/ssl/selfsigned.crt # buildkit |
| CMD ["/run.sh"] |
| EXPOSE [33863/tcp] |
Labels
| Key | Value |
|---|---|
| io.hass.arch | amd64 |
| io.hass.base.arch | amd64 |
| io.hass.base.image | alpine:3.22 |
| io.hass.base.name | alpine |
| io.hass.base.version | 2026.06.1 |
| io.hass.type | base |
| io.hass.version | 2026.06.1 |
| org.opencontainers.image.created | 2026-06-16 11:50:19+00:00 |
| org.opencontainers.image.source | https://github.com/home-assistant/docker-base |
| org.opencontainers.image.version | 2026.06.1 |