2021-12-15 01:25:28 +00:00
2021-11-11 02:39:48 +01:00
idk
2021-12-15 01:25:28 +00:00
2020-06-15 20:24:56 +02:00
2020-06-15 20:24:56 +02:00
2020-06-15 20:24:56 +02:00
2020-06-15 20:24:56 +02:00
2020-06-15 20:24:56 +02:00
idk
2021-12-15 01:25:28 +00:00
2020-11-07 17:08:42 +01:00
ai
2020-11-07 16:54:48 +01:00
2020-11-07 18:38:48 +01:00

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"
		```
S
Description
ARE YOU GONNA ARGUE WITH ME NOW?
Readme Apache-2.0
751 KiB
Languages
Vue 63%
SCSS 22.1%
JavaScript 12.7%
HTML 2.2%