|
|
@@ -0,0 +1,71 @@
|
|
|
+---
|
|
|
+# Homepage configuration
|
|
|
+# See https://fontawesome.com/icons for icons options
|
|
|
+
|
|
|
+title: "{{ homer_title | default('My Dashboard') }}"
|
|
|
+subtitle: "{{ homer_subtitle | default('Homer') }}"
|
|
|
+logo: "{{ homer_logo | default('logo.png') }}"
|
|
|
+# icon: "fas fa-home" # Optional icon instead of logo
|
|
|
+
|
|
|
+header: true
|
|
|
+footer: false # Set to "<Message>" to enable footer with a custom message
|
|
|
+
|
|
|
+# Optional theme customization
|
|
|
+theme: default # Options: default, sui
|
|
|
+# colors:
|
|
|
+# light:
|
|
|
+# highlight-primary: "#3367d6"
|
|
|
+# highlight-secondary: "#4285f4"
|
|
|
+# highlight-hover: "#5a95f5"
|
|
|
+# background: "#f5f5f5"
|
|
|
+# card-background: "#ffffff"
|
|
|
+# text: "#363636"
|
|
|
+# text-header: "#ffffff"
|
|
|
+# dark:
|
|
|
+# highlight-primary: "#3367d6"
|
|
|
+# highlight-secondary: "#4285f4"
|
|
|
+# highlight-hover: "#5a95f5"
|
|
|
+# background: "#131313"
|
|
|
+# card-background: "#2b2b2b"
|
|
|
+# text: "#eaeaea"
|
|
|
+# text-header: "#ffffff"
|
|
|
+
|
|
|
+# Optional message displayed at the top
|
|
|
+# message:
|
|
|
+# style: "is-dark" # Options: is-dark, is-warning, is-info, is-success, is-danger
|
|
|
+# title: "Welcome!"
|
|
|
+# icon: "fa fa-grin"
|
|
|
+# content: "This is your Homer dashboard. <br /> Add your services below."
|
|
|
+
|
|
|
+# Optional navbar links
|
|
|
+# links:
|
|
|
+# - name: "GitHub"
|
|
|
+# icon: "fab fa-github"
|
|
|
+# url: "https://github.com"
|
|
|
+# target: "_blank" # optional: open in new tab
|
|
|
+# - name: "Documentation"
|
|
|
+# icon: "fas fa-book"
|
|
|
+# url: "https://github.com/bastienwirtz/homer/blob/main/docs/configuration.md"
|
|
|
+
|
|
|
+# Services
|
|
|
+# First level array represents a group.
|
|
|
+# Leave only an "items" key if not using groups (group name, icon & tagstyle are optional)
|
|
|
+services:
|
|
|
+ - name: "Applications"
|
|
|
+ icon: "fas fa-cloud"
|
|
|
+ # items:
|
|
|
+ # - name: "Example App"
|
|
|
+ # logo: "assets/tools/sample.png" # or use "icon: fas fa-server"
|
|
|
+ # subtitle: "Description of the app"
|
|
|
+ # tag: "app" # Optional tag
|
|
|
+ # tagstyle: "is-success" # Optional: is-success, is-warning, is-info, is-danger
|
|
|
+ # url: "https://example.com"
|
|
|
+ # target: "_blank" # optional: open in new tab
|
|
|
+
|
|
|
+ # - name: "Monitoring"
|
|
|
+ # icon: "fas fa-chart-line"
|
|
|
+ # items:
|
|
|
+ # - name: "Grafana"
|
|
|
+ # icon: "fas fa-chart-area"
|
|
|
+ # subtitle: "Metrics & dashboards"
|
|
|
+ # url: "https://grafana.example.com"
|