From a489a0a3018499282824ae3124484dd6ab40710e Mon Sep 17 00:00:00 2001 From: Felix Bartels Date: Thu, 19 Dec 2019 15:35:11 +0100 Subject: Allow running Homer in a subdirectory When running homer in a subpath the worker cannot be loaded (404) the same accounts for the images in the default configuration. Signed-off-by: Felix Bartels --- config.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'config.yml') diff --git a/config.yml b/config.yml index 8060119..2adddb1 100644 --- a/config.yml +++ b/config.yml @@ -31,12 +31,12 @@ services: icon: "fas fa-code-branch" items: - name: "Jenkins" - logo: "/assets/tools/jenkins.png" + logo: "assets/tools/jenkins.png" subtitle: "Continuous integration server" tag: "CI" url: "#" - name: "RabbitMQ Management" - logo: "/assets/tools/rabbitmq.png" + logo: "assets/tools/rabbitmq.png" subtitle: "Manage & monitor RabbitMQ server" tag: "haproxy" # Optional tagstyle @@ -47,21 +47,21 @@ services: icon: "fas fa-heartbeat" items: - name: "M/Monit" - logo: "/assets/tools/monit.png" + logo: "assets/tools/monit.png" subtitle: "Monitor & manage all monit enabled hosts" tag: "monit" url: "#" - name: "Grafana" - logo: "/assets/tools/grafana.png" + logo: "assets/tools/grafana.png" subtitle: "Metric analytics & dashboards" url: "#" - name: "Kibana" - logo: "/assets/tools/elastic.png" + logo: "assets/tools/elastic.png" subtitle: "Explore & visualize logs" tag: "elk" url: "#" - name: "Website monitoring" - logo: "/assets/tools/pingdom.png" + logo: "assets/tools/pingdom.png" subtitle: "Pingdom public reports overview" tag: "CI" url: "#" -- cgit v1.2.3