]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - config.yml
Deps update & minor UI adjustments
[github/bastienwirtz/homer.git] / config.yml
CommitLineData
09763dbf
BW
1---
2# Homepage configuration
3# See https://fontawesome.com/v4.7.0/icons/ for icons options
4
5title: "Simple homepage"
6subtitle: "Homer"
7logo: "assets/homer.png"
e41196e7 8icon: "fas fa-skull-crossbones"
09763dbf
BW
9
10# Optional message
11# See https://bulma.io/documentation/components/message/#colors for styling options.
12message:
13 style: "is-warning"
14 title: "Optional message!"
15 content: "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque risus mi, tempus quis placerat ut, porta nec nulla. Vestibulum rhoncus ac ex sit amet fringilla. Nullam gravida purus diam, et dictum felis venenatis efficitur. Aenean ac eleifend lacus, in mollis lectus. Donec sodales, arcu et sollicitudin porttitor, tortor urna tempor ligula."
16
17# Optional navbar
18links:
19 - name: "ansible"
e41196e7 20 icon: "fab fa-github"
09763dbf
BW
21 url: "https://github.com/xxxxx/ansible/"
22 - name: "Wiki"
e41196e7 23 icon: "fas fa-book"
09763dbf
BW
24 url: "https://wiki.xxxxxx.com/"
25
26# Services
27# First level array represent a group.
28# Leave only a "items" key if not using group (group name & icon are optional, section separation will not be displayed).
29services:
30 - name: "DevOps"
e41196e7 31 icon: "fas fa-code-branch"
09763dbf
BW
32 items:
33 - name: "Jenkins"
34 logo: "/assets/tools/jenkins.png"
35 subtitle: "Continuous integration server"
36 tag: "CI"
37 url: "#"
38 - name: "RabbitMQ Management"
39 logo: "/assets/tools/rabbitmq.png"
40 subtitle: "Manage & monitor RabbitMQ server"
41 tag: "haproxy"
42 url: "#"
43 - name: "Monitoring"
e41196e7 44 icon: "fas fa-heartbeat"
09763dbf
BW
45 items:
46 - name: "M/Monit"
47 logo: "/assets/tools/monit.png"
48 subtitle: "Monitor & manage all monit enabled hosts"
49 tag: "monit"
50 url: "#"
51 - name: "Grafana"
52 logo: "/assets/tools/grafana.png"
53 subtitle: "Metric analytics & dashboards"
54 url: "#"
55 - name: "Kibana"
56 logo: "/assets/tools/elastic.png"
57 subtitle: "Explore & visualize logs"
58 tag: "elk"
59 url: "#"
60 - name: "Website monitoring"
61 logo: "/assets/tools/pingdom.png"
62 subtitle: "Pingdom public reports overview"
63 tag: "CI"
64 url: "#"