--- # Homepage configuration # See https://fontawesome.com/search for icons options title: "Casa Oleandri" subtitle: "" logo: "logo.png" # icon: "fas fa-skull-crossbones" # Optional icon header: true footer: '

Created with ❤️ by Leonardo for Alessandra.

' # Optional theme customization theme: default # Optional theme customization (color overrrides) # overrrides can also be done using CSS vars 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: "#3273dc" 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: "#3273dc" 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 !" # icon: "fa fa-grin" # 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" # optional html a tag target attribute # - name: "Wiki" # icon: "fas fa-book" # url: "https://www.wikipedia.org/" # this will link to a second homer page that will load config from additional-page.yml and keep default config values as in config.yml file # see url field and assets/additional-page.yml.dist used in this example: #- name: "another page!" # icon: "fas fa-file-alt" # url: "#additional-page" # 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: "Domotica" icon: "fas fa-home" items: - name: "Home Assistant" icon: "fa-solid fa-gear" subtitle: "Riscaldamento, luci, automazioni" tag: "domotica, home-assistant" url: "https://home.oleandri.net" - name: "Media" icon: "fas fa-download" items: - name: "Jellyfin" icon: "fa-solid fa-play" subtitle: "Streaming per film, musica, serie tv" url: "https://jellyfin.oleandri.net" tag: "media" - name: "Foto" icon: "fa-solid fa-image" subtitle: "Archivio foto" url: "https://photos.oleandri.net" tag: "foto" - name: "Radarr" icon: "fa-solid fa-film" subtitle: "Motore di ricerca per film" url: "https://radarr.oleandri.net" tag: "RR suite" - name: "Sonarr" icon: "fa-solid fa-tv" subtitle: "Motore di ricerca per serie tv" url: "https://sonarr.oleandri.net" tag: "RR suite" - name: "Lidarr" icon: "fa-solid fa-music" subtitle: "Motore di ricerca per musica" url: "https://lidarr.oleandri.net" tag: "RR suite" - name: "Transmission" icon: "fa-solid fa-download" subtitle: "Download via Torrent" url: "https://torrent.oleandri.net" tag: "torrent" - name: "Configurazione" icon: "fa-solid fa-gear" items: - name: "Prowlawrr" icon: "fa-solid fa-magnifying-glass" subtitle: "Gestione indici per Torrent / Usenet" url: "http://docker.lan:9696" tag: "RR suite" - name: "Unmanic" icon: "fa-solid fa-file-zipper" subtitle: "Ri-conversione dei file video e audio" url: "http://unmanic.lan:8888" tag: "transcode" - name: "File Server" icon: "fa-solid fa-folder" subtitle: "Configurazione file server" url: "http://files.lan" tag: "openmediavault" - name: "Macchine virtuali" icon: "fa-solid fa-server" subtitle: "Gestione macchine virtuali" url: "http://robin.oleandri.net" tag: "proxmox"