当前位置:网站首页>Cuteone: a onedrive multi network disk mounting program / with member / synchronization and other functions

Cuteone: a onedrive multi network disk mounting program / with member / synchronization and other functions

2022-07-25 23:11:00 fmamcn

CuteOne Is a OneDrive many Network disk mount Program , Lead members / Synchronization and other functions . Support multi disk load 、 Check online 、 Online upload 、 download 、 Multi network disk synchronization 、 Master slave synchronization 、 Share online 、 Folder rights management 、 The member function 、 ranking system 、 Pay to view 、 Password view 、 Payment module 、 Topic switching 、 Cache speed .

As for experience , May be almost , After all, projects that have been out for less than a month , But I can see that the author is also an ideal person , So it will be maintained and updated for a long time , Make it better and better , Here is a general introduction .

About CuteOneP:CuteOneP yes CuteOne Of PHP edition , Follow the same UI style , Keep your code simple The framework is extensible ;

Need to know : The update cache is single threaded , because mysql Bottleneck causes of , Only single thread , Moreover, PHP Only single thread , So there are many files , It will take time ;

Installation requirements :PHP >= 7.1.3、OpenSSL PHP expand 、PDO PHP expand 、Mbstring PHP expand 、Tokenizer PHP expand 、XML PHP expand 、Ctype PHP expand 、JSON PHP expand 、BCMath PHP expand

Installation instructions :

Install dependent files composer install, Virtual host users need to enable pseudo static , The root directory creates a .htaccess file , The contents are as follows :

<IfModule mod_rewrite.c> 
    RewriteEngine on 
    RewriteCond %{REQUEST_URI} !^public 
    RewriteRule ^(.*)$ public/$1 [L] 
</IfModule>

If it is VPS And the server Directly modify the website running directory to public that will do , Modify root .env Database connection in

DB_CONNECTION=mysql
DB_HOST=127.0.0.1  Database address 
DB_PORT=3306  Database port 
DB_DATABASE=CuteOneP  Database name 
DB_USERNAME=root  Database account 
DB_PASSWORD=root  Database password 

visit : The back office address is : domain name /admin/login 

Default password  admin  The default database file is under the root directory install.sql Import directly into the database , Let's do this temporarily ;

Then add the network disk first , Update cache , Set the home page . Just update the cache point , And then refresh the page , If there is a cache, it is a normal update ; You have a lot of documents , Just wait a little longer

 CuteOne: a OneDrive Multi network disk mounting program / Lead members / Synchronization and other functions - Other source code - Stationmaster Gallery

原网站

版权声明
本文为[fmamcn]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/201/202207190504051206.html