From a3b9e285c5430e207555f1e81156bf5496f07d15 Mon Sep 17 00:00:00 2001 From: Yewolf Date: Sat, 11 Apr 2026 11:03:13 +0200 Subject: [PATCH] feat(plugins): add uctf webhooks plugin --- .gitmodules | 3 +++ ctfd-plugin-webhooks | 1 + 2 files changed, 4 insertions(+) create mode 160000 ctfd-plugin-webhooks diff --git a/.gitmodules b/.gitmodules index fca1d1d..a38c951 100644 --- a/.gitmodules +++ b/.gitmodules @@ -89,3 +89,6 @@ [submodule "CTFd-Tickets"] path = CTFd-Tickets url = https://github.com/Leclowndu93150/CTFd-Tickets.git +[submodule "ctfd-plugin-webhooks"] + path = ctfd-plugin-webhooks + url = https://github.com/u-ctf/ctfd-plugin-webhooks diff --git a/ctfd-plugin-webhooks b/ctfd-plugin-webhooks new file mode 160000 index 0000000..2532ffe --- /dev/null +++ b/ctfd-plugin-webhooks @@ -0,0 +1 @@ +Subproject commit 2532ffed75fcb97cdbdb32a37a49504cf6b0a39e