From c6301120d6d89beb509eaf95b6368f4fb84f52a4 Mon Sep 17 00:00:00 2001 From: apb Date: Sun, 26 Dec 2021 16:50:29 +0000 Subject: [PATCH] [mod] --- caddy/site/links/index.html | 12 +++++------- caddy/site/links/links.json | 4 +++- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/caddy/site/links/index.html b/caddy/site/links/index.html index 13e2920..1658d25 100644 --- a/caddy/site/links/index.html +++ b/caddy/site/links/index.html @@ -6,17 +6,15 @@ This is a test -
Page loaded at: {{now | date "Mon Jan 2 15:04:05 MST 2006"}}
+ Page loaded at: {{now | date "Mon Jan 2 15:04:05 MST 2006"}}
- + +
{{ message }}
{{ json  }}
- - -
diff --git a/caddy/site/links/links.json b/caddy/site/links/links.json index b5bc113..490e058 100644 --- a/caddy/site/links/links.json +++ b/caddy/site/links/links.json @@ -1,4 +1,6 @@ [ {"href": "http://n2-plus.local:19999/", "text": "netdata", "port": "19999"}, - {"href": "http://n2-plus.local:9000/", "text": "portainer", "port": "9000"} + {"href": "http://n2-plus.local:9000/", "text": "portainer", "port": "9000"}, + {"href": "http://n2-plus.local", "text": "index", "port": ""}, + {"href": "http://fish.local", "text": "fish", "port": ""} ] \ No newline at end of file