homer/public/assets/config-demo.yml.dist

145 lines
5.6 KiB
Plaintext
Raw Permalink Normal View History

2022-07-15 20:18:55 +00:00
---
# Homepage configuration
2024-11-13 11:07:23 +00:00
# See https://fontawesome.com/search for icons options
2022-07-15 20:18:55 +00:00
title: "Demo dashboard"
subtitle: "Homer"
logo: "logo.png"
# icon: "fas fa-skull-crossbones" # Optional icon
header: true
2022-10-13 20:23:31 +00:00
footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">Bulma</a>, <a href="https://vuejs.org/">Vue.js</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it.
2022-07-15 20:18:55 +00:00
# Optional theme customization
theme: default
2024-06-20 07:37:44 +00:00
columns: "3"
defaults:
layout: list
2022-07-15 20:18:55 +00:00
# Optional message
message:
style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options.
2024-06-20 08:22:07 +00:00
title: "👋 Welcome!"
content: "Homer is a dead simple static HOMepage for your servER (or anything else) to keep your services and favorite links on hand, based on a simple yaml configuration file.<br /> Learn more at <a href='https://github.com/bastienwirtz/homer'>github.com/bastienwirtz/homer</a>"
2022-07-15 20:18:55 +00:00
# Optional navbar
# links: [] # Allows for navbar (dark mode, layout, and search) without any links
links:
2024-06-20 07:37:44 +00:00
- name: "Contribute!"
2022-07-15 20:18:55 +00:00
icon: "fab fa-github"
url: "https://github.com/bastienwirtz/homer"
target: "_blank" # optional html a tag target attribute
2022-10-13 20:23:31 +00:00
- name: "Documentation"
2022-07-15 20:18:55 +00:00
icon: "fas fa-book"
2022-10-13 20:23:31 +00:00
url: "https://github.com/bastienwirtz/homer/blob/main/README.md#table-of-contents"
2022-07-15 20:18:55 +00:00
# this will link to a second homer page that will load config from additional-page.yml and keep default config values as in config.yml file
# see url field and assets/additional-page.yml.dist used in this example:
- name: "another page!"
icon: "fas fa-file-alt"
url: "#additional-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:
2024-06-20 07:37:44 +00:00
- name: "Try Homer"
icon: "fa-solid fa-arrow-right"
2022-07-15 20:18:55 +00:00
items:
2024-06-20 07:37:44 +00:00
- name: "Get started"
icon: "fa-solid fa-download"
subtitle: "Start using Homer in a few minutes"
tag: "setup"
2025-01-03 10:50:53 +00:00
url: "https://github.com/bastienwirtz/homer?tab=readme-ov-file#get-started"
2024-06-20 07:37:44 +00:00
- name: "Configuration"
icon: "fa-solid fa-sliders"
subtitle: "Configuration options documentation"
tag: "setup"
url: "https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md"
- name: "Theming"
icon: "fa-solid fa-palette"
subtitle: "Customize Homer appearance"
tag: "theming"
url: "https://github.com/bastienwirtz/homer/blob/main/docs/theming.md"
- name: "Smart cards"
icon: "fa-solid fa-palette"
subtitle: "Displays dynamic information or actions."
tag: "setup"
2024-12-16 18:18:47 +00:00
url: "https://github.com/bastienwirtz/homer/blob/main/docs/customservices.md"
- name: "Dashboard icons"
icon: "fa-solid fa-icons"
tag: "setup"
2025-01-18 14:29:24 +00:00
url: ""
quick:
- name: "selfh.st"
url: "https://selfh.st/icons/"
icon: "fa-solid fa-arrow-up-right-from-square"
target: "_blank"
- name: "homarr-labs"
url: "https://github.com/homarr-labs/dashboard-icons"
icon: "fa-solid fa-arrow-up-right-from-square"
target: "_blank"
2024-06-20 07:37:44 +00:00
- name: "Buy me a coffee!"
subtitle: "Sponsor this project"
icon: "fa-solid fa-mug-hot"
url: "https://www.buymeacoffee.com/bastien"
2024-06-20 07:37:44 +00:00
- name: "Smart cards showcase"
icon: "fa-solid fa-brain"
class: "highlight-purple"
2024-06-20 07:37:44 +00:00
items:
- name: "Octoprint"
logo: "https://cdn-icons-png.flaticon.com/512/3112/3112529.png"
apikey: "xxxxxxxxxxxx"
endpoint: "/dummy-data/octoprint"
2024-06-20 07:37:44 +00:00
type: "OctoPrint"
2022-10-11 11:57:42 +00:00
- name: "Pi-hole"
logo: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/pi-hole.png"
2022-10-13 20:23:31 +00:00
url: "https://pi-hole.net/"
endpoint: "/dummy-data/pihole"
2022-10-11 11:57:42 +00:00
type: "PiHole"
2022-10-12 21:32:37 +00:00
- name: "Proxmox - Node1"
2022-10-13 20:23:31 +00:00
logo: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/proxmox.png"
2022-10-12 21:32:37 +00:00
type: "Proxmox"
tag: "sys"
2022-10-13 20:23:31 +00:00
url: "https://www.proxmox.com/en/"
endpoint: "/dummy-data/proxmox"
2022-10-12 21:32:37 +00:00
node: "node1"
warning_value: 50
danger_value: 80
2022-10-13 20:23:31 +00:00
api_token: "xxxxxxxxxxxx"
2024-11-18 21:18:52 +00:00
- name: "PeaNUT"
logo: "https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/peanut.png"
url: "https://github.com/Brandawg93/PeaNUT"
endpoint: "/dummy-data/peanut"
type: "PeaNUT"
2024-11-22 08:06:15 +00:00
device: "ups"
2022-10-30 13:48:45 +00:00
- name: "Weather"
2024-06-20 07:37:44 +00:00
location: "Lille"
2022-10-30 13:48:45 +00:00
apikey: "xxxxxxxxxxxx" # insert your own API key here. Request one from https://openweathermap.org/api.
units: "metric"
endpoint: "/dummy-data/openweather/weather"
2022-10-30 13:48:45 +00:00
type: "OpenWeather"
2024-06-20 07:37:44 +00:00
- name: "Ressources"
icon: "fa-regular fa-bookmark"
class: highlight-inverted
2022-10-13 20:23:31 +00:00
items:
2025-01-18 14:29:24 +00:00
- name: "Selfhosted community"
2022-10-13 20:23:31 +00:00
icon: "fa-brands fa-reddit-alien"
tag: "community"
2025-01-18 14:29:24 +00:00
url: ""
quick:
- name: "r/selfhosted"
url: "https://www.reddit.com/r/selfhosted/"
icon: "fa-solid fa-arrow-up-right-from-square"
target: "_blank"
- name: "c/selfhosted"
url: "https://lemmy.world/c/selfhosted"
icon: "fa-solid fa-arrow-up-right-from-square"
target: "_blank"
2022-10-13 20:23:31 +00:00
- name: "Awesome selfhosted"
2024-06-20 07:37:44 +00:00
icon: "fa-solid fa-star"
2022-10-13 20:23:31 +00:00
subtitle: "Another application"
tag: "awesome-list"
url: "https://github.com/awesome-selfhosted/awesome-selfhosted"