mod: replace .local with .lan

This commit is contained in:
Andy Bunce 2026-04-07 10:58:44 +01:00
parent 8fe170cf15
commit f4947ea363
9 changed files with 26 additions and 26 deletions

View file

@ -188,7 +188,7 @@ orlop.duckdns.org {
}
}
# local domain
odroid.local {
odroid.lan {
tls internal
import auth
@ -196,7 +196,7 @@ odroid.local {
root .
file_server browse
}
xu4.local {
xu4.lan {
tls internal
import auth
@ -204,7 +204,7 @@ xu4.local {
root * links
file_server browse
}
warden.local:443 {
warden.lan:443 {
tls "bunce.andy@gmail.com"
reverse_proxy 0.0.0.0:8882
reverse_proxy /notifications/hub 0.0.0.0:3012

View file

@ -1,14 +1,14 @@
[
{"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:9981/", "text": "tvheadend", "port": "9981"},
{"href": "http://n2-plus.local:8088/", "text": "tiddly", "port": "8088"},
{"href": "http://n2-plus.local:8002/", "text": "piwigo", "port": "8002"},
{"href": "http://n2-plus.local:3030/", "text": "fuseki", "port": "3030"},
{"href": "http://n2-plus.local:8002/", "text": "portainer", "port": "8002"},
{"href": "http://n2-plus.local:8443/", "text": "code-server", "port": "8443"},
{"href": "http://n2-plus.local:8444/", "text": "code-server4", "port": "8444"},
{"href": "http://n2-plus.local:8300/", "text": "gitea", "port": "8300"},
{"href": "http://n2-plus.local", "text": "caddy", "port": "80"},
{"href": "http://fish.local", "text": "fish", "port": ""}
{"href": "http://n2-plus.lan:19999/", "text": "netdata", "port": "19999"},
{"href": "http://n2-plus.lan:9000/", "text": "portainer", "port": "9000"},
{"href": "http://n2-plus.lan:9981/", "text": "tvheadend", "port": "9981"},
{"href": "http://n2-plus.lan:8088/", "text": "tiddly", "port": "8088"},
{"href": "http://n2-plus.lan:8002/", "text": "piwigo", "port": "8002"},
{"href": "http://n2-plus.lan:3030/", "text": "fuseki", "port": "3030"},
{"href": "http://n2-plus.lan:8002/", "text": "portainer", "port": "8002"},
{"href": "http://n2-plus.lan:8443/", "text": "code-server", "port": "8443"},
{"href": "http://n2-plus.lan:8444/", "text": "code-server4", "port": "8444"},
{"href": "http://n2-plus.lan:8300/", "text": "gitea", "port": "8300"},
{"href": "http://n2-plus.lan", "text": "caddy", "port": "80"},
{"href": "http://fish.lan", "text": "fish", "port": ""}
]