alist-org / alist

🗂️A file list/WebDAV program that supports multiple storages, powered by Gin and Solidjs. / 一个支持多存储的文件列表/WebDAV程序,使用 Gin 和 Solidjs。
https://alist.nn.ci
GNU Affero General Public License v3.0
39.3k stars 5.1k forks source link

别名驱动文件排列顺序刷新后会改变 #6600

Closed yyyytawa closed 2 weeks ago

yyyytawa commented 2 weeks ago

Please make sure of the following things

AList Version / AList 版本

3.35.0

Driver used / 使用的存储驱动

别名

Describe the bug / 问题描述

别名存储里面的文件(夹)刷新后文件排列顺序会改变,例如说(纯刷新) screen01 screen02 文件夹顺序会改变

希望别名存储文件夹排列顺序固定的规则,而不是每次刷新都改变

Reproduction / 复现链接

https://alist.yyyyt.top/

Config / 配置

{ "force": false, "site_url": "", "cdn": "", "jwt_secret": "*", "token_expires_in": 48, "database": { "type": "sqlite3", "host": "", "port": 0, "user": "", "password": "", "name": "", "db_file": "data/data.db", "tableprefix": "x", "ssl_mode": "", "dsn": "" }, "meilisearch": { "host": "http://localhost:7700", "api_key": "", "index_prefix": "" }, "scheme": { "address": "0.0.0.0", "http_port": 5245, "https_port": 5244, "force_https": false, "cert_file": "**", "key_file": "*", "unix_file": "", "unix_file_perm": "" }, "temp_dir": "/tmp/alist", "bleve_dir": "data/bleve", "dist_dir": "", "log": { "enable": true, "name": "/tmp/alist/log/log.log", "max_size": 50, "max_backups": 30, "max_age": 28, "compress": false }, "delayed_start": 30, "max_connections": 0, "tls_insecure_skip_verify": true, "tasks": { "download": { "workers": 5, "max_retry": 1 }, "transfer": { "workers": 5, "max_retry": 2 }, "upload": { "workers": 5, "max_retry": 0 }, "copy": { "workers": 5, "max_retry": 2 } }, "cors": { "allow_origins": [ "" ], "allow_methods": [ "" ], "allow_headers": [ "*" ] }, "s3": { "enable": false, "port": 5246, "ssl": false } }

Logs / 日志

image

yyyytawa commented 2 weeks ago

忘记设置排列顺序了,谢谢