A refreshing alternative to complex and invasive web analytics. This tool provides valuable insights through a simple, easy-to-understand dashboard that prioritizes your visitors' digital privacy. Get set up in minutes with a single line of code that works on any website, CMS, or framework.
This analytics software is built to be fully compliant with GDPR, CCPA, ePrivacy, and PECR, which means you can finally ditch annoying cookie banners. It provides more accurate data by blocking bots and spam traffic, showing you only real, human visits. Key features include:
Handle any traffic spike with ease and integrate with the tools you already use. It's a straightforward, powerful solution for understanding your website traffic.
services:
fathom:
image: usefathom/fathom:latest
container_name: fathom
restart: always
ports:
- "8080:8080"
volumes:
- ./data:/app/data
environment:
- FATHOM_DEBUG=true
- FATHOM_DATABASE_DRIVER=sqlite3
- FATHOM_DATABASE_NAME=/app/data/fathom.db
- FATHOM_SECRET=${FATHOM_SECRET}FATHOM_SECRET=your_random_secret_string_hereAuto-fetched about 23 hours ago
Auto-fetched about 23 hours ago