Files
homer-forbiddenfruit/public/config.yml
T

169 lines
5.1 KiB
YAML
Raw Normal View History

2020-06-15 20:24:56 +02:00
---
# Homepage configuration
# See https://fontawesome.com/icons for icons options
title: "Forbidden Fruit dashboard"
subtitle: "TANGIE"
icon: "fas fa-cannabis"
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.
2020-10-24 02:41:06 +02:00
columns: "4"
2020-06-15 20:24:56 +02:00
# Optionnal theme customization
theme: default
colors:
light:
2020-11-07 18:38:48 +01:00
highlight-primary: "#f18409"
highlight-secondary: "#3a2a2f"
highlight-hover: "#f18409"
background: "#F3E7E2"
card-background: "#E7D0C5"
2020-06-15 20:24:56 +02:00
text: "#363636"
text-header: "#ffffff"
text-title: "#303030"
text-subtitle: "#424242"
card-shadow: rgba(0, 0, 0, 0.1)
link-hover: "#363636"
2020-11-07 18:38:48 +01:00
link-color: "#571962"
2020-06-15 20:24:56 +02:00
dark:
2020-11-07 18:38:48 +01:00
highlight-primary: "#571962"
highlight-secondary: "#3a2a2f"
highlight-hover: "#571962"
2020-06-15 20:24:56 +02:00
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"
2020-11-07 18:38:48 +01:00
link-color: "#f18409"
2020-06-15 20:24:56 +02:00
# 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
2020-11-07 18:38:48 +01:00
links:
- name: "Gmail"
icon: "fas fa-envelope"
url: "https://mail.google.com"
target: "_blank"
- name: "Telegram"
icon: "fas fa-paper-plane"
url: "https://web.telegram.org/"
target: "_blank"
- name: "Reddit"
icon: "fab fa-reddit"
url: "https://www.reddit.com/"
target: "_blank"
2020-06-15 20:24:56 +02:00
# 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"
2020-11-07 18:42:53 +01:00
- name: "Blog"
2020-11-07 18:41:51 +01:00
icon: "fas fa-blog"
subtitle: "blog.lan"
url: "http://blog.lan"
target: "_blank"
2020-06-15 20:24:56 +02:00
- 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"
2020-10-24 02:41:06 +02:00
# - name: " FWR8102"
# icon: "fas fa-ethernet"
# subtitle: "192.168.10.5"
# url: "http://192.168.10.5"
# target: "_blank"
- name: "FRITZ!Box Fon 5140"
icon: "fas fa-ethernet"
subtitle: "192.168.10.6"
url: "http://192.168.10.6"
target: "_blank"
2020-11-07 02:53:26 +01:00
- name: " Turn on PC"
2020-11-07 17:08:42 +01:00
icon: "fas fa-ethernet"
subtitle: "192.168.10.15"
url: "/api/powerOnPc"
target: "_blank"
2020-06-15 20:24:56 +02:00
external:
2020-10-24 02:41:06 +02:00
- name: "System"
2020-06-15 20:24:56 +02:00
icon: "fas fa-heartbeat"
items:
2020-10-24 02:41:06 +02:00
- name: "System Status"
2020-06-15 20:24:56 +02:00
icon: "fas fa-joint"
2020-10-24 02:41:06 +02:00
subtitle: ""
2020-11-07 02:53:26 +01:00
url: "/api/sysStatus"
2020-10-24 02:41:06 +02:00
- name: "Icanhazip"
2020-06-15 20:24:56 +02:00
icon: "fas fa-joint"
2020-10-24 02:41:06 +02:00
subtitle: ""
2020-11-07 02:53:26 +01:00
url: "/api/internetCheck"
2020-10-24 02:41:06 +02:00
- name: "VPN"
2020-06-15 20:24:56 +02:00
icon: "fas fa-joint"
2020-10-24 02:41:06 +02:00
subtitle: ""
2020-11-07 02:53:26 +01:00
url: "/api/vpnCheck"
2020-10-24 02:41:06 +02:00
- name: "VPN"
icon: "fas fa-joint"
subtitle: ""
2020-11-07 02:53:26 +01:00
url: "/api/lancianoCheck"
2020-10-24 02:41:06 +02:00
- name: "TV Status"
icon: "fas fa-heartbeat"
items:
- name: "Tv Hat Frequency"
icon: "fas fa-broadcast-tower"
subtitle: ""
2020-11-07 02:53:26 +01:00
url: "/api/dvbStatus?t=1"
2020-10-24 02:41:06 +02:00
- name: "Tv Hat Channel"
icon: "fas fa-tv"
subtitle: ""
2020-11-07 02:53:26 +01:00
url: "/api/dvbChannel?t=1"
2020-10-24 02:41:06 +02:00
- name: "USB tuner Frequency"
icon: "fas fa-broadcast-tower"
subtitle: ""
2020-11-07 02:53:26 +01:00
url: "/api/dvbStatus?t=0"
2020-10-24 02:41:06 +02:00
- name: "USB Tv Channel"
icon: "fas fa-tv"
subtitle: ""
2020-11-07 02:53:26 +01:00
url: "/api/dvbChannel?t=0"