Files
homelab/headscale/config/policy.json.example
T
forust f424d91405
lint / prettier (push) Successful in 8s
lint / ruff (push) Failing after 5s
lint / yamllint (push) Successful in 6s
lint / hadolint (push) Failing after 4s
validate / yaml (push) Successful in 6s
validate / k8s (push) Successful in 4s
Tighten lint workflow scope
2026-06-21 21:51:20 +02:00

22 lines
357 B
JSON

{
"groups": {
"group:admin": ["admin@"],
"group:users": []
},
"tagOwners": {},
"hosts": {},
"acls": [
{
"randomizeClientPort": false,
"#ha-meta": {
"name": "users",
"open": true
},
"action": "accept",
"src": ["autogroup:member"],
"dst": ["autogroup:self:*"]
}
],
"ssh": []
}