example2.config.yml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. ---
  2. # Homepage configuration
  3. # See https://fontawesome.com/icons for icons options
  4. title: "Hello beautiful!"
  5. subtitle: "App dashboard"
  6. logo: false
  7. # icon: "fas fa-skull-crossbones" Optional icon
  8. header: true
  9. # Optional theme customization
  10. theme: sui
  11. colors:
  12. light:
  13. highlight-primary: transparent
  14. highlight-secondary: transparent
  15. highlight-hover: "#4a4a4a"
  16. text-subtitle: "#424242"
  17. dark:
  18. background: "#2B2C56"
  19. highlight-primary: transparent
  20. highlight-secondary: transparent
  21. highlight-hover: "#200b35"
  22. text-subtitle: "#6375e8"
  23. # Optional navbar
  24. # links: [] # Allows for navbar (dark mode, layout, and search) without any links
  25. links: []
  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: "APPLICATIONS"
  31. items:
  32. - name: "Jenkins"
  33. logo: "assets/tools/jenkins.png"
  34. subtitle: "Continuous integration server"
  35. url: "https://jenkins.io/"
  36. - name: "RabbitMQ Management"
  37. logo: "assets/tools/rabbitmq.png"
  38. subtitle: "Manage & monitor RabbitMQ server"
  39. # Optional tagstyle
  40. # Same styling options as the optional message.
  41. tagstyle: "is-success"
  42. url: "https://www.rabbitmq.com/"
  43. - name: "M/Monit"
  44. logo: "assets/tools/monit.png"
  45. subtitle: "Monitor & manage all monit enabled hosts"
  46. url: "https://mmonit.com/monit/"
  47. - name: "Grafana"
  48. logo: "assets/tools/grafana.png"
  49. subtitle: "Metric analytics & dashboards"
  50. url: "https://grafana.com/"
  51. - name: "Kibana"
  52. logo: "assets/tools/elastic.png"
  53. subtitle: "Explore & visualize logs"
  54. url: "https://www.elastic.co/products/kibana"
  55. - name: "Website monitoring"
  56. logo: "assets/tools/pingdom.png"
  57. subtitle: "Pingdom public reports overview"
  58. tag: "CI"
  59. url: "https://www.pingdom.com/"