---
# Homepage configuration
# See https://fontawesome.com/icons for icons options
title: "Dashboard"
subtitle: "Eternium"
logo: "logo.png"
# icon: "fas fa-skull-crossbones" # Optional icon
header: true
#footer: '
Created with ❤️ with bulma, vuejs & font awesome // Fork me on
' # set false if you want to hide it.
# Optional 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 !"
# 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 additionnal-page.yml and keep default config values as in config.yml file
# # see url field and assets/additionnal-page.yml.dist used in this example:
# - name: "another page!"
# icon: "fas fa-file-alt"
# url: "#additionnal-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: "Multimedia"
icon: "fas fa-film"
items:
- name: "Plex"
logo: "assets/tools/plex.png"
subtitle: "Streaming multimedia"
url: "https://plex.eternium.es"
target: "_blank"
- name: "Overseerr"
logo: "assets/tools/overseerr.png"
subtitle: "Gestión de Peticiones"
url: "https://overseerr.eternium.es"
target: "_blank"
- name: "FileBrowser"
logo: "assets/tools/filebrowser.png"
subtitle: "Gestor de archivos"
url: "https://filebrowser.eternium.es"
target: "_blank"
- name: "Herramientas"
icon: "fas fa-toolbox"
items:
- name: "Home Assistant"
logo: "assets/tools/has.png"
subtitle: "Gestor de archivos"
url: "https://homeassistant.eternium.es"
target: "_blank"
- name: "Bitwarden"
logo: "assets/tools/bitwarden.png"
subtitle: "Gestor de contraseñas"
url: "https://bitwarden.eternium.es"
target: "_blank"
- name: "Gestión"
icon: "fas fa-cog"
items:
- name: "nginx proxy manager"
logo: "assets/tools/nginxproxymanager.png"
subtitle: "Gestor de proxy inverso"
url: "https://proxy.eternium.es"
target: "_blank"
- name: "Portainer"
logo: "assets/tools/portainer.png"
subtitle: "Gestor de contenedores e imágenes Docker"
url: "https://portainer.eternium.es"
target: "_blank"