Skip to content

dBrowser Tracker

Jared Rice Sr edited this page Jun 30, 2018 · 1 revision

@dbrowser-tracker

The service dBrowser uses to track usage. Opt-in only!

git clone https://github.com/dbrowser/tracker.git
cd tracker
npm i
npm start

Setup a ~/.dbrowser_tracker.yml with the following fields:

directory: ~/.dbtracker # where data is stored
domain: usage.dbrowser.io # or wherever
letsencrypt: # set this to false to disable let's encrypt.
  email: [email protected] # set this to get lets-encrypt emails (must be right)
ports:
  http: 80
  https: 443
admins: # can specify more than one
  - username: admin
    password: admin

You can change the admins fields while DBTracker is running and the change will be detected and loaded.

Only admins are allowed to access the reports (at /).

A weekly report will be computed at 11:30pm every Saturday.

Clone this wiki locally