1.0.0 • Published 6 years ago

bhit v1.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Interconnect Tracker

See https://github.com/breedhub/interconnect

Installation

PostgreSQL and Redis

Install PostgreSQL 9.4+. Debian example:

# apt-get install postgresql postgresql-client

Install Redis 3.0+. Debian example:

Jessie:

# wget https://www.dotdeb.org/dotdeb.gpg
# apt-key add dotdeb.gpg
# echo "deb http://packages.dotdeb.org jessie all" >> /etc/apt/sources.list
# apt-get update

Now Jessie and Stretch:

# apt-get install redis-server

Install bhit

Debian:

# curl -s http://tracker.breedhub.net/bhit/install.sh | sh -s

Manually:

  • Install Node 8 and system build tools
  • Run npm install -g bhit --unsafe-perm

Prepare and start

Replace 1.2.3.4 with your IP address. You can also any hostname here. The tracker will be known to daemons by this address or name.

# cd /
# bhitctl install 1.2.3.4
# sudo -u postgres bhitctl create-db
# bhitctl migrate-db
# systemctl enable bhit
# systemctl start bhit

Private tracker

You can limit who can use your tracker by whitelisting their emails:

[tracker]
allow_users[] = user1@example.com
allow_users[] = user2@example.com
allow_users[] = user3@example.com
1.0.0

6 years ago

0.9.2

6 years ago

0.9.1

6 years ago

0.9.0

6 years ago

0.4.6

7 years ago

0.4.5

7 years ago

0.4.4

7 years ago

0.4.2

7 years ago

0.4.1

7 years ago

0.4.0

7 years ago

0.3.5

7 years ago

0.3.4

7 years ago

0.3.3

7 years ago

0.3.2

7 years ago

0.3.1

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.10

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago