o9s

ntfy (1.0)

Published 2026-07-12 05:04:57 +00:00 by damian-buho

Installation

docker pull kiota.ch/o9s/ntfy:1.0
sha256:7e8cf766c3fe194f2a899ba73b3c5beb6ad79cbc0c5d10cba7a2efb34b8d5515

About this package

O9S custom distribution of Push notification service

Image layers

ARG SOURCE_DATE_EPOCH
ARG B19_VERBOSITY SOURCE_DATE_EPOCH
ARG B19_VERBOSITY SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI M6E_APT_CACHE_HOST SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI M6E_APT_CACHE_HOST M6E_APT_CACHE_PORT SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI M6E_APT_CACHE_HOST M6E_APT_CACHE_PORT SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI M6E_APT_CACHE_HOST M6E_APT_CACHE_PORT M6E_NEAR_CACHE_HOST SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI M6E_APT_CACHE_HOST M6E_APT_CACHE_PORT M6E_NAMESPACE M6E_NEAR_CACHE_HOST SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI M6E_APT_CACHE_HOST M6E_APT_CACHE_PORT M6E_NAMESPACE M6E_NEAR_CACHE_HOST M6E_PROJECT SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI M6E_APT_CACHE_HOST M6E_APT_CACHE_PORT M6E_NAMESPACE M6E_NEAR_CACHE_HOST M6E_PROJECT M6E_VERSION SOURCE_DATE_EPOCH
ARG B19_VERBOSITY M6E_AI M6E_APT_CACHE_HOST M6E_APT_CACHE_PORT M6E_NAMESPACE M6E_NEAR_CACHE_HOST M6E_PROJECT M6E_VERSION SOURCE_DATE_EPOCH TARGETARCH
ENV O9S_NTFY_HTTP_PORT=8080 O9S_NTFY_BASE_SCHEME=https O9S_NTFY_BASE_HOST=ntfy.docker.localhost O9S_NTFY_BEHIND_PROXY=true O9S_NTFY_CACHE_DIR="${XDG_DATA_HOME}/cache" O9S_NTFY_ATTACHMENT_CACHE_DIR="${XDG_DATA_HOME}/attachments" O9S_NTFY_AUTH_DIR="${XDG_DATA_HOME}/auth" O9S_NTFY_AUTH_DEFAULT_ACCESS="deny-all" O9S_NTFY_ENABLE_METRICS=true
USER root
WORKDIR ${B19_HOME}
COPY dir:b1388e1dbc5d5b65dc75a449d7906bc1cf3df5dbca07eef5b924a7c4c58461a8 in /
COPY dir:8bb99e9d8d0cab245ea68f834159a1dfc0f6015102e938652ab25aa31e398cb1 in /
|10 B19_VERBOSITY=info M6E_AI=N M6E_APT_CACHE_HOST=kiota-apt-cache M6E_APT_CACHE_PORT= M6E_NAMESPACE=o9s M6E_NEAR_CACHE_HOST= M6E_PROJECT=ntfy M6E_VERSION=1.0.0 SOURCE_DATE_EPOCH=0 TARGETARCH=amd64 /bin/sh -c --mount=type=bind,from=fetch,source=.,target=/fetch --mount=type=cache,target=${B19_DOWNLOAD_PATH},sharing=shared --mount=type=cache,id=apt-cache-${B19_UBUNTU_SERIES},target=/var/cache/apt,sharing=shared --mount=type=cache,id=apt-lists-${B19_UBUNTU_SERIES},target=/var/lib/apt,sharing=shared --mount=type=tmpfs,target=${B19_TEMP_PATH} build-stage base:sha256:9925b0e8220bf5de0d1c8ef9198233e79b189d2efe880727c25571a0de342f62
USER ${B19_UID}
COPY dir:9bf154a2d7ba77f7279273f198893b19ec50a96d7892b018b77438bffa739acc in /
|10 B19_VERBOSITY=info M6E_AI=N M6E_APT_CACHE_HOST=kiota-apt-cache M6E_APT_CACHE_PORT= M6E_NAMESPACE=o9s M6E_NEAR_CACHE_HOST= M6E_PROJECT=ntfy M6E_VERSION=1.0.0 SOURCE_DATE_EPOCH=0 TARGETARCH=amd64 /bin/sh -c --mount=type=bind,from=fetch,source=.,target=/fetch --mount=type=cache,target=${B19_DOWNLOAD_PATH},sharing=shared,uid=${B19_UID},gid=${B19_GID} --mount=type=tmpfs,target=${B19_TEMP_PATH} build-stage user:sha256:9925b0e8220bf5de0d1c8ef9198233e79b189d2efe880727c25571a0de342f62
LABEL prometheus.enabled=true
LABEL prometheus.port=${O9S_NTFY_HTTP_PORT}
LABEL traefik.enable=true
LABEL traefik.http.routers.ntfy.rule="Host(`ntfy.docker.localhost`)"
LABEL traefik.http.routers.ntfy.entrypoints=web,websecure
LABEL traefik.http.routers.ntfy.middlewares=redirect-to-https@file
LABEL traefik.http.services.ntfy.loadbalancer.server.port=${O9S_NTFY_HTTP_PORT}
LABEL "org.opencontainers.image.version"="1.0.0" "org.opencontainers.image.revision"="0704acbe688ce4fa134babeba6c9279cdb6c6f40" "org.opencontainers.image.created"="2026-07-12T04:07:44Z" "org.m6e.ci.build-by"="forgejo-buildah" "org.m6e.ci.git-commit"="0704acb" "org.opencontainers.image.title"="O9S / ntfy (unofficial b19-style image)" "org.opencontainers.image.description"="O9S custom distribution of Push notification service" "org.opencontainers.image.licenses"="MIT" "org.opencontainers.image.source"="https://codeberg.org/o9s/ntfy"

Labels

Key Value
org.m6e.ci.build-by forgejo-buildah
org.m6e.ci.git-commit 0704acb
org.opencontainers.image.created 2026-07-12T04:07:44Z
org.opencontainers.image.description O9S custom distribution of Push notification service
org.opencontainers.image.licenses MIT
org.opencontainers.image.revision 0704acbe688ce4fa134babeba6c9279cdb6c6f40
org.opencontainers.image.source https://codeberg.org/o9s/ntfy
org.opencontainers.image.title O9S / ntfy (unofficial b19-style image)
org.opencontainers.image.version 1.0.0
prometheus.enabled true
prometheus.port 8080
traefik.enable true
traefik.http.routers.ntfy.entrypoints web,websecure
traefik.http.routers.ntfy.middlewares redirect-to-https@file
traefik.http.routers.ntfy.rule Host(`ntfy.docker.localhost`)
traefik.http.services.ntfy.loadbalancer.server.port 8080
Details
Container
2026-07-12 05:04:57 +00:00
0
OCI / Docker
linux/amd64
MIT
84 MiB
Versions (4) View all
1.0.0 2026-07-12
1.0 2026-07-12
1 2026-07-12
latest 2026-07-12