# atmos/camo

:lock: an http proxy to route images through SSL

Repository: https://github.com/atmos/camo
Canonical: https://ross.abutalabs.com/products/camo
Language: CoffeeScript
License: MIT
License Family: permissive
Archived: true
Last push: 2021-04-04T19:59:16+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 5772, "days_push": 1977, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1883, forks 410 (observed 2026-08-28T04:05:48.811414+00:00)

## What it is
Camo is an HTTP image proxy that routes insecure HTTP images through SSL to prevent mixed-content warnings on HTTPS pages. It authenticates proxy URLs with HMAC digests using a shared secret and supports size limits, redirect following, and content-type whitelisting.

## Use cases
- serve http images over https without mixed content warnings
- proxy user-submitted images through ssl
- prevent sidejacking of image assets on secure pages
- rewrite img src attributes in markdown to secure proxy urls
- self-host an ssl asset proxy for a website

## When to choose
- your site serves user-embedded images over https and you need to avoid mixed-content warnings
- you want an hmac-authenticated image proxy with cache busting and rate limiting hooks
- you need a battle-tested proxy like the one GitHub uses

## When to avoid
- you need a general-purpose http proxy rather than an image-specific one
- you want actively developed software with modern node support
- you need to proxy non-image assets like scripts or stylesheets

## Facets
- artifact type: service
- maturity: maintenance
- function: proxy, security, http-server, caching
- domain: web-development, security, privacy
- platform: self-hosted
- tags: image-proxy, ssl, mixed-content, hmac, coffeescript, heroku, nodejs, web-server, docker

## Member repositories
- atmos/camo (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:48.811414+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:13:41.040346+00:00, confidence not recorded.
  - readme: https://github.com/atmos/camo (fetched 2026-08-28T04:05:48.811414+00:00, sha bc93f4559ff1)
- Data as of 2026-08-30T08:39:29.467469+00:00.
