Go to file
Andy Hsu 6c2f3486fc fix!: reverse proxy to sub-directory (#3483)
from this commit, if you want reverse proxy to sub-directory like `alist` with `nginx`, you need config:

```nginx
location /alist/ {
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    proxy_set_header X-Forwarded-Proto $scheme;
    proxy_set_header Host $http_host;
    proxy_set_header X-Real-IP $remote_addr;
    proxy_set_header Range $http_range;
    proxy_set_header If-Range $http_if_range;
    proxy_redirect off;
    proxy_pass http://127.0.0.1:5244/alist/;
    # the max size of file to upload
    client_max_body_size 20000m;
}
```
2023-02-18 19:03:07 +08:00
.github feat: add `windows/arm64` target (close #3308) 2023-02-09 19:52:40 +08:00
cmd feat: support qbittorrent (close #3087 in #3333) 2023-02-14 15:20:45 +08:00
drivers fix(aliyundrive): error occurred when running multiple instances at the same time (#3448) 2023-02-16 22:12:19 +08:00
internal fix!: reverse proxy to sub-directory (#3483) 2023-02-18 19:03:07 +08:00
pkg fix: different url encoding (close #3423) 2023-02-15 16:20:30 +08:00
public fix: put a placeholder file in dist [skip ci] 2022-08-30 15:53:40 +08:00
server fix!: reverse proxy to sub-directory (#3483) 2023-02-18 19:03:07 +08:00
wrapper feat: add `windows/arm64` target (close #3308) 2023-02-09 19:52:40 +08:00
.gitignore chore: only ignore root dirs (#2741) 2022-12-18 16:48:32 +08:00
CODE_OF_CONDUCT.md docs: Create CODE_OF_CONDUCT.md [skip ci] 2022-09-10 22:23:05 +08:00
CONTRIBUTING.md build: change golang version 2022-10-12 17:35:44 +08:00
Dockerfile feat: install `tzdata` in the docker image (#3056) 2023-01-16 13:43:15 +08:00
LICENSE chore: add windows bin to gitignore 2022-04-18 18:31:10 +08:00
README.md feat: add `Cloudreve` driver (close #2658 in #2997) 2023-01-12 19:57:43 +08:00
README_cn.md docs: translate title [skip ci] (#3498) 2023-02-18 17:50:42 +08:00
build.sh fix: windows arm64 build [skip ci] 2023-02-14 20:28:05 +08:00
docker-compose.yml feat: install `tzdata` in the docker image (#3056) 2023-01-16 13:43:15 +08:00
entrypoint.sh feat: add `PUID`, `PGID`, `Umask` settings to docker image (close #2525 pr #2818) 2022-12-28 17:18:27 +08:00
go.mod fix(deps): update module gorm.io/driver/mysql to v1.4.7 [skip ci] (#3495) 2023-02-18 18:13:41 +08:00
go.sum fix!: reverse proxy to sub-directory (#3483) 2023-02-18 19:03:07 +08:00
main.go feat: use cobra and add some command 2022-08-07 13:09:59 +08:00
renovate.json fix(deps): update dependencies by renovate[bot] (#2344) 2022-11-17 08:49:15 +08:00

README.md

logo

🗂️A file list program that supports multiple storage, 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 request 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

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