--- # 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: '

Created with ❤️ with bulma, vuejs & font awesome // Fork me on

' # set false if you want to hide it. columns: "4" # 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.
Find more information on github.com/bastienwirtz/homer" # 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" # - 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" - 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: "System Status" icon: "fas fa-joint" subtitle: "" url: "/api/sysStatus" - name: "Icanhazip" icon: "fas fa-joint" subtitle: "" url: "/api/internetCheck" - name: "VPN" icon: "fas fa-joint" subtitle: "" url: "/api/vpnCheck" - name: "VPN" icon: "fas fa-joint" subtitle: "" url: "/api/lancianoCheck" - name: "TV Status" icon: "fas fa-heartbeat" items: - name: "Tv Hat Frequency" icon: "fas fa-broadcast-tower" subtitle: "" url: "/api/dvbStatus?t=1" - name: "Tv Hat Channel" icon: "fas fa-tv" subtitle: "" url: "/api/dvbChannel?t=1" - name: "USB tuner Frequency" icon: "fas fa-broadcast-tower" subtitle: "" url: "/api/dvbStatus?t=0" - name: "USB Tv Channel" icon: "fas fa-tv" subtitle: "" url: "/api/dvbChannel?t=0"