⛳ alerts for any ctfd instance via ntfy
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: bump version

+1 -1
+1 -1
flake.nix
··· 21 21 packages = forAllSystems ({ pkgs }: { 22 22 default = pkgs.buildGoModule { 23 23 pname = "ctfd-alerts"; 24 - version = "0.0.1"; 24 + version = "0.1.0"; 25 25 subPackages = [ "." ]; # Build from root directory 26 26 src = self; 27 27 vendorHash = null;