homelab/services/dockerino/homer/config.yml
gaia 665e5e1f40
All checks were successful
Picsur Deploy / Validate Picsur Compose (pull_request) Successful in 12s
Picsur Deploy / Deploy Picsur to Dockerino (pull_request) Has been skipped
refactor: move docker/ → services/
- docker/ renamed to services/ (single source of truth for compose files)
- Update picsur.yml workflow paths from docker/dockerino/ to services/dockerino/
2026-04-09 12:13:10 -03:00

113 lines
3.0 KiB
YAML

# Homer Dashboard Configuration
# Access: http://homer.hackerfortress.cc (via NPM)
subtitle: "Homelab Dashboard"
title: "Hacker Fortress"
logo: "https://raw.githubusercontent.com/bastienwirtz/homer/master/public/img/logo.svg"
# Optional theme
# theme: default (default), dark, light, mono
theme: dark
# Header decoration
header: true
footer: '<p>Hacker Fortress Homelab · Powered by <a href="https://github.com/bastienwirtz/homer">Homer</a></p>'
# Columns
columns: 3
# Services
services:
- name: "Media"
icon: "fas fa-play"
items:
- name: "Jellyfin"
type: "Ping"
logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/images/jellyfin-icon.png"
url: "http://10.0.0.36:8096"
subtitle: "Media Server"
- name: "Sonarr"
type: "Ping"
url: "http://10.0.0.36:8989"
subtitle: "TV Series"
- name: "Radarr"
type: "Ping"
url: "http://10.0.0.36:7878"
subtitle: "Movies"
- name: "Prowlarr"
type: "Ping"
url: "http://10.0.0.36:9696"
subtitle: "Indexer"
- name: "qBittorrent"
type: "Ping"
url: "http://10.0.0.36:5080"
subtitle: "Downloads"
- name: "Infrastructure"
icon: "fas fa-server"
items:
- name: "TrueNAS"
type: "Ping"
url: "https://truenas.hackerfortress.cc"
subtitle: "NAS & Apps"
- name: "Proxmox"
type: "Ping"
url: "https://proxmox.hackerfortress.cc:8006"
subtitle: "Hypervisor"
- name: "Omada Controller"
type: "Ping"
url: "https://omada.hackerfortress.cc"
subtitle: "Router"
- name: "Productivity"
icon: "fas fa-briefcase"
items:
- name: "Outline Wiki"
type: "Ping"
url: "https://outline.hackerfortress.cc"
subtitle: "Documentation"
- name: "BookStack"
type: "Ping"
url: "https://bookstack.hackerfortress.cc"
subtitle: "Wiki"
- name: "n8n"
type: "Ping"
url: "https://n8n.hackerfortress.cc"
subtitle: "Workflows"
- name: "Home Automation"
icon: "fas fa-home"
items:
- name: "Home Assistant"
type: "Ping"
url: "https://homeassistant.hackerfortress.cc"
subtitle: "HA Core"
- name: "Monitoring"
icon: "fas fa-chart-line"
items:
- name: "Uptime Kuma"
type: "Ping"
url: "https://uptime.hackerfortress.cc"
subtitle: "Status"
- name: "Speedtest"
type: "Ping"
url: "https://speedtest.hackerfortress.cc"
subtitle: "Speed"
- name: "Tools"
icon: "fas fa-tools"
items:
- name: "AdGuard"
type: "Ping"
url: "https://adguard.hackerfortress.cc"
subtitle: "DNS"
- name: "HomeBox"
type: "Ping"
url: "https://homebox.hackerfortress.cc"
subtitle: "Inventory"
- name: "Picsur"
type: "Ping"
url: "https://picsur.hackerfortress.cc"
subtitle: "Images"