]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - config.yml
Merge pull request #5 from pdevq/master
[github/bastienwirtz/homer.git] / config.yml
CommitLineData
09763dbf
BW
1---
2# Homepage configuration
7312bdd6 3# See https://fontawesome.com/icons for icons options
09763dbf
BW
4
5title: "Simple homepage"
6subtitle: "Homer"
9baec9ae 7logo: "assets/logo.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.
7312bdd6 28# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
09763dbf
BW
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"
7312bdd6 42 # Optional tagstyle
43 # Same styling options as the optional message.
a2fdb8a9 44 tagstyle: "is-success"
09763dbf
BW
45 url: "#"
46 - name: "Monitoring"
e41196e7 47 icon: "fas fa-heartbeat"
09763dbf
BW
48 items:
49 - name: "M/Monit"
50 logo: "/assets/tools/monit.png"
51 subtitle: "Monitor & manage all monit enabled hosts"
52 tag: "monit"
53 url: "#"
54 - name: "Grafana"
55 logo: "/assets/tools/grafana.png"
56 subtitle: "Metric analytics & dashboards"
57 url: "#"
58 - name: "Kibana"
59 logo: "/assets/tools/elastic.png"
60 subtitle: "Explore & visualize logs"
61 tag: "elk"
62 url: "#"
63 - name: "Website monitoring"
64 logo: "/assets/tools/pingdom.png"
65 subtitle: "Pingdom public reports overview"
66 tag: "CI"
67 url: "#"