mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-07-17 18:13:01 -05:00
[PR #337] feat: add gotify #6616
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/337
Author: @yunyuyuan
Created: 7/6/2026
Status: 🔄 Open
Base:
main← Head:feat/add-gotify📝 Commits (1)
71a0390feat: add gotify📊 Changes
8 files changed (+308 additions, -3 deletions)
View changed files
📝
src/components/config/NotificationSettings.tsx(+88 -1)📝
src/lib/db/schema.ts(+8 -1)📝
src/lib/notification-service.test.ts(+49 -0)📝
src/lib/notification-service.ts(+18 -0)➕
src/lib/providers/gotify.test.ts(+106 -0)➕
src/lib/providers/gotify.ts(+17 -0)📝
src/pages/api/config/index.ts(+14 -0)📝
src/types/config.ts(+8 -1)📄 Description
Add gotify as a new notification type
This update introduces support for Gotify as a new notification provider.
The implementation is straightforward and requires no changes to the database schema.
Here is the showcase:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.