{
  "service": {
    "name": "Harbor Photos",
    "version": "2.8.4",
    "environment": "production",
    "baseUrl": "https://photos.example.net",
    "timezone": "America/Toronto",
    "maintenanceMode": false
  },
  "server": {
    "host": "0.0.0.0",
    "port": 8080,
    "trustedProxies": [
      "10.0.0.1",
      "172.18.0.0/16"
    ],
    "tls": {
      "enabled": true,
      "managedByProxy": true,
      "hsts": true
    }
  },
  "database": {
    "driver": "postgres",
    "host": "postgres",
    "port": 5432,
    "database": "photo_library",
    "username": "photos_app",
    "pool": {
      "minConnections": 2,
      "maxConnections": 20,
      "idleTimeoutSeconds": 60
    },
    "ssl": {
      "enabled": false
    }
  },
  "storage": {
    "provider": "filesystem",
    "originalsPath": "/data/photos/originals",
    "thumbsPath": "/data/photos/cache/thumbs",
    "importsPath": "/data/photos/imports",
    "trashPath": "/data/photos/trash",
    "retention": {
      "trashDays": 30,
      "keepOriginals": true
    }
  },
  "indexing": {
    "enabled": true,
    "scanIntervalMinutes": 15,
    "workers": 4,
    "extractMetadata": true,
    "generateThumbnails": true,
    "recognition": {
      "faces": true,
      "objects": true,
      "minimumConfidence": 0.72
    },
    "supportedExtensions": [
      "jpg",
      "jpeg",
      "png",
      "heic",
      "webp",
      "tif",
      "tiff",
      "dng",
      "mp4",
      "mov"
    ]
  },
  "libraries": [
    {
      "id": "lib_personal",
      "name": "Personal Archive",
      "ownerUserId": "usr_001",
      "paths": [
        "/data/photos/originals/personal",
        "/mnt/camera-roll"
      ],
      "visibility": "private",
      "stats": {
        "assets": 48216,
        "albums": 184,
        "people": 96,
        "storageBytes": 681443912704
      }
    },
    {
      "id": "lib_family",
      "name": "Family Shared",
      "ownerUserId": "usr_001",
      "paths": [
        "/data/photos/originals/family"
      ],
      "visibility": "shared",
      "sharedWith": [
        "usr_002",
        "usr_003"
      ],
      "stats": {
        "assets": 12904,
        "albums": 43,
        "people": 28,
        "storageBytes": 158902341632
      }
    }
  ],
  "users": [
    {
      "id": "usr_001",
      "email": "alex@example.net",
      "displayName": "Alex Rivera",
      "role": "admin",
      "enabled": true,
      "createdAt": "2024-03-18T14:22:09Z",
      "preferences": {
        "defaultLibraryId": "lib_personal",
        "theme": "system",
        "mapProvider": "openstreetmap",
        "weeklyDigest": true
      }
    },
    {
      "id": "usr_002",
      "email": "morgan@example.net",
      "displayName": "Morgan Rivera",
      "role": "member",
      "enabled": true,
      "createdAt": "2024-05-02T19:41:33Z",
      "preferences": {
        "defaultLibraryId": "lib_family",
        "theme": "dark",
        "mapProvider": "openstreetmap",
        "weeklyDigest": false
      }
    }
  ],
  "sharing": {
    "publicLinksEnabled": true,
    "defaultExpirationDays": 14,
    "allowDownloads": true,
    "requirePasswordByDefault": false,
    "rateLimit": {
      "requestsPerMinute": 120,
      "burst": 240
    }
  },
  "albums": [
    {
      "id": "alb_2026_summer_cabin",
      "libraryId": "lib_family",
      "title": "Summer Cabin 2026",
      "description": "Long weekend at Lake Huron",
      "createdBy": "usr_001",
      "createdAt": "2026-07-06T01:14:28Z",
      "coverAssetId": "ast_9f43a21c",
      "assetCount": 386,
      "tags": [
        "family",
        "lake",
        "summer"
      ],
      "shared": true
    },
    {
      "id": "alb_street_35mm",
      "libraryId": "lib_personal",
      "title": "Street 35mm",
      "description": "Scans from the Nikon FM2",
      "createdBy": "usr_001",
      "createdAt": "2025-11-22T23:08:51Z",
      "coverAssetId": "ast_71bd09ea",
      "assetCount": 118,
      "tags": [
        "film",
        "street",
        "black-and-white"
      ],
      "shared": false
    }
  ],
  "recentAssets": [
    {
      "id": "ast_9f43a21c",
      "libraryId": "lib_family",
      "filename": "IMG_4821.HEIC",
      "mediaType": "photo",
      "capturedAt": "2026-07-04T20:17:45Z",
      "uploadedAt": "2026-07-05T02:32:11Z",
      "checksum": "sha256:5e4d8fbca1b4a2af9d618ebf37b7a4cc0e8d9b31f7266ac6783a5e9fd41582ae",
      "dimensions": {
        "width": 4032,
        "height": 3024
      },
      "camera": {
        "make": "Apple",
        "model": "iPhone 15 Pro",
        "lens": "24mm f/1.78"
      },
      "location": {
        "latitude": 44.7634,
        "longitude": -81.2467,
        "city": "Tobermory",
        "region": "Ontario",
        "country": "Canada"
      },
      "tags": [
        "lake",
        "sunset",
        "family"
      ],
      "favorite": true
    },
    {
      "id": "ast_71bd09ea",
      "libraryId": "lib_personal",
      "filename": "roll12_frame08.tif",
      "mediaType": "photo",
      "capturedAt": "2025-10-12T16:05:00Z",
      "uploadedAt": "2025-11-21T04:19:36Z",
      "checksum": "sha256:8357eb4f7f16b1e62d89abfb4a75d6e84ac928cdb6f87f184d594e2b4122a771",
      "dimensions": {
        "width": 6048,
        "height": 4024
      },
      "camera": {
        "make": "Nikon",
        "model": "FM2",
        "lens": "Nikkor 50mm f/1.8"
      },
      "location": null,
      "tags": [
        "film",
        "street",
        "black-and-white"
      ],
      "favorite": false
    }
  ],
  "backup": {
    "enabled": true,
    "provider": "s3",
    "bucket": "photo-library-backups",
    "region": "us-east-1",
    "prefix": "harbor-photos",
    "schedule": "0 3 * * *",
    "lastRun": {
      "startedAt": "2026-07-14T03:00:02Z",
      "finishedAt": "2026-07-14T03:27:44Z",
      "status": "success",
      "uploadedBytes": 238194944
    }
  },
  "health": {
    "status": "ok",
    "checkedAt": "2026-07-14T13:42:18Z",
    "services": {
      "database": "ok",
      "storage": "ok",
      "thumbnailQueue": "ok",
      "metadataWorker": "ok",
      "backupTarget": "ok"
    }
  }
}