xhofe/alist
A file list program that supports multiple storage, powered by Gin and React.
5M+
A file list program that supports multiple storage, powered by Gin and Solidjs.
stable version
docker run -d --restart=always -v /etc/alist:/opt/alist/data -p 5244:5244 -e PUID=0 -e PGID=0 -e UMASK=022 --name="alist" xhofe/alist:latest
beta version (not recommended)
docker run -d --restart=always -v /etc/alist:/opt/alist/data -p 5244:5244 -e PUID=0 -e PGID=0 -e UMASK=022 --name="alist" xhofe/alist:main
The initial password refers to logs on the first startup. If you forget your admin's username or password later, you can:
docker exec -it alist ./alist admin random
NEW_PASSWORD
refers to the password you need to set:docker exec -it alist ./alist admin set NEW_PASSWORD
Please go to our discussion forum for general questions, issues are for bug reports only.
Available at: https://al.nn.ci.
https://alist.nn.ci/guide/sponsor.html
The AList
is open-source software licensed under the AGPL-3.0 license.
docker pull xhofe/alist