mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Added IndexNow support 🤖 (#1736)
* Added IndexNow support 🤖
* Update CHANGELOG.md
* Updated
* Update IndexNowHelper.php
* Update board_maintenance.php
* Update board_maintenance.php
* Updated
* Updated
* Update Post.php
* Updated
* Update Post.php
* Update IndexNow.php
* Updated
* Updated
* Update config.php
* Update config.php
This commit is contained in:
parent
e75d2859c3
commit
7a84cdd5c3
8 changed files with 150 additions and 1 deletions
|
@ -127,6 +127,12 @@ $bb_cfg['torr_server'] = [
|
|||
'disable_for_guest' => true
|
||||
];
|
||||
|
||||
// IndexNow settings
|
||||
$bb_cfg['indexnow_settings'] = [
|
||||
'enabled' => false,
|
||||
'host' => 'bing', // Available: yandex, bing, seznam, naver
|
||||
];
|
||||
|
||||
// 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?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue