57 lines
1.2 KiB
Markdown
57 lines
1.2 KiB
Markdown
# Homer-ForbiddenFruit
|
|
|
|
`npm install`
|
|
|
|
`npm run serve` frontend dev live
|
|
|
|
`npm run build` frontend static build
|
|
|
|
-----
|
|
|
|
# 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"
|
|
``` |