Feature: crowdsec widget (#3197)

This commit is contained in:
shamoon 2024-03-28 15:39:40 -05:00 committed by GitHub
parent def9b27006
commit d4c0e482d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 169 additions and 0 deletions

View file

@ -12,6 +12,7 @@ import changedetectionio from "./changedetectionio/widget";
import channelsdvrserver from "./channelsdvrserver/widget";
import cloudflared from "./cloudflared/widget";
import coinmarketcap from "./coinmarketcap/widget";
import crowdsec from "./crowdsec/widget";
import customapi from "./customapi/widget";
import deluge from "./deluge/widget";
import diskstation from "./diskstation/widget";
@ -125,6 +126,7 @@ const widgets = {
channelsdvrserver,
cloudflared,
coinmarketcap,
crowdsec,
customapi,
deluge,
diskstation,