Skip to content

bpina/go-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-tracker

A bittorrent tracker written in Go.

Requirements

  • A working Go installation.
  • PostgreSQL

Installation

git clone https://github.com/bpina/go-tracker.git

Edit the value for PREFIX in the makefile to your liking

make
make install clean

Configuration

Add your database information to database.json in PREFIX/config.
{
    "database": "database",
    "host": "localhost",
    "user": "user",
    "password": "password",
    "port": ""
}

About

A bittorrent tracker written in Go.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published