Go to file
Sean 3c21a9a520
feat: Crypt driver, improve http/webdav handling (#4884)
this PR has several enhancements, fixes, and features:
- [x] Crypt: a transparent encryption driver. Anyone can easily, and safely store encrypted data on the remote storage provider.  Consider your data is safely stored in the safe, and the storage provider can only see the safe, but not your data.
  - [x] Optional: compatible with [Rclone Crypt](https://rclone.org/crypt/). More ways to manipulate the encrypted data.
  - [x] directory and filename encryption
  - [x] server-side encryption mode (server encrypts & decrypts all data, all data flows thru the server)
- [x] obfuscate sensitive information internally
- [x] introduced a server memory-cached multi-thread downloader.
  - [x] Driver: **Quark** enabled this feature, faster load in any single thread scenario. e.g. media player directly playing from the link, now it's faster.
- [x] general improvement on HTTP/WebDAV stream processing & header handling & response handling
  - [x] Driver: **Mega** driver support ranged http header
  - [x] Driver: **Quark** fix bug of not closing HTTP request to Quark server while user end has closed connection to alist

## Crypt, a transparent Encrypt/Decrypt Driver. (Rclone Crypt compatible)

e.g.  
Crypt mount path ->  /vault 
Crypt remote path -> /ali/encrypted
Aliyun mount paht -> /ali

when the user uploads a.jpg to /vault, the data will be encrypted and saved to /ali/encrypted/xxxxx. And when the user wants to access a.jpg,  it's automatically decrypted, and the user can do anything with it.
Since it's Rclone Crypt compatible, users can download /ali/encrypted/xxxxx  and decrypt it with rclone crypt tool. Or the user can mount this folder using rclone, then mount the decrypted folder in Linux...

NB.  Some breaking changes is made to make it follow global standard, e.g. processing the HTTP header properly.

close #4679 
close #4827 

Co-authored-by: Sean He <866155+seanhe26@users.noreply.github.com>
Co-authored-by: Andy Hsu <i@nn.ci>
2023-08-02 14:40:36 +08:00
.github ci: remove `working` label on issue closed 2023-07-31 16:54:00 +08:00
cmd feat: allow customize perm of unix file (close #4709) 2023-07-08 20:17:05 +08:00
drivers feat: Crypt driver, improve http/webdav handling (#4884) 2023-08-02 14:40:36 +08:00
internal feat: Crypt driver, improve http/webdav handling (#4884) 2023-08-02 14:40:36 +08:00
pkg feat: Crypt driver, improve http/webdav handling (#4884) 2023-08-02 14:40:36 +08:00
public fix: put a placeholder file in dist [skip ci] 2022-08-30 15:53:40 +08:00
server feat: Crypt driver, improve http/webdav handling (#4884) 2023-08-02 14:40:36 +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 docs: update go version 2023-07-27 18:32:33 +08:00
Dockerfile feat!: listen to both http & https (#4536) 2023-06-11 18:17:37 +08:00
LICENSE chore: add windows bin to gitignore 2022-04-18 18:31:10 +08:00
README.md feat: Crypt driver, improve http/webdav handling (#4884) 2023-08-02 14:40:36 +08:00
README_cn.md docs: add Japanese README [skip ci] (#4798) 2023-07-19 14:05:41 +08:00
README_ja.md docs: add Japanese README [skip ci] (#4798) 2023-07-19 14:05:41 +08:00
build.sh ci: delete file after decompression 2023-07-30 18:25:52 +08:00
docker-compose.yml feat!: listen to both http & https (#4536) 2023-06-11 18:17:37 +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 feat: Crypt driver, improve http/webdav handling (#4884) 2023-08-02 14:40:36 +08:00
go.sum feat: Crypt driver, improve http/webdav handling (#4884) 2023-08-02 14:40:36 +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 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 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