Drop Ocelot announcer support 🫡 (#1727)

* Drop Ocelot announcer support

* Update tr_complete_count.php

* Delete ocelot.sql

* Update Torrent.php

* Update Torrent.php

* Update Torrent.php

* Update Torrent.php

* Update CHANGELOG.md

* Update tr_make_snapshot.php

* Update tr_make_snapshot.php

* Update tr_make_snapshot.php

* Update tr_make_snapshot.php
This commit is contained in:
Roman Kelesidis 2025-01-01 00:21:06 +07:00 committed by GitHub
commit 2e5b157ede
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 28 additions and 261 deletions

View file

@ -127,16 +127,6 @@ $bb_cfg['torr_server'] = [
'disable_for_guest' => true
];
// Ocelot
$bb_cfg['ocelot'] = [
'enabled' => false,
'host' => $domain_name,
'port' => 34000,
'url' => "http://$domain_name:34000/", // with '/'
'secret' => 'some_10_chars', // 10 chars
'stats' => 'some_10_chars', // 10 chars
];
// FAQ url help link
$bb_cfg['how_to_download_url_help'] = 'viewtopic.php?t=1'; // How to download?
$bb_cfg['what_is_torrent_url_help'] = 'viewtopic.php?t=2'; // What is a torrent?