Skip to content

Commit

Permalink
feat: add Torrust-Actix to trackers table
Browse files Browse the repository at this point in the history
  • Loading branch information
josecelano committed Oct 3, 2024
1 parent 55af34b commit fd1e62c
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -382,10 +382,35 @@ export const trackerTableData = [
docker: 'Yes',
k8s: 'No',
language: 'Rust',
os: 'Linux, MacOs',
os: 'Linux,MacOs',
repo: 'https://github.com/torrust/torrust-tracker',
demo: 'udp://tracker.torrust-demo.com:6969/announce'
},
{
name: 'Torrust-Actix',
license: 'MIT',
stars: '89',
contributors: '2',
type: 'Mixed',
udp: 'Yes',
http: 'Yes',
webTorrent: 'No',
api: 'Yes',
scrape: 'Yes',
stats: 'Yes',
whitelist: 'Yes',
integrations: 'No',
highAvailability: 'No',
tls: 'Yes',
ipv6: 'Yes',
databases: 'Optional: Sqlite3,MysQL,PostgresSQL',
docker: 'Yes',
k8s: 'No',
language: 'Rust',
os: 'Linux,MacOs,Windows',
repo: 'https://github.com/Power2All/torrust-actix',
demo: 'https://www.gbitt.info'
},
{
name: 'opentracker',
license: 'beer ware ',
Expand Down

0 comments on commit fd1e62c

Please sign in to comment.