xhofe/alist

By xhofe

Updated 1 day ago

A file list program that supports multiple storage, powered by Gin and React.

Image

5M+

AList

docker

A file list program that supports multiple storage, powered by Gin and Solidjs.

Go Report Cardlatest versiondiscussionsBuild statusDownloadsdonatedocker image size


Usage

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:

  • Execute the following command to generate a new password randomly:
docker exec -it alist ./alist admin random
  • Or you can also set a new password manually, NEW_PASSWORD refers to the password you need to set:
docker exec -it alist ./alist admin set NEW_PASSWORD

Document

https://alist.nn.ci/

Discussion

Please go to our discussion forum for general questions, issues are for bug reports only.

Demo

Available at: https://al.nn.ci.

Sponsor

https://alist.nn.ci/guide/sponsor.html

License

The AList is open-source software licensed under the AGPL-3.0 license.


Docker Pull Command

docker pull xhofe/alist