Last updated on April 11, 2023
Alist is a directory file listing program that supports multiple storages, supports web browsing, and WebDAV, the back end is based on gin
, and the front end uses react
.
Official documentation: https://alist-doc.nn.ci/en/docs/intro/
1, After deploying the pagoda panel, create a website. (The database does not need to be created, the PHP version is optional, and pure static is also available.)
2, Run Alist’s installation script in the terminal window. Note that this script is the official script plus the actual path of the website, as follows
curl -fsSL "https://alist.nn.ci/v3.sh" | bash -s install /www/wwwroot/yourwebsite.com
3, After successful installation, you will get the initial administrator account and password, please record it.
4, Open TCP port 5244
in the server’s firewall settings.
5, Click Pagoda → Website menu → Corresponding website settings → Reverse proxy → Add reverse proxy (the purpose is to hide the port)
Finally, enter your front-end domain name to access it, there is a management login at the bottom of the page, the password here is the password shown at the beginning of the successful installation via ssh
To add various cloud disks, please move to the official documentation.
Be First to Comment