mirror of
https://github.com/DI0IK/homepage-plus.git
synced 2025-07-06 20:28:48 +00:00
FEAT: NGINX Proxy Manager
This commit is contained in:
parent
7b4f360a5e
commit
057d5eca8f
2 changed files with 82 additions and 1 deletions
|
@ -11,6 +11,7 @@ import Jellyfin from "./widgets/service/jellyfin";
|
|||
import Speedtest from "./widgets/service/speedtest";
|
||||
import Traefik from "./widgets/service/traefik";
|
||||
import Jellyseerr from "./widgets/service/jellyseerr";
|
||||
import Npm from "./widgets/service/npm";
|
||||
|
||||
const widgetMappings = {
|
||||
docker: Docker,
|
||||
|
@ -25,7 +26,8 @@ const widgetMappings = {
|
|||
rutorrent: Rutorrent,
|
||||
speedtest: Speedtest,
|
||||
traefik: Traefik,
|
||||
jellyseerr: Jellyseerr
|
||||
jellyseerr: Jellyseerr,
|
||||
npm: Npm,
|
||||
};
|
||||
|
||||
export default function Widget({ service }) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue