From 7bcfcbaec5b808b241d5fd7703f583fc79f14398 Mon Sep 17 00:00:00 2001 From: sco Date: Sat, 7 Nov 2020 16:54:48 +0100 Subject: [PATCH] ai --- README.md | 49 ++++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 46 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa9e7e8..e5404ad 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,52 @@ `npm run build` frontend static build -`NODE_PORT=xxxx node /path/to/node.js` otherwise won't work; it listens on 127.0.0.80 - - ----- # config.yaml + +```--- +# Homepage configuration +# See https://fontawesome.com/icons for icons options + +title: "Forbidden Fruit dashboard" +subtitle: "TANGIE" +icon: "fas fa-cannabis" +# icon: "fas fa-skull-crossbones" # Optional icon + +header: true +footer: false + +[...] + +# Services +# First level array represent a group. +# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). +services: + - name: "Applications" + icon: "fas fa-cloud" + items: + - name: "Unifi Controller" + subtitle: "192.168.10.11" + icon: "fas fa-server" + url: "https://unifi-controller.lan" + target: "_blank" # optionnal html a tag target attribute + + - name: "Network" + icon: "fas fa-network-wired" + items: + - name: "Unifi Gateway" + icon: "fas fa-ethernet" + subtitle: "192.168.10.1" + url: "http://unifi-gateway.lan" + target: "_blank" + +external: + - name: "System" + icon: "fas fa-heartbeat" + items: + - name: "System Status" + icon: "fas fa-joint" + subtitle: "" + url: "/api/sysStatus" + ``` \ No newline at end of file