{{ define "settings" }} Settings - ATCR {{ template "nav" . }}

Settings

Identity

{{ .Profile.Handle }}
{{ .Profile.DID }}
{{ .Profile.PDSEndpoint }}

Default Hold

Current: {{ if .Profile.DefaultHold }}{{ .Profile.DefaultHold }}{{ else }}Not set{{ end }}

Leave empty to use AppView default storage

Authorized Devices

Devices authorized via docker-credential-atcr credential helper.

First Time Setup

  1. Install credential helper:
    brew install atcr-credential-helper
    (or download from releases)
  2. Configure Docker to use the helper. Add to ~/.docker/config.json:
    {
      "credHelpers": {
        "{{ .RegistryURL }}": "atcr"
      }
    }
  3. Run any Docker command:
    docker pull {{ .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
Loading...
{{ end }}