Package Details: webtorrent-bittorrent-tracker 11.1.2-1

Git Clone URL: https://aur.archlinux.org/webtorrent-bittorrent-tracker.git (read-only, click to copy)
Package Base: webtorrent-bittorrent-tracker
Description: Simple, robust, BitTorrent tracker (client & server) implementation
Upstream URL: https://github.com/webtorrent/bittorrent-tracker
Keywords: bittorrent bittorrent-tracker browser client hacktoberfest javascript nodejs server torrent tracker tracker-server webrtc webtorrent
Licenses: MIT
Submitter: zoorat
Maintainer: zoorat
Last Packager: zoorat
Votes: 3
Popularity: 0.000000
First Submitted: 2021-12-04 15:45 (UTC)
Last Updated: 2024-08-16 04:59 (UTC)

Latest Comments

zoorat commented on 2024-08-03 11:53 (UTC)

@EndlessEden thanks for the idea and the files.

EndlessEden commented on 2024-08-03 08:16 (UTC) (edited on 2024-08-03 08:53 (UTC) by EndlessEden)

can you add a systemd service file? (Examples; requires user-creation during install)

bittorrent-tracker.service

[Unit]
Description=Bittorrent Tracker.
After=network.target

[Service]
EnvironmentFile=/etc/bittorrent-tracker.conf
User=bittorrent-tracker
Group=bittorrent-tracker
ExecStart=/bin/bash -c "/bin/bittorrent-tracker $OPT"

[Install]
WantedBy=multi-user.target

bittorrent-tracker.conf

# This is a Example Config File
OPT="--http --udp --ws"

#    -p, --port [number]  change the port [default: 8000]
#        --trust-proxy    trust 'x-forwarded-for' header from reverse proxy
#        --interval       client announce interval (ms) [default: 600000]
#        --http           enable http server
#        --udp            enable udp server
#        --ws             enable websocket server
#    -q, --quiet          only show error output
#    -s, --silent         show no output
#    -v, --version        print the current version