Last update at :2024-07-05,Edit by888u
1. Introduction 1. OneDrive directory index; 2. Built based on the latest PHP framework laravel5; 3. Based on bootswatch responsive page layout, suitable for PCs, tablets, and mobile phones; 2. Functional front-end OneDrive directory index; code, Preview pictures and files; copy and download files with one click; basic background management, support themes, preview settings, etc. (it will take effect immediately after clearing the cache). Encrypted folder access image bed function background file upload
3. Installation and use 1. Basic installation
git clone -b release https://github.com/WangNingkai/OLAINDEX.git tmp mv tmp/.git . rm -rf tmp git reset --hard composer install -vvv cp .env.example .env php artisan key:generate php artisan migrate php artisan db:seed chmod -R 755 storage/ chown -R www:www *2. Apply for client_id and client_secret. For first-time installation, you need to fill in the relevant configuration files and apply for client_id and client_secret
Application address: https://apps.dev.microsoft.com/
After the application is completed, there is a callback address redirect_uri. Be careful not to fill it in incorrectly!
2. After obtaining it, please fill it in the .env file.
GRAPH_CLIENT_ID=xxxGRAPH_CLIENT_SECRET=”xxx”GRAPH_REDIRECT_URI=https://xxx
3. Database configuration database can use mysql or sqlite, etc. It is recommended to use sqlite to facilitate migration.
mysql refer to laravel document configuration
sqlite: Create a new database.sqlite file in the database directory
In the .env file, delete other database configurations and just fill in the following:
DB_CONNECTION=sqlite4. Operation background password: 12345678; You can also use the command line tool php artisan reset:password to generate an 8-digit password
Source code: https://github.com/WangNingkai/OLAINDEX
Recommended site search: vps server, how to check ip address, cheap cloud server 5 yuan a month, rent virtual host, cloud server vps, overseas virtual host, domain name price, Beijing domain name registration, free foreign space high defense server rental qy ,
发表评论