---
server:
  host: 0.0.0.0
  port: 3000
  base_url: https://headplane.tulkuajam.org
  cookie_secure: true
  cookie_max_age: 86400
  data_path: /var/lib/headplane

headscale:
  # Headplane talks to Headscale directly over their private Docker network.
  url: http://headscale:8080
  public_url: https://headtail.tulkuajam.org
  # Read-only by design: edit configuration through the mounted project files.
  config_path: /etc/headscale/config.yaml

integration:
  agent:
    enabled: false
  docker:
    # Avoid exposing the root-equivalent Docker socket to the web UI.
    enabled: false
  kubernetes:
    enabled: false
    # Required by Headplane's schema even when Kubernetes is disabled.
    pod_name: headscale
  proc:
    enabled: false
