]> git.immae.eu Git - github/bastienwirtz/homer.git/blob - config.yml
also fix paths in worker.js
[github/bastienwirtz/homer.git] / config.yml
1 ---
2 # Homepage configuration
3 # See https://fontawesome.com/icons for icons options
4
5 title: "Simple homepage"
6 subtitle: "Homer"
7 logo: "assets/logo.png"
8 icon: "fas fa-skull-crossbones"
9
10 # Optional message
11 # See https://bulma.io/documentation/components/message/#colors for styling options.
12 message:
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
18 links:
19 - name: "ansible"
20 icon: "fab fa-github"
21 url: "https://github.com/xxxxx/ansible/"
22 - name: "Wiki"
23 icon: "fas fa-book"
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 & tagstyle are optional, section separation will not be displayed).
29 services:
30 - name: "DevOps"
31 icon: "fas fa-code-branch"
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 # Optional tagstyle
43 # Same styling options as the optional message.
44 tagstyle: "is-success"
45 url: "#"
46 - name: "Monitoring"
47 icon: "fas fa-heartbeat"
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: "#"