xhofe/alist

By xhofe

โ€ขUpdated 1 day ago

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

Image
891

5M+

xhofe/alist repository overview

โ AListโ 

docker

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

Go Report Card latest version discussions Build status Downloads donate docker 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
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.


Tag summary

Content type

Image

Digest

sha256:b45bcc424โ€ฆ

Size

102 MB

Last updated

1 day ago

docker pull xhofe/alist:latest-aio