Skip to content

Bump notify_push and document setup#406

Merged
juliusknorr merged 2 commits into
nextcloud:masterfrom
max-nextcloud:chore/update-notify-push
Aug 12, 2025
Merged

Bump notify_push and document setup#406
juliusknorr merged 2 commits into
nextcloud:masterfrom
max-nextcloud:chore/update-notify-push

Conversation

@max-nextcloud

Copy link
Copy Markdown
Contributor
  • Use the latest version of notify_push.
  • Add a little bit of documentation how to use it.

Signed-off-by: Max <max@nextcloud.com>
Signed-off-by: Max <max@nextcloud.com>
@max-nextcloud max-nextcloud marked this pull request as ready for review July 31, 2025 11:06
Comment thread docker/push/Dockerfile
FROM alpine

RUN wget https://github.com/nextcloud/notify_push/releases/download/v0.6.3/notify_push-`uname -m`-unknown-linux-musl -O /notify_push && chmod +x /notify_push && /notify_push --version
RUN wget https://github.com/nextcloud/notify_push/releases/download/v1.1.0/notify_push-`uname -m`-unknown-linux-musl -O /notify_push && chmod +x /notify_push && /notify_push --version

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Wondering if we can just always use the latest here somehow?

@juliusknorr juliusknorr merged commit 829e75d into nextcloud:master Aug 12, 2025
19 of 21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants