120 lines
3.8 KiB
YAML
120 lines
3.8 KiB
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
|
|
#footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it.
|
|
|
|
# Optionnal theme customization
|
|
theme: default
|
|
colors:
|
|
light:
|
|
highlight-primary: "#3367d6"
|
|
highlight-secondary: "#4285f4"
|
|
highlight-hover: "#5a95f5"
|
|
background: "#f5f5f5"
|
|
card-background: "#ffffff"
|
|
text: "#363636"
|
|
text-header: "#ffffff"
|
|
text-title: "#303030"
|
|
text-subtitle: "#424242"
|
|
card-shadow: rgba(0, 0, 0, 0.1)
|
|
link-hover: "#363636"
|
|
dark:
|
|
highlight-primary: "#3367d6"
|
|
highlight-secondary: "#4285f4"
|
|
highlight-hover: "#5a95f5"
|
|
background: "#131313"
|
|
card-background: "#2b2b2b"
|
|
text: "#eaeaea"
|
|
text-header: "#ffffff"
|
|
text-title: "#fafafa"
|
|
text-subtitle: "#f5f5f5"
|
|
card-shadow: rgba(0, 0, 0, 0.4)
|
|
link-hover: "#ffdd57"
|
|
|
|
# Optional message
|
|
#message:
|
|
#url: https://b4bz.io
|
|
# style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options.
|
|
#title: "👋 Demo !"
|
|
#content: "This is a dummy homepage demo. <br /> Find more information on <a href='https://github.com/bastienwirtz/homer'>github.com/bastienwirtz/homer</a>"
|
|
|
|
# Optional navbar
|
|
# links: [] # Allows for navbar (dark mode, layout, and search) without any links
|
|
#links:
|
|
# - name: "Contribute"
|
|
# icon: "fab fa-github"
|
|
# url: "https://github.com/bastienwirtz/homer"
|
|
# target: "_blank" # optionnal html a tag target attribute
|
|
# - name: "Wiki"
|
|
# icon: "fas fa-book"
|
|
# url: "https://www.wikipedia.org/"
|
|
|
|
# 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: "Pihole"
|
|
icon: "fab fa-raspberry-pi"
|
|
subtitle: "192.168.10.12"
|
|
url: "http://pihole.lan/admin"
|
|
target: "_blank"
|
|
- name: "TvHeadEnd"
|
|
icon: "fas fa-tv"
|
|
subtitle: "192.168.10.13"
|
|
url: "http://tvheadend.lan"
|
|
target: "_blank"
|
|
- name: "SnakesHub"
|
|
icon: "fab fa-git"
|
|
subtitle: "dev.jagernet.ga"
|
|
url: "https://dev.jagernet.ga"
|
|
target: "_blank"
|
|
- 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"
|
|
- name: "Bedroom Switch"
|
|
icon: "fas fa-ethernet"
|
|
subtitle: "192.168.10.2"
|
|
url: "http://192.168.10.2"
|
|
target: "_blank"
|
|
- name: "Main Switch"
|
|
icon: "fas fa-ethernet"
|
|
subtitle: "192.168.10.3"
|
|
url: "http://192.168.10.3"
|
|
target: "_blank"
|
|
external:
|
|
- name: "Status"
|
|
icon: "fas fa-heartbeat"
|
|
items:
|
|
- name: "Test"
|
|
icon: "fas fa-joint"
|
|
subtitle: "192.168.10.1"
|
|
url: "/dvbStatus"
|
|
- name: "Test2"
|
|
icon: "fas fa-joint"
|
|
subtitle: "192.168.10.1"
|
|
url: "/internetCheck"
|
|
- name: "Test3"
|
|
icon: "fas fa-joint"
|
|
subtitle: "192.168.10.1"
|
|
url: "/dvbChannel" |