Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 1.23 KB

README.md

File metadata and controls

44 lines (31 loc) · 1.23 KB

counter.dev self hosted

This is the official way to self host Counter Web Analytics.

Please note:

  • The self-hosted version is maturing and can be currenlty considered beta
  • There might be some

Quickstart

1. Install

$ curl https://github.com/ihucos/counter.dev-selfhosted/releases/download/0.2/cntr-linux-amd64 > /usr/local/bin/cntr
$ chmod +x /usr/local/bin/cntr

2. Create user

"Utc offset" is your timezones utc offset. Ask ChatGPT.

$ cntr createuser --redis-url redis://localhost:6379 --utc-offset 2 admin
Password for new user:

3. Serve

$ cntr serve --redis-url redis://localhost:6379 --bind :80

4. Go to UI

Visit the fired up server, login and follow the integrations steps there.

Screenshots

Screenshot 2023-03-26 at 21 21 36

Screenshot 2023-03-26 at 21 24 30

I forgot my password.

Keep calm and don't email me. Run this on your server:

$ cntr chgpwd --redis-url redis://localhost:6379 youruser