Skip to content

🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。

License

Notifications You must be signed in to change notification settings

juejijianghuaa/alist-dk

 
 

Repository files navigation

logo

🗂️A file list program that supports multiple storages, powered by Gin and Solidjs.


English | 中文| 日本語 | Contributing | CODE_OF_CONDUCT

Features

Document

https://alist.nn.ci/

Demo

https://al.nn.ci

Discussion

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

Sponsor

AList is an open-source software, if you happen to like this project and want me to keep going, please consider sponsoring me or providing a single donation! Thanks for all the love and support: https://alist.nn.ci/guide/sponsor.html

Special sponsors

  • VidHub - An elegant cloud video player within the Apple ecosystem. Support for iPhone, iPad, Mac, and Apple TV.
  • 亚洲云 - 高防服务器|服务器租用|福州高防|广东电信|香港服务器|美国服务器|海外服务器 - 国内靠谱的企业级云计算服务提供商 (sponsored Chinese API server)
  • 找资源 - 阿里云盘资源搜索引擎

Contributors

Thanks goes to these wonderful people:

Contributors

License

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

Disclaimer

  • This program is a free and open source project. It is designed to share files on the network disk, which is convenient for downloading and learning Golang. Please abide by relevant laws and regulations when using it, and do not abuse it;
  • This program is implemented by calling the official sdk/interface, without destroying the official interface behavior;
  • This program only does 302 redirect/traffic forwarding, and does not intercept, store, or tamper with any user data;
  • Before using this program, you should understand and bear the corresponding risks, including but not limited to account ban, download speed limit, etc., which is none of this program's business;
  • If there is any infringement, please contact me by email, and it will be dealt with in time.

@Blog · @GitHub · @TelegramGroup · @Discord

liux编译运行

go build -ldflags="--extldflags '-static -fpic'-w -s" -buildvcs=false . docker 管理工具 docker run -d -p 9000:9000 -v /var/run/docker.sock:/var/run/docker.sock -v portainer_data:/data portainer/portainer docker编译运行

在vscode中安装docker 插件后 选中Dockerfile 会提示构建 docker build --pull --rm -f "alist-dk/Dockerfile" -t alist-dk:latest "alist-dk"

如果多平台构建 创建 Buildx 构建上下文: docker buildx create --use --name mybuilder --node mybuilder --driver-opt image=moby/buildkit:master docker buildx build --platform linux/amd64,linux/arm64,linux/arm/v7 -t alist-dk:v2.0 -f Dockerfile .

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" dukun/alist

随机生成一个密码

docker exec -it alist ./alist admin random

手动设置一个密码,NEW_PASSWORD是指你需要设置的密码

docker exec -it alist ./alist admin set dukun520

推送镜像教程

1.拉取镜像:

docker pull training/webapp

Trying to pull repository docker.io/training/webapp

2.查看镜像:

docker images training/webapp

REPOSITORY TAG IMAGE ID CREATED SIZE docker.io/training/webapp latest 6fae60ef3446 7 years ago 349 MB

3.重新打镜像:

docker tag 6fae60ef3446 starb/webapp:v1.1

4.查看新的标签:

docker images starb/webapp

REPOSITORY TAG IMAGE ID CREATED SIZE newtag/webapp v1.1 6fae60ef3446 7 years ago 349 MB 5.推送

docker push starb/webapp:v1.1

The push refers to a repository [docker.io/newtag/webapp] 5f70bf18a086: Preparing

About

🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 99.4%
  • Other 0.6%