diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 1db78de..fe97347 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -5,10 +5,12 @@ # acme_ca https://acme-staging-v02.api.letsencrypt.org/directory } -n2-plus.local:8080 { - respond "I am 8080" +fish.local { + encode zstd gzip + file_server browse } + n2-plus.local { encode zstd gzip templates diff --git a/caddy/site/links.json b/caddy/site/links.json new file mode 100644 index 0000000..b5bc113 --- /dev/null +++ b/caddy/site/links.json @@ -0,0 +1,4 @@ +[ + {"href": "http://n2-plus.local:19999/", "text": "netdata", "port": "19999"}, + {"href": "http://n2-plus.local:9000/", "text": "portainer", "port": "9000"} +] \ No newline at end of file