]> git.immae.eu Git - github/bastienwirtz/homer.git/blame - config.yml
Adding full off network support.
[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:
7fd9dc6f 13 # url: https://....
09763dbf
BW
14 style: "is-warning"
15 title: "Optional message!"
16 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."
17
18# Optional navbar
19links:
20 - name: "ansible"
e41196e7 21 icon: "fab fa-github"
09763dbf
BW
22 url: "https://github.com/xxxxx/ansible/"
23 - name: "Wiki"
e41196e7 24 icon: "fas fa-book"
09763dbf
BW
25 url: "https://wiki.xxxxxx.com/"
26
27# Services
28# First level array represent a group.
7312bdd6 29# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
09763dbf
BW
30services:
31 - name: "DevOps"
e41196e7 32 icon: "fas fa-code-branch"
09763dbf
BW
33 items:
34 - name: "Jenkins"
a489a0a3 35 logo: "assets/tools/jenkins.png"
09763dbf
BW
36 subtitle: "Continuous integration server"
37 tag: "CI"
38 url: "#"
39 - name: "RabbitMQ Management"
a489a0a3 40 logo: "assets/tools/rabbitmq.png"
09763dbf
BW
41 subtitle: "Manage & monitor RabbitMQ server"
42 tag: "haproxy"
7312bdd6 43 # Optional tagstyle
44 # Same styling options as the optional message.
a2fdb8a9 45 tagstyle: "is-success"
09763dbf
BW
46 url: "#"
47 - name: "Monitoring"
e41196e7 48 icon: "fas fa-heartbeat"
09763dbf
BW
49 items:
50 - name: "M/Monit"
a489a0a3 51 logo: "assets/tools/monit.png"
09763dbf
BW
52 subtitle: "Monitor & manage all monit enabled hosts"
53 tag: "monit"
54 url: "#"
55 - name: "Grafana"
a489a0a3 56 logo: "assets/tools/grafana.png"
09763dbf
BW
57 subtitle: "Metric analytics & dashboards"
58 url: "#"
59 - name: "Kibana"
a489a0a3 60 logo: "assets/tools/elastic.png"
09763dbf
BW
61 subtitle: "Explore & visualize logs"
62 tag: "elk"
63 url: "#"
64 - name: "Website monitoring"
a489a0a3 65 logo: "assets/tools/pingdom.png"
09763dbf
BW
66 subtitle: "Pingdom public reports overview"
67 tag: "CI"
68 url: "#"