aboutsummaryrefslogtreecommitdiffhomepage
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/assets/tools/sample.pngbin0 -> 3785 bytes
-rw-r--r--public/config.yml71
-rw-r--r--public/config.yml.sample-sui64
-rw-r--r--public/favicon.pngbin0 -> 49200 bytes
-rw-r--r--public/index.html18
-rw-r--r--public/logo.pngbin0 -> 49200 bytes
-rw-r--r--public/robots.txt2
7 files changed, 155 insertions, 0 deletions
diff --git a/public/assets/tools/sample.png b/public/assets/tools/sample.png
new file mode 100644
index 0000000..6b4774b
--- /dev/null
+++ b/public/assets/tools/sample.png
Binary files differ
diff --git a/public/config.yml b/public/config.yml
new file mode 100644
index 0000000..0e0310e
--- /dev/null
+++ b/public/config.yml
@@ -0,0 +1,71 @@
1---
2# Homepage configuration
3# See https://fontawesome.com/icons for icons options
4
5title: "Demo dashboard"
6subtitle: "Homer"
7logo: "logo.png"
8# icon: "fas fa-skull-crossbones" Optional icon
9
10header: true
11footer: '<p>Created with <span class="has-text-danger">❤️</span> with <a href="https://bulma.io/">bulma</a>, <a href="https://vuejs.org/">vuejs</a> & <a href="https://fontawesome.com/">font awesome</a> // Fork me on <a href="https://github.com/bastienwirtz/homer"><i class="fab fa-github-alt"></i></a></p>' # set false if you want to hide it.
12
13# Optionnal theme customization
14theme: default
15colors:
16 light:
17 highlight-primary: "#3367d6"
18 highlight-secondary: "#4285f4"
19 highlight-hover: "#5a95f5"
20 background: "#f5f5f5"
21 card-background: "#ffffff"
22 text: "#363636"
23 text-header: "#ffffff"
24 text-title: "#303030"
25 text-subtitle: "#424242"
26 card-shadow: rgba(0, 0, 0, 0.1)
27 link-hover: "#363636"
28 dark:
29 highlight-primary: "#3367d6"
30 highlight-secondary: "#4285f4"
31 highlight-hover: "#5a95f5"
32 background: "#131313"
33 card-background: "#2b2b2b"
34 text: "#eaeaea"
35 text-header: "#ffffff"
36 text-title: "#fafafa"
37 text-subtitle: "#f5f5f5"
38 card-shadow: rgba(0, 0, 0, 0.4)
39 link-hover: "#ffdd57"
40
41# Optional message
42message:
43 #url: https://b4bz.io
44 style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options.
45 title: "👋 Demo !"
46 content: "This is a dummy homepage demo. <br /> Find more information on <a href='https://github.com/bastienwirtz/homer'>github.com/bastienwirtz/homer</a>"
47
48# Optional navbar
49# links: [] # Allows for navbar (dark mode, layout, and search) without any links
50links:
51 - name: "Contribute"
52 icon: "fab fa-github"
53 url: "https://github.com/bastienwirtz/homer"
54 target: "_blank" # optionnal html a tag target attribute
55 - name: "Wiki"
56 icon: "fas fa-book"
57 url: "https://www.wikipedia.org/"
58
59# Services
60# First level array represent a group.
61# Leave only a "items" key if not using group (group name, icon & tagstyle are optional, section separation will not be displayed).
62services:
63 - name: "Applications"
64 icon: "fas fa-cloud"
65 items:
66 - name: "Awesome app"
67 logo: "assets/tools/sample.png"
68 subtitle: "Bookmark exemple"
69 tag: "app"
70 url: "https://www.reddit.com/r/selfhosted/"
71 target: "_blank" # optionnal html a tag target attribute
diff --git a/public/config.yml.sample-sui b/public/config.yml.sample-sui
new file mode 100644
index 0000000..71eaef0
--- /dev/null
+++ b/public/config.yml.sample-sui
@@ -0,0 +1,64 @@
1---
2# Homepage configuration
3# See https://fontawesome.com/icons for icons options
4
5title: "Hello beautiful!"
6subtitle: "App dashboard"
7logo: false
8# icon: "fas fa-skull-crossbones" Optional icon
9
10header: true
11
12# Optionnal theme customization
13theme: sui
14colors:
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
29links: []
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).
34services:
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/"
diff --git a/public/favicon.png b/public/favicon.png
new file mode 100644
index 0000000..6fa8ee8
--- /dev/null
+++ b/public/favicon.png
Binary files differ
diff --git a/public/index.html b/public/index.html
new file mode 100644
index 0000000..f718159
--- /dev/null
+++ b/public/index.html
@@ -0,0 +1,18 @@
1<!DOCTYPE html>
2<html lang="en">
3 <head>
4 <meta charset="utf-8">
5 <meta http-equiv="X-UA-Compatible" content="IE=edge">
6 <meta name="viewport" content="width=device-width,initial-scale=1.0">
7 <meta name="robots" content="noindex">
8 <link rel="icon" href="<%= BASE_URL %>favicon.png">
9 <title><%= htmlWebpackPlugin.options.title %></title>
10 </head>
11 <body>
12 <noscript>
13 <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
14 </noscript>
15 <div id="app"></div>
16 <!-- built files will be auto injected -->
17 </body>
18</html>
diff --git a/public/logo.png b/public/logo.png
new file mode 100644
index 0000000..6fa8ee8
--- /dev/null
+++ b/public/logo.png
Binary files differ
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000..eb05362
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,2 @@
1User-agent: *
2Disallow: