aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorBastien Wirtz <bastien.wirtz@gmail.com>2020-01-14 22:23:38 -0800
committerBastien Wirtz <bastien.wirtz@gmail.com>2020-01-14 22:33:20 -0800
commit5fe53dce3c1e1d3357f614b0157dc55079dff913 (patch)
tree316209de401ac6225a30b499ff115964aa020eba
parentd5ef84f5a76cde0b89abf4b17525eeec95e78f35 (diff)
downloadhomer-5fe53dce3c1e1d3357f614b0157dc55079dff913.tar.gz
homer-5fe53dce3c1e1d3357f614b0157dc55079dff913.tar.zst
homer-5fe53dce3c1e1d3357f614b0157dc55079dff913.zip
Add live demo link
-rw-r--r--README.md2
-rw-r--r--config.yml24
2 files changed, 14 insertions, 12 deletions
diff --git a/README.md b/README.md
index fe188b7..59b358f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,8 @@
1# Homer 1# Homer
2A dead simple static **HOM**epage for your serv**ER** to keep your services on hand, from a simple `yaml` configuration file. 2A dead simple static **HOM**epage for your serv**ER** to keep your services on hand, from a simple `yaml` configuration file.
3 3
4**Check out the live demo [here](https://homer-demo.netlify.com/).**
5
4If you need authentication support, you're on your own (it can be secured using a web server auth module or exposing it only through a VPN network / SSH tunnel, ...) 6If you need authentication support, you're on your own (it can be secured using a web server auth module or exposing it only through a VPN network / SSH tunnel, ...)
5 7
6![screenshot](https://github.com/bastienwirtz/homer/blob/master/screenshot.png) 8![screenshot](https://github.com/bastienwirtz/homer/blob/master/screenshot.png)
diff --git a/config.yml b/config.yml
index 3d87016..fa29d65 100644
--- a/config.yml
+++ b/config.yml
@@ -2,18 +2,18 @@
2# Homepage configuration 2# Homepage configuration
3# See https://fontawesome.com/icons for icons options 3# See https://fontawesome.com/icons for icons options
4 4
5title: "Simple homepage" 5title: "Demo homepage"
6subtitle: "Homer" 6subtitle: "Homer"
7logo: "assets/logo.png" 7logo: "assets/logo.png"
8icon: "fas fa-skull-crossbones" 8# icon: "fas fa-skull-crossbones" Optional icon
9 9
10# Optional message 10# Optional message
11# See https://bulma.io/documentation/components/message/#colors for styling options. 11#
12message: 12message:
13 # url: https://.... 13 # url: https://....
14 style: "is-warning" 14 style: "is-dark" # See https://bulma.io/documentation/components/message/#colors for styling options.
15 title: "Optional message!" 15 title: "Demo !"
16 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 content: "This is a dummy homepage demo. Find more information on github.com/bastienwirtz/homer"
17 17
18# Optional navbar 18# Optional navbar
19links: 19links:
@@ -36,7 +36,7 @@ services:
36 logo: "assets/tools/jenkins.png" 36 logo: "assets/tools/jenkins.png"
37 subtitle: "Continuous integration server" 37 subtitle: "Continuous integration server"
38 tag: "CI" 38 tag: "CI"
39 url: "#" 39 url: "https://jenkins.io/"
40 target: '_blank' # optionnal html a tag target attribute 40 target: '_blank' # optionnal html a tag target attribute
41 - name: "RabbitMQ Management" 41 - name: "RabbitMQ Management"
42 logo: "assets/tools/rabbitmq.png" 42 logo: "assets/tools/rabbitmq.png"
@@ -45,7 +45,7 @@ services:
45 # Optional tagstyle 45 # Optional tagstyle
46 # Same styling options as the optional message. 46 # Same styling options as the optional message.
47 tagstyle: "is-success" 47 tagstyle: "is-success"
48 url: "#" 48 url: "https://www.rabbitmq.com/"
49 - name: "Monitoring" 49 - name: "Monitoring"
50 icon: "fas fa-heartbeat" 50 icon: "fas fa-heartbeat"
51 items: 51 items:
@@ -53,18 +53,18 @@ services:
53 logo: "assets/tools/monit.png" 53 logo: "assets/tools/monit.png"
54 subtitle: "Monitor & manage all monit enabled hosts" 54 subtitle: "Monitor & manage all monit enabled hosts"
55 tag: "monit" 55 tag: "monit"
56 url: "#" 56 url: "https://mmonit.com/monit/"
57 - name: "Grafana" 57 - name: "Grafana"
58 logo: "assets/tools/grafana.png" 58 logo: "assets/tools/grafana.png"
59 subtitle: "Metric analytics & dashboards" 59 subtitle: "Metric analytics & dashboards"
60 url: "#" 60 url: "https://grafana.com/"
61 - name: "Kibana" 61 - name: "Kibana"
62 logo: "assets/tools/elastic.png" 62 logo: "assets/tools/elastic.png"
63 subtitle: "Explore & visualize logs" 63 subtitle: "Explore & visualize logs"
64 tag: "elk" 64 tag: "elk"
65 url: "#" 65 url: "https://www.elastic.co/products/kibana"
66 - name: "Website monitoring" 66 - name: "Website monitoring"
67 logo: "assets/tools/pingdom.png" 67 logo: "assets/tools/pingdom.png"
68 subtitle: "Pingdom public reports overview" 68 subtitle: "Pingdom public reports overview"
69 tag: "CI" 69 tag: "CI"
70 url: "#" 70 url: "https://www.pingdom.com/"