Files
homer-forbiddenfruit/public/config.yml
T
2021-11-10 02:26:44 +01:00

120 lines
3.2 KiB
YAML

---
# Homepage configuration
# See https://fontawesome.com/icons for icons options
title: "Snakes dashboard"
subtitle: "TANGIE"
icon: "fas fa-cannabis"
header: true
footer: false
columns: "4"
# Optionnal theme customization
theme: default
colors:
light:
highlight-primary: "#f18409"
highlight-secondary: "#3a2a2f"
highlight-hover: "#f18409"
background: "#F3E7E2"
card-background: "#E7D0C5"
text: "#363636"
text-header: "#ffffff"
text-title: "#303030"
text-subtitle: "#424242"
card-shadow: rgba(0, 0, 0, 0.1)
link-hover: "#363636"
link-color: "#571962"
dark:
highlight-primary: "#571962"
highlight-secondary: "#3a2a2f"
highlight-hover: "#571962"
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"
link-color: "#f18409"
# 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."
# Optional navbar
# links: [] # Allows for navbar (dark mode, layout, and search) without any links
links:
- name: "Pages"
icon: "fas fa-list"
url: "/pages"
# 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: "controller.snakes.wtf"
icon: "fas fa-wifi"
url: "https://controller.snakes.wtf"
target: "_blank" # optionnal html a tag target attribute
- name: "TvHeadEnd"
icon: "fas fa-tv"
subtitle: "tv.snakes.wtf"
url: "https://tv.snakes.wtf"
target: "_blank"
- name: "Blog"
icon: "fas fa-blog"
subtitle: "blog.snakes.wtf"
url: "https://blog.snakes.wtf"
target: "_blank"
- name: "Proxmox VE"
icon: "fas fa-server"
subtitle: "pve.snakes.wtf"
url: "https://pve.snakes.wtf:8006"
target: "_blank"
- name: "Snakes' Stream"
icon: "fas fa-play"
subtitle: "stream.snakes.wtf"
url: "https://stream.snakes.wtf"
target: "_blank"
- name: "SnakesHub"
icon: "fab fa-git"
subtitle: "dev.snakes.wtf"
url: "https://dev.snakes.wtf"
target: "_blank"
- name: "Network"
icon: "fas fa-network-wired"
items:
- name: "OPNsense"
icon: "fas fa-server"
subtitle: "192.168.10.1"
url: "https://192.168.10.1"
target: "_blank"
- name: "Dlink DGS-1100-08"
icon: "fas fa-ethernet"
subtitle: "192.168.10.2"
url: "http://192.168.10.2"
target: "_blank"
external:
- name: "System"
icon: "fas fa-heartbeat"
items:
#- name: ""
# icon: ""
# subtitle: ""
- url: "/api/sysStatus"
- name: "TV Status"
icon: "fas fa-tv"
items:
# - name: ""
# icon: "fas fa-broadcast-tower"
# subtitle: ""
- url: "/api/dvbtuner"