[add] fish

This commit is contained in:
Andy Bunce 2021-12-25 23:40:40 +00:00
parent 0ddfa9f736
commit 3c8a5da81f
2 changed files with 8 additions and 2 deletions

View file

@ -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

4
caddy/site/links.json Normal file
View file

@ -0,0 +1,4 @@
[
{"href": "http://n2-plus.local:19999/", "text": "netdata", "port": "19999"},
{"href": "http://n2-plus.local:9000/", "text": "portainer", "port": "9000"}
]