Introduction
Alist is an open source network disk agent program. In simple terms, it mounts all the files of commonly used network disks into this program, and realizes that a webpage can view Alibaba cloud disk, Baidu network disk, and Lansuan cloud disk. , Tianyi cloud disk, etc. The back end is based on golang's gin framework, and the front end is developed using vue and ant design.
build
This article will use the Linux server pagoda panel to install and run Alist.
1. Create a website <br>Pagoda panel click on website -> add site -> add domain name (port number 5244)
2. Enter the website directory to download Alist
Click on File -> Terminal on the left
Enter the following command in the terminal to install (where alist.xxx.com is the directory name of the website you created)
curl -fsSL "https://nn.ci/alist.sh" | bash -s install /www/wwwroot/alist.xxx.com
After the installation is complete, the initial password and some common commands and access methods will pop up.
Visit Alist
Access your server IP + port number to enter the Alist background, such as 192.168.0.1:5244, or after resolving the domain name, you can also access the domain name + port number.
The password here is the initial password. After logging in, you can change the password.
Add a network disk
In the background of Alist, click on the account and add a network disk. I will use the Lanzou cloud disk to demonstrate.
After filling in some simple configurations, the important thing here is this cookie. If you find a way to get the cookie, you can get all the files of your Lansong cloud disk.
The method to get Lansuo cloud disk cookie:
Visithttp://lanzou.com
Log in to your account, then F12 to open the developer tool, click NetWork (some browsers are network), then click mydisk.php to see the cookie, copy all of them and save it.
View Alist Home Directory
Visit your domain name + port to enter the home page.
author
Author: TANKING
Wechat: sansure2016
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。