File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55βtracker is an ecosystem to deploy BitTorrent open tracker with DHT search engine.
66
7+ ## Install
8+
9+ ``` bash
10+ git clone https://github.com/YGGverse/btracker.git
11+ cd btracker
12+ cargo build --release -p btracker-http
13+ sudo install target/release/btracker-http /usr/local/bin
14+ ```
15+ * to setup Rust environment see [ rustup] ( https://rustup.rs )
16+
717> [ !TIP]
818>
919> See working server [ config examples] ( https://codeberg.org/YGGverse/server/search/branch/main?path=&q=btracker ) to deploy
Original file line number Diff line number Diff line change 55
66βtracker server implementation for the [ Gemini protocol] ( http://geminiprotocol.net )
77
8- > [ !NOTE]
9- > In development!
10-
118## Install
129
1310``` bash
14- git clone https://github.com/YGGverse/btracker.git && cd btracker
11+ git clone https://github.com/YGGverse/btracker.git
12+ cd btracker
1513cargo build --release -p btracker-gemini
1614sudo install target/release/btracker-gemini /usr/local/bin
1715```
You can’t perform that action at this time.
0 commit comments