{{ define "settings" }} Settings - ATCR {{ template "head" . }} {{ 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:
    curl -fsSL atcr.io/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 "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 }}