108 lines
3.3 KiB
YAML
108 lines
3.3 KiB
YAML
---
|
|
# Homepage configuration
|
|
# See https://fontawesome.com/icons for icons options
|
|
|
|
title: "Reese's Homelab"
|
|
subtitle: "Duconet"
|
|
# logo: "assets/logo.png"
|
|
icon: "fas fa-database" # Optional icon
|
|
footer: false
|
|
|
|
# Optional message
|
|
# message:
|
|
# url: https://....
|
|
# 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: "ansible"
|
|
# 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: "DevOps"
|
|
icon: "fas fa-code-branch"
|
|
items:
|
|
- name: "Gitlab"
|
|
logo: "assets/tools/Gitlab.svg"
|
|
tag: "CI"
|
|
url: "https://gitlab.ducoterra.net/"
|
|
target: '_blank'
|
|
- name: "Storage"
|
|
icon: "fas fa-save"
|
|
items:
|
|
- name: "Nextcloud"
|
|
logo: "assets/tools/nextcloud.png"
|
|
tag: "Storage"
|
|
url: "https://nextcloud.ducoterra.net/"
|
|
target: '_blank'
|
|
- name: "Freenas"
|
|
logo: "assets/tools/freenas.jpeg"
|
|
tag: "Storage"
|
|
url: "https://freenas.ducoterra.net/"
|
|
target: '_blank'
|
|
- name: "Entertainment"
|
|
icon: "fas fa-photo-video"
|
|
items:
|
|
- name: "Jellyfin"
|
|
logo: "assets/tools/jellyfin.png"
|
|
url: "https://jellyfin.ducoterra.net"
|
|
tag: "Entertainment"
|
|
- name: "Monitoring"
|
|
icon: "fas fa-heartbeat"
|
|
items:
|
|
- name: "Grafana"
|
|
logo: "assets/tools/grafana.png"
|
|
url: "https://grafana.ducoterra.net/"
|
|
tag: "Monitoring"
|
|
- name: "Graphite"
|
|
logo: "assets/tools/graphite.png"
|
|
url: "https://graphite.ducoterra.net/"
|
|
tag: "Monitoring"
|
|
- name: "Zipkin"
|
|
logo: "assets/tools/zipkin.png"
|
|
url: "https://zipkin.ducoterra.net/"
|
|
tag: "Monitoring"
|
|
- name: "Network"
|
|
icon: "fas fa-server"
|
|
items:
|
|
- name: "Unifi"
|
|
logo: assets/tools/unifi.png
|
|
tag: "Network"
|
|
url: "https://unifi.ui.com"
|
|
target: '_blank'
|
|
- name: "Protect"
|
|
logo: assets/tools/protect.png
|
|
tag: "Network"
|
|
url: "https://protect.ui.com/"
|
|
target: '_blank'
|
|
- name: "Traefik Internal"
|
|
logo: assets/tools/traefik.png
|
|
tag: "Network"
|
|
url: "https://traefik-internal.ducoterra.net/"
|
|
target: '_blank'
|
|
- name: "Traefik External"
|
|
logo: assets/tools/traefik.png
|
|
tag: "Network"
|
|
url: "https://traefik-external.ducoterra.net/"
|
|
target: '_blank'
|
|
- name: "Pihole1"
|
|
logo: assets/tools/pihole.jpeg
|
|
tag: "Network"
|
|
url: "https://pihole1.ducoterra.net/"
|
|
target: '_blank'
|
|
- name: "Pihole2"
|
|
logo: assets/tools/pihole.jpeg
|
|
tag: "Network"
|
|
url: "https://pihole2.ducoterra.net/"
|
|
target: '_blank' |