homelab/server/config/homer/assets/config.yml

278 lines
9.5 KiB
YAML
Raw Normal View History

2022-02-08 17:00:27 -08:00
---
title: "Homer"
subtitle: "Dashboard"
header: false
footer: false
columns: auto
connectivityCheck: true
# 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: "#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"
# 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:
2022-02-12 15:44:27 -08:00
- name: "Public Cloud"
icon: "fas fa-cloud"
items:
- name: "Amazon Web Services"
2022-02-12 21:59:31 -08:00
subtitle: "Management console for the AWS public cloud"
logo: assets/icons/aws.png
2022-02-12 15:44:27 -08:00
url: "https://us-west-1.console.aws.amazon.com/console/home?region=us-west-1#"
- name: "Microsoft Azure"
2022-02-12 21:59:31 -08:00
subtitle: "Management portal for the Microsoft Azure public cloud"
logo: assets/icons/azure.png
2022-02-12 15:44:27 -08:00
url: "https://portal.azure.com/"
- name: "Google Cloud Platform"
2022-02-12 21:59:31 -08:00
subtitle: "Management console for the Google Cloud Platform public cloud"
logo: assets/icons/gcp.png
2022-02-12 15:44:27 -08:00
url: "https://console.cloud.google.com"
- name: "Digital Ocean"
2022-02-12 21:59:31 -08:00
subtitle: "Management console for the Digital Ocean public cloud"
logo: assets/icons/digital_ocean.png
2022-02-12 15:44:27 -08:00
url: "https://cloud.digitalocean.com"
- name: "Oracle Cloud"
2022-02-12 21:59:31 -08:00
subtitle: "Management console for the Oracle Cloud public cloud"
logo: assets/icons/oracle_cloud.png
2022-02-12 15:44:27 -08:00
url: "https://cloud.oracle.com"
- name: "Mega"
2022-02-12 21:59:31 -08:00
subtitle: "Account dashboard for the Mega.io cloud storage service"
logo: assets/icons/mega.svg
2022-02-12 15:44:27 -08:00
url: "https://mega.io/"
- name: "1Fichier"
2022-02-12 21:59:31 -08:00
subtitle: "Account console for the 1Fichier cloud storage service"
logo: assets/icons/1fichier.png
2022-02-12 21:59:31 -08:00
url: "https://1fichier.com/console/index.pl"
2022-02-12 15:44:27 -08:00
- name: "NameCheap"
2022-02-12 21:59:31 -08:00
subtitle: "Account dashboard for the NameCheap DNS registrar"
logo: assets/icons/namecheap.png
2022-02-12 15:44:27 -08:00
url: "https://ap.www.namecheap.com"
- name: "Cloudflare"
2022-02-12 21:59:31 -08:00
subtitle: "Account dashboard for the Cloudflare cloud networking service"
logo: assets/icons/cloudflare.png
2022-02-12 15:44:27 -08:00
url: "https://dash.cloudflare.com"
- name: "ZeroTier"
2022-02-12 21:59:31 -08:00
subtitle: "Account management dashboard for the ZeroTier cloud mesh VPN platform"
logo: assets/icons/zerotier.webp
2022-02-12 15:44:27 -08:00
url: "https://my.zerotier.com/network"
- name: "SendGrid"
2022-02-12 21:59:31 -08:00
subtitle: "Account management dashboard for the SendGrid email messaging platform"
logo: assets/icons/sendgrid.png
2022-02-12 15:44:27 -08:00
url: "https://app.sendgrid.com/"
2022-02-13 10:10:13 -08:00
2022-02-13 10:02:46 -08:00
- name: "Jafner.tools"
icon: "fas fa-cloud"
items:
- name: "5eTools"
logo: assets/icons/5et-192.png
subtitle: "D&D 5e Complete Reference"
url: "https://5e.jafner.tools"
- name: "Joplin"
logo: assets/icons/joplin-512.png
subtitle: "Sync server for the Joplin notes app"
url: "https://joplin.jafner.tools"
- name: "Bitwarden"
logo: assets/icons/bitwarden-512.png
subtitle: "Sync server for the Bitwarden password manager"
url: "https://bitwarden.jafner.tools"
- name: "Uptime Kuma"
logo: assets/icons/uptimekuma-512.png
subtitle: "Web monitoring dashboard"
url: "https://uptime.jafner.tools/dashboard"
2022-05-13 20:49:26 -07:00
- name: "Xbackbone"
logo: assets/icons/xbackbone.png
subtitle: "Lightweight file manager"
url: "https://xbackbone.jafner.tools"
2022-02-12 15:44:27 -08:00
2022-02-08 17:00:27 -08:00
- name: "Jafner.pi1"
icon: "fas fa-server"
items:
- name: "Pihole Admin"
logo: assets/icons/pihole-1200.png
subtitle: "Ad-blocking DNS server"
url: "http://jafner.pi1/admin"
- name: "Jafner.nas"
icon: "fas fa-hdd"
items:
- name: "TrueNAS Admin"
logo: assets/icons/truenas-280.png
subtitle: "BSD-based ZFS NAS appliance OS"
url: "http://nas.jafner.net"
- name: "Jafner.seedbox"
icon: "fas fa-server"
items:
- name: "GGN"
logo: assets/icons/deluge-1200.png
subtitle: "Deluge Torrent Web UI for GGN"
url: "http://jafner.seedbox:52000/"
- name: "MAM"
logo: assets/icons/deluge-1200.png
subtitle: "Deluge Torrent Web UI for MAM"
url: "http://jafner.seedbox:52100/"
- name: "EMP"
logo: assets/icons/deluge-1200.png
subtitle: "Deluge Torrent Web UI for EMP"
url: "http://jafner.seedbox:52200/"
2022-02-13 10:02:46 -08:00
- name: "PUB"
logo: assets/icons/deluge-1200.png
subtitle: "Deluge Torrent Web UI for public torrents"
2022-02-13 10:14:41 -08:00
url: "http://jafner.seedbox:52300/"
2022-05-05 23:13:45 -07:00
- name: "RED"
logo: assets/icons/deluge-1200.png
subtitle: "Deluge Torrent Web UI for RED"
url: "http://jafner.seedbox:52400/"
2022-02-08 17:00:27 -08:00
- name: "Jafner.net"
icon: "fas fa-server"
items:
- name: "Traefik"
logo: assets/icons/traefik-400.png
subtitle: "Reverse proxy dashboard"
url: "https://traefik.jafner.net"
- name: "Authentik"
logo: assets/icons/authentik-200.png
subtitle: "Fully-featured, self-hosted SSO"
url: "https://authentik.jafner.net"
- name: "Portainer"
logo: assets/icons/portainer-200.webp
subtitle: "Docker management web interface"
url: "https://portainer.jafner.net"
2022-02-08 22:56:56 -08:00
- name: "Gitlab"
logo: assets/icons/gitlab.png
subtitle: "Fully-featured, self-hosted Git server"
url: "https://gitlab.jafner.net"
2022-05-13 20:49:26 -07:00
- name: "Send"
logo: assets/icons/send.svg
subtitle: "Simple, private file sharing"
url: "https://send.jafner.net"
2022-02-08 17:00:27 -08:00
- name: "Prometheus"
logo: assets/icons/prometheus-1200.png
subtitle: "Integrated data visualization interface for collected metrics"
url: "https://prometheus.jafner.net"
- name: "Grafana"
logo: assets/icons/grafana-1200.png
subtitle: "Metrics visualization tool"
url: "https://grafana.jafner.net"
2022-04-08 01:27:12 -07:00
- name: "XBackBone"
logo: assets/icons/xbackbone.png
subtitle: "Lightweight file manager"
url: "https://xbackbone.jafner.net"
2022-02-08 17:00:27 -08:00
- name: "Plex"
logo: assets/icons/plex-580.png
subtitle: "TV show and movie server"
url: "https://plex.jafner.net"
- name: "Ombi"
logo: assets/icons/ombi-256.png
subtitle: "Web interface for wishlisting movies and shows to be added to Plex"
url: "https://ombi.jafner.net"
- name: "Tautulli"
logo: assets/icons/tautulli-350.png
subtitle: "Data collector for Plex"
url: "https://tautulli.jafner.net"
2022-05-13 20:49:26 -07:00
2022-02-08 17:00:27 -08:00
- name: "NZBHydra"
logo: assets/icons/nzbhydra-256.png
subtitle: "NZB index search provider"
url: "https://nzbhydra.jafner.net"
- name: "SABNzbd"
logo: assets/icons/sabnzbd-256.png
subtitle: "NZB download client"
url: "https://sabnzbd.jafner.net"
- name: "Radarr"
logo: assets/icons/radarr-256.png
subtitle: "Movie collection manager"
url: "https://radarr.jafner.net"
- name: "Sonarr"
logo: assets/icons/sonarr-256.png
subtitle: "TV show collection manager"
url: "https://sonarr.jafner.net"
2022-05-05 22:27:09 -07:00
- name: "Lidarr"
logo: assets/icons/lidarr.png
subtitle: "Music collection manager"
url: "https://lidarr.jafner.net"
2022-02-08 17:00:27 -08:00
- name: "Tdarr"
logo: assets/icons/tdarr.png
subtitle: "Transcode management system for media library"
url: "https://tdarr.jafner.net"
- name: "Peertube"
logo: assets/icons/peertube-1534.png
subtitle: "Video hosting platform"
url: "https://peertube.jafner.net"
- name: "NVGM"
logo: assets/icons/wordpress-1200.png
subtitle: "Blog-style repository for D&D 5e musings"
url: "https://nvgm.jafner.net"
- name: "Calibre SFF"
logo: assets/icons/calibre-1024.png
subtitle: "Calibre-web instance serving a large collection of sci-fi and fantasy books"
2022-05-13 21:13:16 -07:00
url: "https://sff.calibre.jafner.net"
2022-02-08 17:00:27 -08:00
- name: "Calibre RPG"
logo: assets/icons/calibre-1024.png
subtitle: "Calibre-web instance serving a collection of Dungeons & Dragons books"
2022-05-13 21:13:16 -07:00
url: "https://sff.calibre.jafner.net"
2022-02-08 17:00:27 -08:00
- name: "Calibre Ace"
logo: assets/icons/calibre-1024.png
subtitle: "Calibre-web instance serving a collection of whatever Ace wants to put on it"
2022-05-13 21:13:16 -07:00
url: "https://ace.calibre.jafner.net"
2022-02-08 17:00:27 -08:00
- name: "Homer"
logo: assets/icons/homer-458.png
subtitle: "This."
2022-02-11 14:19:01 -08:00
url: "https://home.jafner.net"
2022-04-29 16:57:37 -07:00
- name: "IoT"
icon: "fas fa-house-signal"
items:
- name: "CloudFree SmartPlug2 - 1"
subtitle: "Monitoring Joey's desktop"
url: http://192.168.1.50
- name: "CloudFree SmartPlug2 - 2"
subtitle: "Monitoring second refrigerator"
url: http://192.168.1.51
- name: "CloudFree SmartPlug2 - 3"
subtitle: "Monitoring downstairs freezer"
url: http://192.168.1.52