mirror of
https://github.com/DanielnetoDotCom/YouPHPTube
synced 2025-10-03 01:39:24 +02:00
parent
51d8b22464
commit
b42655d9f0
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class YPTSocket extends PluginAbstract {
|
|||
$desc .= "Socket Plugin, WebSockets allow for a higher amount of efficiency compared to REST because they do not require the HTTP request/response overhead for each message sent and received<br>";
|
||||
$desc .= "<code>sudo nohup php {$global['systemRootPath']}plugin/YPTSocket/server.php &</code>";
|
||||
$desc .= "<br>To test use <code>php {$global['systemRootPath']}plugin/YPTSocket/test.php</code>";
|
||||
$desc .= "<br>To start it on server reboot add it on your crontab (Ubuntu 18+) <code>sudo crontab -eu root</code> than add this code on the last line <code>@reboot nohup php {$global['systemRootPath']}plugin/YPTSocket/server.php &</code>";
|
||||
$desc .= "<br>To start it on server reboot add it on your crontab (Ubuntu 18+) <code>sudo crontab -eu root</code> than add this code on the last line <code>@reboot sleep 60;nohup php {$global['systemRootPath']}plugin/YPTSocket/server.php &</code>";
|
||||
$help = "<br>run this command start the server <small><a href='https://github.com/WWBN/AVideo/wiki/Socket-Plugin' target='__blank'><i class='fas fa-question-circle'></i> Help</a></small>";
|
||||
|
||||
//$desc .= $this->isReadyLabel(array('YPTWallet'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue