Skip to content

feat(service): Add [Ntfy] service #hacktoberfest #affects/services #good first issue - #973

Closed
Oghenesuvwe-dev wants to merge 1 commit into
nikoksr:mainfrom
Oghenesuvwe-dev:feat/add-gotify-service
Closed

feat(service): Add [Ntfy] service #hacktoberfest #affects/services #good first issue#973
Oghenesuvwe-dev wants to merge 1 commit into
nikoksr:mainfrom
Oghenesuvwe-dev:feat/add-gotify-service

Conversation

@Oghenesuvwe-dev

Copy link
Copy Markdown

Implements Gotify service for real-time push notifications with WebSocket support. Perfect for self-hosted notification systems and application alerts.

Features:
HTTP/HTTPS server support
App token authentication
Priority levels (0-10)
Context cancellation
Comprehensive error handling
Full test coverage

Closes #455
Addresses: good first issue, help wanted, hacktoberfest

Description

Motivation and Context

How Has This Been Tested?

Screenshots / Output (if appropriate):

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (no code change)
  • Refactor (refactoring production code)
  • Other

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Implements Gotify service for real-time push notifications with WebSocket support.
Perfect for self-hosted notification systems and application alerts.

Features:
HTTP/HTTPS server support
App token authentication
Priority levels (0-10)
Context cancellation
Comprehensive error handling
Full test coverage

Closes #455
Addresses: good first issue, help wanted, hacktoberfest
Co-authored-by: Community <community@notify.dev>
@Oghenesuvwe-dev
Oghenesuvwe-dev deleted the feat/add-gotify-service branch October 26, 2025 22:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(service): Add Gotify service

1 participant