Skip to content

djaysan/analytics

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TrackTrendy Analytics

TrackTrendy Analytics is a lightweight, privacy-friendly alternative to Google Analytics. This is a white-labeled version of Plausible Analytics.

Attribution

This software is based on Plausible Analytics, which is licensed under AGPL-3.0. All modifications for TrackTrendy branding maintain this license.

Deployment

TrackTrendy Analytics can be deployed using Docker:

# Clone the repository
git clone https://github.com/yourusername/tracktrendy-analytics.git
cd tracktrendy-analytics

# Generate a secret key
openssl rand -base64 64 | tr -d '\n' > .env
echo "SECRET_KEY_BASE=$(cat .env)" > .env

# Start the services
docker-compose up -d

About

An Alternative to Google Analytics: Safeguarding Your Data and Customers’ Privacy

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Elixir 83.2%
  • JavaScript 5.8%
  • TypeScript 5.3%
  • HTML 3.8%
  • PLpgSQL 1.4%
  • CSS 0.2%
  • Other 0.3%