]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - public/config.yml.dist.sample-sui
Remove config.yml from versionning.
[github/bastienwirtz/homer.git] / public / config.yml.dist.sample-sui
CommitLineData
09763dbf
BW
1---
2# Homepage configuration
7312bdd6 3# See https://fontawesome.com/icons for icons options
09763dbf 4
b9c5fcf0
BW
5title: "Hello beautiful!"
6subtitle: "App dashboard"
7logo: false
5fe53dce 8# icon: "fas fa-skull-crossbones" Optional icon
09763dbf 9
b9c5fcf0
BW
10header: true
11
12# Optionnal theme customization
13theme: sui
14colors:
15 light:
16 highlight-primary: transparent
17 highlight-secondary: transparent
18 highlight-hover: "#4a4a4a"
19 text-subtitle: "#424242"
20 dark:
21 background: "#2B2C56"
22 highlight-primary: transparent
23 highlight-secondary: transparent
24 highlight-hover: "#200b35"
25 text-subtitle: "#6375e8"
09763dbf
BW
26
27# Optional navbar
5028088e 28# links: [] # Allows for navbar (dark mode, layout, and search) without any links
b9c5fcf0 29links: []
09763dbf
BW
30
31# Services
32# First level array represent a group.
7312bdd6 33# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
09763dbf 34services:
b9c5fcf0 35 - name: "APPLICATIONS"
09763dbf
BW
36 items:
37 - name: "Jenkins"
a489a0a3 38 logo: "assets/tools/jenkins.png"
09763dbf 39 subtitle: "Continuous integration server"
5fe53dce 40 url: "https://jenkins.io/"
09763dbf 41 - name: "RabbitMQ Management"
a489a0a3 42 logo: "assets/tools/rabbitmq.png"
09763dbf 43 subtitle: "Manage & monitor RabbitMQ server"
7312bdd6 44 # Optional tagstyle
45 # Same styling options as the optional message.
a2fdb8a9 46 tagstyle: "is-success"
5fe53dce 47 url: "https://www.rabbitmq.com/"
09763dbf 48 - name: "M/Monit"
a489a0a3 49 logo: "assets/tools/monit.png"
09763dbf 50 subtitle: "Monitor & manage all monit enabled hosts"
5fe53dce 51 url: "https://mmonit.com/monit/"
09763dbf 52 - name: "Grafana"
a489a0a3 53 logo: "assets/tools/grafana.png"
09763dbf 54 subtitle: "Metric analytics & dashboards"
5fe53dce 55 url: "https://grafana.com/"
09763dbf 56 - name: "Kibana"
a489a0a3 57 logo: "assets/tools/elastic.png"
09763dbf 58 subtitle: "Explore & visualize logs"
5fe53dce 59 url: "https://www.elastic.co/products/kibana"
09763dbf 60 - name: "Website monitoring"
a489a0a3 61 logo: "assets/tools/pingdom.png"
09763dbf
BW
62 subtitle: "Pingdom public reports overview"
63 tag: "CI"
5fe53dce 64 url: "https://www.pingdom.com/"