- Estrutura Terraform para ER605/Omada - Ansible inventory e role base para Dockerino - Docker Compose files para todos os serviços do Dockerino - Docker Compose para Media stack (Jellyfin, Sonarr, Radarr, etc) - Documentação ARCHITECTURE.md e NEXT_STEPS.md (via Héstia)
113 lines
3.0 KiB
YAML
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"
|