homer/public/assets/config.yml.dist.sample-sui

65 lines
2.0 KiB
Plaintext
Raw Normal View History

2018-06-14 07:14:05 +02:00
---
# Homepage configuration
# See https://fontawesome.com/icons for icons options
2018-06-14 07:14:05 +02:00
title: "Hello beautiful!"
subtitle: "App dashboard"
logo: false
2020-01-15 07:23:38 +01:00
# icon: "fas fa-skull-crossbones" Optional icon
2018-06-14 07:14:05 +02:00
header: true
# Optional theme customization
theme: sui
colors:
light:
highlight-primary: transparent
highlight-secondary: transparent
highlight-hover: "#4a4a4a"
text-subtitle: "#424242"
dark:
background: "#2B2C56"
highlight-primary: transparent
highlight-secondary: transparent
highlight-hover: "#200b35"
text-subtitle: "#6375e8"
2018-06-14 07:14:05 +02:00
# Optional navbar
# links: [] # Allows for navbar (dark mode, layout, and search) without any links
links: []
2018-06-14 07:14:05 +02:00
# Services
# First level array represent a group.
# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
2018-06-14 07:14:05 +02:00
services:
- name: "APPLICATIONS"
2018-06-14 07:14:05 +02:00
items:
- name: "Jenkins"
logo: "assets/tools/jenkins.png"
2018-06-14 07:14:05 +02:00
subtitle: "Continuous integration server"
2020-01-15 07:23:38 +01:00
url: "https://jenkins.io/"
2018-06-14 07:14:05 +02:00
- name: "RabbitMQ Management"
logo: "assets/tools/rabbitmq.png"
2018-06-14 07:14:05 +02:00
subtitle: "Manage & monitor RabbitMQ server"
# Optional tagstyle
# Same styling options as the optional message.
2019-10-23 23:29:55 +02:00
tagstyle: "is-success"
2020-01-15 07:23:38 +01:00
url: "https://www.rabbitmq.com/"
2018-06-14 07:14:05 +02:00
- name: "M/Monit"
logo: "assets/tools/monit.png"
2018-06-14 07:14:05 +02:00
subtitle: "Monitor & manage all monit enabled hosts"
2020-01-15 07:23:38 +01:00
url: "https://mmonit.com/monit/"
2018-06-14 07:14:05 +02:00
- name: "Grafana"
logo: "assets/tools/grafana.png"
2018-06-14 07:14:05 +02:00
subtitle: "Metric analytics & dashboards"
2020-01-15 07:23:38 +01:00
url: "https://grafana.com/"
2018-06-14 07:14:05 +02:00
- name: "Kibana"
logo: "assets/tools/elastic.png"
2018-06-14 07:14:05 +02:00
subtitle: "Explore & visualize logs"
2020-01-15 07:23:38 +01:00
url: "https://www.elastic.co/products/kibana"
2018-06-14 07:14:05 +02:00
- name: "Website monitoring"
logo: "assets/tools/pingdom.png"
2018-06-14 07:14:05 +02:00
subtitle: "Pingdom public reports overview"
tag: "CI"
2020-01-15 07:23:38 +01:00
url: "https://www.pingdom.com/"