Skip to main content

Homer Functions


Server app card status dot:

In the config file, include the "type: Ping" for the status dot.   

-Note: Make sure the P is capitalized, with no quotes. It will not work otherwise.  This should work with or without quotes.

services:
  - name: "Media"
    icon: "fa-solid fa-clapperboard"
    items:
      - name: "Moviez"
        type: Ping   #make sure to include a cap "P"
        logo: "assets/icons/film1.png"
        subtitle: "It's Movie Time!"
        tag: "Jellyfin"
        url: "https://moviez.danicus.net"
      - name: YouTube
        type: "Ping"   #make sure to include a cap "P"
        logo: "assets/icons/youtube1.png"
        subtitle: "Tube it up"
        tag: "JewTube"
        url: "https://www.youtube.com/"
      - name: Netflix
        type: Ping   #make sure to include a cap "P"
        logo: "assets/tools/netflix1.jpg"
        subtitle: "Netflix-n-chill"
        tag: "Netflix"
        url: "https://www.netflix.com/"

homerping.png