Receive ntfy messages and forward them to gotify
  • Go 95.5%
  • Dockerfile 4.5%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2026-02-28 22:02:37 +01:00
.github/workflows Add dependabot auto merge workflow 2025-11-20 20:20:40 +01:00
api Initial commit 2025-11-19 19:59:43 +01:00
cmd Initial commit 2025-11-19 19:59:43 +01:00
pkg/utils Initial commit 2025-11-19 19:59:43 +01:00
.gitignore Add dependabot auto merge workflow 2025-11-20 20:20:40 +01:00
CODE_OF_CONDUCT.md Initial commit 2025-11-19 19:59:43 +01:00
config.json Initial commit 2025-11-19 19:59:43 +01:00
CONTRIBUTING.md Initial commit 2025-11-19 19:59:43 +01:00
Dockerfile Initial commit 2025-11-19 19:59:43 +01:00
go.mod Bump golang.org/x/crypto from 0.38.0 to 0.45.0 2025-11-20 02:00:32 +00:00
go.sum Bump golang.org/x/crypto from 0.38.0 to 0.45.0 2025-11-20 02:00:32 +00:00
LICENSE Initial commit 2025-11-19 19:59:43 +01:00
logo.svg Initial commit 2025-11-19 19:59:43 +01:00
ntfy2gotify.go Initial commit 2025-11-19 19:59:43 +01:00
README.md Add Port mapping in docker command 2026-02-28 22:02:15 +01:00
SECURITY.md Initial commit 2025-11-19 19:59:43 +01:00

Logo

ntfy2gotify

Receive ntfy messages and forward them to gotify
Create an issuse

Security Vulnerabilities

Please review our security policy on how to report security vulnerabilities.

Contributing

Please see CONTRIBUTING for details.

License

The MIT License (MIT). Please see License File for more information.

Installation

You can download the latest release from the releases page. Alternatively, you can run it using Docker:

docker run -d \
  --name ntfy2gotify \
  -v ./config.json:/app/config.json \
  -p 8080:8080 \
  ghcr.io/realzone22/ntfy2gotify:latest

Acknowledgments

The Gopher logo used is from the gotify project
The ntfy logo used is from the ntfy project