ntfy (latest)
Published 2026-06-05 12:53:50 +00:00 by packager
Installation
docker pull forge.myvelabs.com/pkg/ntfy:latestsha256:9e9ae3fbe2d551f7f616fb16a2c2581273ffcb1d12d91bf7e59fefd7f7ff92e3About this package
Send push notifications to your phone or desktop using PUT/POST
Image layers
| ADD alpine-minirootfs-3.23.4-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| LABEL org.opencontainers.image.authors=philipp.heckel@gmail.com |
| LABEL org.opencontainers.image.url=https://ntfy.sh/ |
| LABEL org.opencontainers.image.documentation=https://docs.ntfy.sh/ |
| LABEL org.opencontainers.image.source=https://github.com/binwiederhier/ntfy |
| LABEL org.opencontainers.image.vendor=Philipp C. Heckel |
| LABEL org.opencontainers.image.licenses=Apache-2.0, GPL-2.0 |
| LABEL org.opencontainers.image.title=ntfy |
| LABEL org.opencontainers.image.description=Send push notifications to your phone or desktop using PUT/POST |
| RUN /bin/sh -c apk add --no-cache tzdata # buildkit |
| COPY ntfy /usr/bin # buildkit |
| EXPOSE map[80/tcp:{}] |
| ENTRYPOINT ["ntfy"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.authors | philipp.heckel@gmail.com |
| org.opencontainers.image.description | Send push notifications to your phone or desktop using PUT/POST |
| org.opencontainers.image.documentation | https://docs.ntfy.sh/ |
| org.opencontainers.image.licenses | Apache-2.0, GPL-2.0 |
| org.opencontainers.image.source | https://github.com/binwiederhier/ntfy |
| org.opencontainers.image.title | ntfy |
| org.opencontainers.image.url | https://ntfy.sh/ |
| org.opencontainers.image.vendor | Philipp C. Heckel |