feat(dns): change linkding port to 9999

This commit is contained in:
2025-10-05 21:48:15 +03:00
parent 949a2a73ee
commit c000184361

View File

@@ -17,7 +17,7 @@ locals {
} }
linkding = { linkding = {
subdomain = "links" subdomain = "links"
service = "http://192.168.0.101:9090" service = "http://192.168.0.101:9999"
policy = "allow_myself" policy = "allow_myself"
} }
grafana = { grafana = {