[{"data":1,"prerenderedAt":113},["ShallowReactive",2],{"$f3q1egspdh2pb8":3},{"site":4,"app":16,"alternatives":68,"compose":108,"log":109,"changelog":110},{"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":28,"verdict":33,"alternatives":34,"provenance":37,"verdict_reason":40,"what_you_lose":41,"economics":44,"hardware_tier":48,"verified":49,"compose":57,"derived":60},"matomo-cloud","Matomo Cloud","matomo.org","analytics",26,"Business · 50,000 hits\u002Fmonth","usage","https:\u002F\u002Fmatomo.org\u002Fpricing\u002F","2026-08-06",{"caniselfhostit":27},"https:\u002F\u002Fcaniselfhostit.com\u002Fmatomo-cloud",[29,30,31,32],"web analytics","goals & funnels","visitor logs","GDPR-friendly tracking","YES",[35,36],"matomo","plausible",{"capability_seed":38,"decision_layer":39},"caniselfhostit","original","It is literally the same software. Matomo Cloud charges $26\u002Fmo to run the GPL code they publish; the apache image plus MariaDB is a one-evening setup and the data lands in your database instead of theirs.",[42,43],"Managed upgrades and their support SLA","Cloud-side raw data retention policies become your storage problem",{"vps_share_usd_mo":45,"storage_usd_mo":46,"maint_min_mo":47},1,0,30,"vps",{"by":50,"at":51,"protocol":52,"setup_min":53,"assistant":54,"evidence":55,"what_broke":58},"zernonia","2026-08-10","v1",31,"claude-code",[56,57],"logs\u002Fmatomo-cloud.md","compose\u002Fmatomo-cloud-matomo.yml",[59],"Boot to healthy measured at 39s on the 2GB reference env",{"hourly_rate_usd":5,"self_host_cost_usd_mo":61,"net_saving_usd_mo":62,"setup_cost_usd":63,"break_even_months":64,"break_even_date":65,"markup_index":66,"primary_abandoned":67,"verdict_stale":67},11,15,10.33,0.69,"2026-08-31",2.36,false,[69,91],{"id":35,"name":70,"tagline":71,"repo":72,"site":73,"license":74,"category":20,"resources":75,"provenance":80,"metrics":81},"Matomo","The full Google-Analytics-shaped suite on your own hostname, with visitor profiles, funnels and no monthly hit meter.","matomo-org\u002Fmatomo","https:\u002F\u002Fmatomo.org","GPL-3.0",{"ram_min_mb":76,"disk_gb":77,"arm64":78,"containers":79,"external_db":78},2048,10,true,3,{"capability_seed":38,"decision_layer":39},{"id":35,"stars":82,"last_commit":83,"latest_release":84,"docker_pulls":88,"open_issues":89,"fetched_at":90},21756,"2026-08-11T03:32:14Z",{"tag":85,"published_at":86,"url":87},"5.12.0","2026-07-14T00:36:05Z","https:\u002F\u002Fgithub.com\u002Fmatomo-org\u002Fmatomo\u002Freleases\u002Ftag\u002F5.12.0",null,2570,"2026-08-11T03:55:26.781Z",{"id":36,"name":92,"tagline":93,"repo":94,"site":95,"license":96,"category":20,"resources":97,"provenance":98,"metrics":99},"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":76,"disk_gb":77,"arm64":78,"containers":79,"external_db":78},{"capability_seed":38,"decision_layer":39},{"id":36,"stars":100,"last_commit":101,"latest_release":102,"docker_pulls":88,"open_issues":106,"fetched_at":107},28463,"2026-08-10T15:55:06Z",{"tag":103,"published_at":104,"url":105},"v3.2.1","2026-05-15T09:15:56Z","https:\u002F\u002Fgithub.com\u002Fplausible\u002Fanalytics\u002Freleases\u002Ftag\u002Fv3.2.1",56,"2026-08-11T03:55:29.960Z","# Matomo — the analytics standard; apache image + mariadb\nservices:\n  matomo:\n    image: matomo:apache\n    container_name: matomo\n    restart: unless-stopped\n    depends_on:\n      matomo-db:\n        condition: service_healthy\n    environment:\n      MATOMO_DATABASE_HOST: matomo-db\n      MATOMO_DATABASE_DBNAME: matomo\n      MATOMO_DATABASE_USERNAME: matomo\n      MATOMO_DATABASE_PASSWORD: matomo\n    ports:\n      - \"8100:80\"\n    volumes:\n      - matomo-data:\u002Fvar\u002Fwww\u002Fhtml\n    healthcheck:\n      test: [\"CMD-SHELL\", \"php -r 'exit(@file_get_contents(\\\"http:\u002F\u002Flocalhost:80\u002F\\\")!==false?0:1);'\"]\n      interval: 10s\n      timeout: 10s\n      retries: 30\n      start_period: 30s\n  matomo-db:\n    image: mariadb:11\n    restart: unless-stopped\n    environment:\n      MARIADB_DATABASE: matomo\n      MARIADB_USER: matomo\n      MARIADB_PASSWORD: matomo\n      MARIADB_ROOT_PASSWORD: matomo-root\n    volumes:\n      - matomo-db:\u002Fvar\u002Flib\u002Fmysql\n    healthcheck:\n      test: [\"CMD\", \"healthcheck.sh\", \"--connect\", \"--innodb_initialized\"]\n      interval: 5s\n      timeout: 5s\n      retries: 12\nvolumes:\n  matomo-data:\n  matomo-db:\n","# Matomo Cloud — 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\n\n- Compose: `compose\u002Fmatomo-cloud-matomo.yml`\n- Boot to healthy: **39s** measured this session\n- Setup time recorded: 31 min (boot + configuration to first working workflow)\n\n## What broke \u002F notes\n\n- Boot to healthy measured at 39s on the 2GB reference env\n\n## The call\n\nIt is literally the same software. Matomo Cloud charges $26\u002Fmo to run the GPL code they publish; the apache image plus MariaDB is a one-evening setup and the data lands in your database instead of theirs.\n",[111],{"date":51,"app":17,"from":88,"to":33,"reason":112},"Initial verdict: It is literally the same software.",1786459422007]