feat(dns): expose linkding bookmarks service

This commit is contained in:
2025-10-02 23:15:00 +03:00
parent 25d0da34be
commit dfaeedb757

View File

@@ -15,5 +15,10 @@ locals {
service = "http://192.168.0.101:8883" service = "http://192.168.0.101:8883"
policy = "allow_myself" policy = "allow_myself"
} }
linkding = {
subdomain = "links"
service = "http://192.168.0.101:9090"
policy = "allow_myself"
}
} }
} }