mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-07 06:08:48 +00:00
Feature: crowdsec widget (#3197)
This commit is contained in:
parent
def9b27006
commit
d4c0e482d3
8 changed files with 169 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue