⛳ alerts for any ctfd instance via ntfy
Go 86.5%
Nix 10.7%
Shell 2.7%
4 1 1

Clone this repository

https://tangled.org/dunkirk.sh/ctfd-alerts
git@knot.dunkirk.sh:dunkirk.sh/ctfd-alerts

For self-hosted knots, clone URLs may differ based on your setup.

README.md

⛳ CTFd alerts#

Sends alerts for any arbitrary CTFd instance via ntfy

Install#

You can download a pre-built binary from the releases or you can use the following options

Go#

# Go
go install github.com/taciturnaxolotl/ctfd-alerts@latest

Nix#

# Direct installation with flakes enabled
nix profile install github:taciturnaxolotl/ctfd-alerts

For use in your own flake:

# In your flake.nix
{
  inputs.akami.url = "github:taciturnaxolotl/ctfd-alerts";

  outputs = { self, nixpkgs, akami, ... }: {
    # Access the package as:
    # ctfd-alerts.packages.${system}.default
  };
}

Written in go. If you have any suggestions or issues feel free to open an issue on my tangled knot

© 2025-present Kieran Klukas