]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - config.yml
Merge pull request #36 from jozefs/keyboard-shortcuts
[github/bastienwirtz/homer.git] / config.yml
CommitLineData
09763dbf
BW
1---
2# Homepage configuration
7312bdd6 3# See https://fontawesome.com/icons for icons options
09763dbf 4
4b87511f 5title: "Demo dashboard"
09763dbf 6subtitle: "Homer"
9baec9ae 7logo: "assets/logo.png"
5fe53dce 8# icon: "fas fa-skull-crossbones" Optional icon
51956c3a 9footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</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.
09763dbf
BW
10
11# Optional message
09763dbf 12message:
7fd9dc6f 13 # url: https://....
5fe53dce
BW
14 style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options.
15 title: "Demo !"
16 content: "This is a dummy homepage demo. Find more information on github.com/bastienwirtz/homer"
09763dbf
BW
17
18# Optional navbar
5028088e 19# links: [] # Allows for navbar (dark mode, layout, and search) without any links
09763dbf
BW
20links:
21 - name: "ansible"
e41196e7 22 icon: "fab fa-github"
4b87511f 23 url: "https://github.com/bastienwirtz/homer"
56c69e0d 24 target: '_blank' # optionnal html a tag target attribute
09763dbf 25 - name: "Wiki"
e41196e7 26 icon: "fas fa-book"
4b87511f 27 url: "https://www.wikipedia.org/"
09763dbf
BW
28
29# Services
30# First level array represent a group.
7312bdd6 31# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
09763dbf
BW
32services:
33 - name: "DevOps"
e41196e7 34 icon: "fas fa-code-branch"
09763dbf
BW
35 items:
36 - name: "Jenkins"
a489a0a3 37 logo: "assets/tools/jenkins.png"
09763dbf
BW
38 subtitle: "Continuous integration server"
39 tag: "CI"
5fe53dce 40 url: "https://jenkins.io/"
56c69e0d 41 target: '_blank' # optionnal html a tag target attribute
09763dbf 42 - name: "RabbitMQ Management"
a489a0a3 43 logo: "assets/tools/rabbitmq.png"
09763dbf
BW
44 subtitle: "Manage & monitor RabbitMQ server"
45 tag: "haproxy"
7312bdd6 46 # Optional tagstyle
47 # Same styling options as the optional message.
a2fdb8a9 48 tagstyle: "is-success"
5fe53dce 49 url: "https://www.rabbitmq.com/"
09763dbf 50 - name: "Monitoring"
e41196e7 51 icon: "fas fa-heartbeat"
09763dbf
BW
52 items:
53 - name: "M/Monit"
a489a0a3 54 logo: "assets/tools/monit.png"
09763dbf
BW
55 subtitle: "Monitor & manage all monit enabled hosts"
56 tag: "monit"
5fe53dce 57 url: "https://mmonit.com/monit/"
09763dbf 58 - name: "Grafana"
a489a0a3 59 logo: "assets/tools/grafana.png"
09763dbf 60 subtitle: "Metric analytics & dashboards"
5fe53dce 61 url: "https://grafana.com/"
09763dbf 62 - name: "Kibana"
a489a0a3 63 logo: "assets/tools/elastic.png"
09763dbf
BW
64 subtitle: "Explore & visualize logs"
65 tag: "elk"
5fe53dce 66 url: "https://www.elastic.co/products/kibana"
09763dbf 67 - name: "Website monitoring"
a489a0a3 68 logo: "assets/tools/pingdom.png"
09763dbf
BW
69 subtitle: "Pingdom public reports overview"
70 tag: "CI"
5fe53dce 71 url: "https://www.pingdom.com/"