diff options
author | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-06-23 22:56:33 -0700 |
---|---|---|
committer | Bastien Wirtz <bastien.wirtz@gmail.com> | 2020-06-28 11:05:40 -0700 |
commit | b102c9b2b3aaa4d66bda8d932ba2d6bd4575c044 (patch) | |
tree | 41bdb9b456cbb8d59aaf421e8c82582a4eabcc55 /public/config.yml.dist.sample-sui | |
parent | 796a16c8da1e40aef418559ade2252a5275708c8 (diff) | |
download | homer-b102c9b2b3aaa4d66bda8d932ba2d6bd4575c044.tar.gz homer-b102c9b2b3aaa4d66bda8d932ba2d6bd4575c044.tar.zst homer-b102c9b2b3aaa4d66bda8d932ba2d6bd4575c044.zip |
Regroup all editable files in one place
Diffstat (limited to 'public/config.yml.dist.sample-sui')
-rw-r--r-- | public/config.yml.dist.sample-sui | 64 |
1 files changed, 0 insertions, 64 deletions
diff --git a/public/config.yml.dist.sample-sui b/public/config.yml.dist.sample-sui deleted file mode 100644 index 71eaef0..0000000 --- a/public/config.yml.dist.sample-sui +++ /dev/null | |||
@@ -1,64 +0,0 @@ | |||
1 | --- | ||
2 | # Homepage configuration | ||
3 | # See https://fontawesome.com/icons for icons options | ||
4 | |||
5 | title: "Hello beautiful!" | ||
6 | subtitle: "App dashboard" | ||
7 | logo: false | ||
8 | # icon: "fas fa-skull-crossbones" Optional icon | ||
9 | |||
10 | header: true | ||
11 | |||
12 | # Optionnal theme customization | ||
13 | theme: sui | ||
14 | colors: | ||
15 | light: | ||
16 | highlight-primary: transparent | ||
17 | highlight-secondary: transparent | ||
18 | highlight-hover: "#4a4a4a" | ||
19 | text-subtitle: "#424242" | ||
20 | dark: | ||
21 | background: "#2B2C56" | ||
22 | highlight-primary: transparent | ||
23 | highlight-secondary: transparent | ||
24 | highlight-hover: "#200b35" | ||
25 | text-subtitle: "#6375e8" | ||
26 | |||
27 | # Optional navbar | ||
28 | # links: [] # Allows for navbar (dark mode, layout, and search) without any links | ||
29 | links: [] | ||
30 | |||
31 | # Services | ||
32 | # First level array represent a group. | ||
33 | # Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed). | ||
34 | services: | ||
35 | - name: "APPLICATIONS" | ||
36 | items: | ||
37 | - name: "Jenkins" | ||
38 | logo: "assets/tools/jenkins.png" | ||
39 | subtitle: "Continuous integration server" | ||
40 | url: "https://jenkins.io/" | ||
41 | - name: "RabbitMQ Management" | ||
42 | logo: "assets/tools/rabbitmq.png" | ||
43 | subtitle: "Manage & monitor RabbitMQ server" | ||
44 | # Optional tagstyle | ||
45 | # Same styling options as the optional message. | ||
46 | tagstyle: "is-success" | ||
47 | url: "https://www.rabbitmq.com/" | ||
48 | - name: "M/Monit" | ||
49 | logo: "assets/tools/monit.png" | ||
50 | subtitle: "Monitor & manage all monit enabled hosts" | ||
51 | url: "https://mmonit.com/monit/" | ||
52 | - name: "Grafana" | ||
53 | logo: "assets/tools/grafana.png" | ||
54 | subtitle: "Metric analytics & dashboards" | ||
55 | url: "https://grafana.com/" | ||
56 | - name: "Kibana" | ||
57 | logo: "assets/tools/elastic.png" | ||
58 | subtitle: "Explore & visualize logs" | ||
59 | url: "https://www.elastic.co/products/kibana" | ||
60 | - name: "Website monitoring" | ||
61 | logo: "assets/tools/pingdom.png" | ||
62 | subtitle: "Pingdom public reports overview" | ||
63 | tag: "CI" | ||
64 | url: "https://www.pingdom.com/" | ||