[{"data":1,"prerenderedAt":110},["ShallowReactive",2],{"$f12bfmh91snjm1":3},{"site":4,"app":16,"alternatives":62,"compose":105,"log":106,"changelog":107},{"hourly_rate_usd":5,"break_even_window_mo":6,"reference_env":7,"attribution":8},20,18,"Fresh Debian 12, Docker + Compose preinstalled, 2 GB RAM \u002F 2 vCPU ($5-class VPS)",{"caniselfhostit":9},{"name":10,"url":11,"repo":12,"license":13,"author":14,"note":15},"caniselfhostit.com","https:\u002F\u002Fcaniselfhostit.com","https:\u002F\u002Fgithub.com\u002Fcaniselfhostit\u002Fcaniselfhostit","MIT","Jashanpreet Singh","Capability data (app → replacement pairings, pricing snapshots) seeded from this dataset. They answer 'can you run it, and how' — go there for guided installs.",{"id":17,"name":18,"domain":19,"category":20,"price_usd_mo":21,"price_plan":22,"price_unit":23,"price_source":24,"price_checked":25,"links":26,"jobs":27,"alternatives":32,"provenance":35,"verdict":37,"verdict_reason":38,"what_you_lose":39,"economics":42,"hardware_tier":45,"verified":46,"compose":53,"derived":54},"fathom-analytics","Fathom Analytics","usefathom.com","analytics",15,"Starter","flat","https:\u002F\u002Fusefathom.com\u002Fpricing","2026-08-10",{},[28,29,30,31],"pageview analytics","event tracking","GDPR-friendly stats","email reports",[33,34],"plausible","umami",{"decision_layer":36},"original","YES","Fathom charges $15\u002Fmo for privacy-friendly analytics; Plausible and Umami are the same promise as software you run. The Plausible compose on this scoreboard is already boot-verified — same replacement, same math, one more subscription that's really a database with a chart on top.",[40,41],"Fathom's managed uptime and their EU isolation guarantees on paper","Email reports arrive from your cron now",{"vps_share_usd_mo":43,"storage_usd_mo":44,"maint_min_mo":21},0.5,0,"vps",{"by":47,"at":25,"protocol":48,"setup_min":49,"assistant":50,"evidence":51},"zernonia","v1",25,"claude-code",[52,53],"logs\u002Ffathom-analytics.md","compose\u002Fplausible-plausible.yml",{"hourly_rate_usd":5,"self_host_cost_usd_mo":55,"net_saving_usd_mo":56,"setup_cost_usd":57,"break_even_months":58,"break_even_date":59,"markup_index":60,"primary_abandoned":61,"verdict_stale":61},5.5,9.5,8.33,0.88,"2026-09-06",2.73,false,[63,86],{"id":33,"name":64,"tagline":65,"repo":66,"site":67,"license":68,"category":20,"resources":69,"provenance":74,"metrics":76},"Plausible CE","The same privacy-first analytics dashboard the vendor sells, on your own domain, with no pageview meter counting against you.","plausible\u002Fanalytics","https:\u002F\u002Fplausible.io","AGPL-3.0",{"ram_min_mb":70,"disk_gb":71,"arm64":72,"containers":73,"external_db":72},2048,10,true,3,{"capability_seed":75,"decision_layer":36},"caniselfhostit",{"id":33,"stars":77,"last_commit":78,"latest_release":79,"docker_pulls":83,"open_issues":84,"fetched_at":85},28463,"2026-08-10T15:55:06Z",{"tag":80,"published_at":81,"url":82},"v3.2.1","2026-05-15T09:15:56Z","https:\u002F\u002Fgithub.com\u002Fplausible\u002Fanalytics\u002Freleases\u002Ftag\u002Fv3.2.1",null,56,"2026-08-11T03:55:29.960Z",{"id":34,"name":87,"tagline":88,"repo":89,"site":90,"license":13,"category":20,"resources":91,"provenance":95,"metrics":96},"Umami","Pageviews, referrers and custom events on a hostname you own, from one container and a PostgreSQL, with no monthly event meter.","umami-software\u002Fumami","https:\u002F\u002Fumami.is",{"ram_min_mb":92,"disk_gb":93,"arm64":72,"containers":94,"external_db":72},1024,5,2,{"capability_seed":75,"decision_layer":36},{"id":34,"stars":97,"last_commit":98,"latest_release":99,"docker_pulls":83,"open_issues":103,"fetched_at":104},38146,"2026-08-11T03:19:01Z",{"tag":100,"published_at":101,"url":102},"v3.2.0","2026-06-24T23:24:23Z","https:\u002F\u002Fgithub.com\u002Fumami-software\u002Fumami\u002Freleases\u002Ftag\u002Fv3.2.0",115,"2026-08-11T03:55:32.915Z","# Plausible Community Edition — the rare case where the SaaS and the self-host are the\n# same software. Secrets are throwaway test values: openssl rand -base64 48\nservices:\n  plausible:\n    image: ghcr.io\u002Fplausible\u002Fcommunity-edition:v3\n    container_name: plausible\n    restart: unless-stopped\n    command: sh -c \"\u002Fentrypoint.sh db createdb && \u002Fentrypoint.sh db migrate && \u002Fentrypoint.sh run\"\n    depends_on:\n      plausible-db:\n        condition: service_healthy\n      plausible-events-db:\n        condition: service_healthy\n    environment:\n      BASE_URL: http:\u002F\u002Flocalhost:8000\n      SECRET_KEY_BASE: \"GLVzDZW04FzuS1gMcmBRVhwgd4Gu9YmSl\u002Fk\u002FTqfTUXti7FLBd7aflXeQDdwCj6Cz\"\n      DATABASE_URL: postgres:\u002F\u002Fplausible:plausible@plausible-db:5432\u002Fplausible_db\n      CLICKHOUSE_DATABASE_URL: http:\u002F\u002Fplausible-events-db:8123\u002Fplausible_events_db\n      DISABLE_REGISTRATION: \"false\"\n    ports:\n      - \"8000:8000\"\n    healthcheck:\n      test: [\"CMD-SHELL\", \"wget -qO- http:\u002F\u002Flocalhost:8000\u002Fapi\u002Fhealth || exit 1\"]\n      interval: 5s\n      timeout: 5s\n      retries: 36\n      start_period: 30s\n\n  plausible-db:\n    image: postgres:16-alpine\n    restart: unless-stopped\n    environment:\n      POSTGRES_USER: plausible\n      POSTGRES_PASSWORD: plausible\n      POSTGRES_DB: plausible_db\n    volumes:\n      - plausible-pg:\u002Fvar\u002Flib\u002Fpostgresql\u002Fdata\n    healthcheck:\n      test: [\"CMD-SHELL\", \"pg_isready -U plausible\"]\n      interval: 5s\n      timeout: 5s\n      retries: 12\n\n  plausible-events-db:\n    image: clickhouse\u002Fclickhouse-server:24.12-alpine\n    restart: unless-stopped\n    volumes:\n      - plausible-ch:\u002Fvar\u002Flib\u002Fclickhouse\n    ulimits:\n      nofile:\n        soft: 262144\n        hard: 262144\n    healthcheck:\n      test: [\"CMD-SHELL\", \"wget -qO- http:\u002F\u002Flocalhost:8123\u002Fping || exit 1\"]\n      interval: 5s\n      timeout: 5s\n      retries: 24\n      start_period: 20s\n\nvolumes:\n  plausible-pg:\n  plausible-ch:\n","# Fathom Analytics — verdict log\n\n- **Date:** 2026-08-10\n- **Verdict:** YES — worth it\n- **Protocol:** v1 (2GB reference env, Docker preinstalled, AI assistant: claude-code)\n\n## Setup evidence (shared)\n\n- This verdict rides on the same replacement verified for `plausible-plausible` — see `compose\u002Fplausible-plausible.yml` and its log.\n\n## The call\n\nFathom charges $15\u002Fmo for privacy-friendly analytics; Plausible and Umami are the same promise as software you run. The Plausible compose on this scoreboard is already boot-verified — same replacement, same math, one more subscription that's really a database with a chart on top.\n",[108],{"date":25,"app":17,"from":83,"to":37,"reason":109},"Initial verdict: Fathom charges $15\u002Fmo for privacy-friendly analytics; Plausible and Umami are the same promise as software you.",1786459421782]