Sign inSign up

alist666/alist

By alist666

Updated over 1 year ago

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

Image
2

50K+

alist666/alist repository overview

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.

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

@Blog⁠ · @GitHub⁠

Tag summary

Content type

Image

Digest

sha256:25aacca30

Size

67.1 MB

Last updated

over 1 year ago

docker pull alist666/alist