-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Not planned
Labels
issue/duplicateThe issue has already been reported.The issue has already been reported.
Description
Feature Description
I think it would be great if gitea has a global webhook, use cases
- use gitea as a mirror to trigger webhook for any repo, due to github do not support external webhooks.
- use gitea as corp private forge, a global webhook can used to trigger some automate functions.
org level webhook is not enough if
- want to mirror github
- don't limit user to one org
e.g.
I want to trigger webhook for grpc, frp, rclone etc.. to auto upgrade alpine aports, script is here , use cron to pull every repo is too much.
Screenshots
No response
Metadata
Metadata
Assignees
Labels
issue/duplicateThe issue has already been reported.The issue has already been reported.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
jolheiser commentedon Feb 6, 2023
Gitea already supports system-level webhooks.
https://docs.gitea.io/en-us/webhooks/
You can find them on your instance (as an admin) via
<BASE_URL>/admin/hooks
delvh commentedon Feb 6, 2023
(Isn't that only from 1.19 on?
Or what was the PR about it that was merged recently?)
jolheiser commentedon Feb 6, 2023
System-wide webhooks have been supported since 1.12
I can't think of any specific PR, other than the ARIA changes that touched the webhook pages.
delvh commentedon Feb 6, 2023
Ah, what I thought of was #14537.