{{ define "settings-panel-devices" }}

Authorized Devices

Devices authorized via docker-credential-atcr credential helper.

First Time Setup

  1. Install credential helper:
    curl -fsSL {{ .SiteURL }}/static/install.sh | bash
  2. Configure Docker to use the helper. Add to ~/.docker/config.json:
    {
      "credHelpers": {
        "{{ .RegistryURL }}": "atcr"
      }
    }
  3. Run any Docker command:
    {{ template "docker-command" (print (pullPrefix .OciClient) .RegistryURL "/" .Profile.Handle "/myimage") }}
  4. Browser will open for authorization - click Approve
  5. Done! Device is automatically authorized
Fallback: Use app password with docker login {{ .RegistryURL }} for quick start (no device tracking)

Your Authorized Devices

Device Name IP Address Created Last Used Actions
{{ icon "loader-2" "size-4 animate-spin inline-block" }} Loading...
{{ end }}