Files
homer-forbiddenfruit/README.md
T

57 lines
1.2 KiB
Markdown
Raw Normal View History

2020-06-15 23:44:06 +02:00
# Homer-ForbiddenFruit
`npm install`
2020-06-15 23:44:40 +02:00
2020-06-15 23:44:06 +02:00
`npm run serve` frontend dev live
2020-06-15 23:44:40 +02:00
2020-06-15 23:44:06 +02:00
`npm run build` frontend static build
2020-06-15 23:44:40 +02:00
2020-06-15 23:46:08 +02:00
-----
# config.yaml
2020-11-07 16:54:48 +01:00
```---
# 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"
```