174 lines
5.5 KiB
YAML
174 lines
5.5 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
|
|
#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.
|
|
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. <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: "Login"
|
|
#icon: "fas fa-unlock"
|
|
#url: "/personal"
|
|
#target: "_blank"
|
|
- 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-server"
|
|
url: "https://controller.snakes.wtf"
|
|
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: "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"
|
|
#- name: "Main Switch"
|
|
#icon: "fas fa-ethernet"
|
|
#subtitle: "192.168.10.3"
|
|
#url: "http://192.168.10.3"
|
|
#target: "_blank"
|
|
# - 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-phone-alt"
|
|
# subtitle: "192.168.10.4"
|
|
# url: "http://192.168.10.4"
|
|
# target: "_blank"
|
|
#- name: " Turn on PC"
|
|
#icon: "fas fa-ethernet"
|
|
#subtitle: "192.168.10.15"
|
|
#url: "/api/powerOnPc"
|
|
#target: "_blank"
|
|
external:
|
|
- name: "System"
|
|
icon: "fas fa-heartbeat"
|
|
items:
|
|
- name: "Pi Status"
|
|
icon: "fas fa-joint"
|
|
subtitle: ""
|
|
url: "http://192.168.44.5:3000/api/sysStatus"
|
|
# - name: "External Ip"
|
|
# icon: "fas fa-joint"
|
|
# subtitle: ""
|
|
# url: "/api/internetCheck"
|
|
- name: "Pi Jager VPN"
|
|
icon: "fas fa-joint"
|
|
subtitle: ""
|
|
url: "http://192.168.44.5:3000/api/vpnCheck"
|
|
- name: "Room Temp"
|
|
icon: "fas fa-joint"
|
|
subtitle: ""
|
|
url: "http://192.168.44.5:3000/api/roomTemp"
|
|
- name: "TV Status"
|
|
icon: "fas fa-tv"
|
|
items:
|
|
#- name: "Minisatip Rome"
|
|
# icon: "fas fa-broadcast-tower"
|
|
# subtitle: ""
|
|
# url: "http://192.168.44.5:3000/api/minisatip?id=0"
|
|
# - name: "Tv Hat Channel"
|
|
# icon: "fas fa-tv"
|
|
# subtitle: ""
|
|
# url: "/api/dvbChannel?t=1"
|
|
#- name: "Minisatip Lanciont"
|
|
# icon: "fas fa-broadcast-tower"
|
|
# subtitle: ""
|
|
# url: "http://192.168.44.5:3000/api/minisatip?id=1"
|
|
- name: ""
|
|
icon: "fas fa-broadcast-tower"
|
|
subtitle: ""
|
|
url: "http://192.168.44.5:3000/api/dvbtuner" |