当前位置:网站首页>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

边栏推荐
- Expression of directional signal -- complex exponential signal
- Zero crossing position search of discrete data (array)
- [tensorflow] about seed
- HJ7 取近似值
- Analysis of direction finding error of multi baseline interferometer system
- 7-1 understand everything
- 技术美术百人计划学习笔记(1)--基础渲染管线
- Panzer_ Jack's personal blog founding day
- CTS测试方法「建议收藏」
- Simulink学习笔记(三)——Simulink自动代码生成(二)「建议收藏」
猜你喜欢

Longitude and latitude and its transformation with coordinate system

Enabling partners, how can Amazon cloud technology "get on the horse and get a ride"?

What has Amazon cloud technology done right to become the leader of cloud AI services for three consecutive years?

Secure code warrior learning record (III)

Network Security Learning (11) scanning and blasting

Take root downward, grow upward, and explore the "root" power of Huawei cloud AI

Custom MVC principle

OASYS system of code audit

Network Security Learning (XV) ARP

连续三年成为云AI服务领导者,亚马逊云科技做对了什么?
随机推荐
How does PHP remove an element from an array based on the key value
四旋翼飞行器的飞控实现「建议收藏」
Ffmpeg first learning (only for coding)
SSH服务器CBC加密模式漏洞(CVE-2008-5161)
Expression of directional signal -- complex exponential signal
Basic knowledge of radar
Network Security Learning (XIII) data link layer
The third experiment OSPF
【接口性能优化】索引失效的原因以及如何进行SQL优化
Mongodb features, differences with MySQL, and application scenarios
PHP binary array is sorted by a field in it
Network Security Learning (16)
The difference between abstract classes and interfaces
Very simple vsplayaudio online music player plug-in
AI首席架构师12-AICA-工业生产过程优化场景下产业落地解析
Stack simulation queue
The fifth article in the series of radar Fundamentals: the function of radar modulation style
serialization and deserialization
Tencent map API request source is not authorized, this request source domain name
内存分页与调优,内核与用户空间