知方号

知方号

配置文件

# 初始配置

提示

config.json内配置文件修改后都需要重启 AList 才会生效

Windows/Mac:和 AList 同级文件夹內的 data/config.jsonLinux:一键脚本路径,、/opt/alist/data/config.json,手动安装 /xx 路径/data/config.jsonDocker:进入 Docker 容器内data/config.jsonopenwrt:如果使用的是 luci-app-alist,请在网页修改,其他自行找到 AList 执行文件同级目录data/config.json其他:找到 AList 同级文件夹內的 data/config.json{ "force": false, "site_url": "", "cdn": "", "jwt_secret": "random_generated", "token_expires_in": 48, "database": { "type": "sqlite3", "host": "", "port": 0, "user": "", "password": "", "name": "", "db_file": "data\data.db", "table_prefix": "x_", "ssl_mode": "", "dsn": "" }, "meilisearch": { "host": "http://localhost:7700", "api_key": "", "index_prefix": "" }, "scheme": { "address": "0.0.0.0", "http_port": 5244, "https_port": -1, "force_https": false, "cert_file": "", "key_file": "", "unix_file": "", "unix_file_perm": "" }, "temp_dir": "data\temp", "bleve_dir": "data\bleve", "dist_dir": "", "log": { "enable": true, "name": "data\log\log.log", "max_size": 50, "max_backups": 30, "max_age": 28, "compress": false }, "delayed_start": 0, "max_connections": 0, "tls_insecure_skip_verify": true, "tasks": { "download": { "workers": 5, "max_retry": 1, "task_persistant": true }, "transfer": { "workers": 5, "max_retry": 2, "task_persistant": true }, "upload": { "workers": 5, "max_retry": 0, "task_persistant": false }, "copy": { "workers": 5, "max_retry": 2, "task_persistant": true } }, "cors": { "allow_origins": [ "*" ], "allow_methods": [ "*" ], "allow_headers": [ "*" ] }, "s3": { "enable": false, "port": 5246, "ssl": false }}# 字段说明# force

程序会优先从环境变量中读取配置,设置 force 为 true 会使程序忽略环境变量强制读取配置文件。

# site_url

你的网站 URL,比如 https://pan.nn.ci,这个地址会在程序中的某些地方使用,如果不设置这个字段,一些功能可能无法正常工作,比如

本地存储的缩略图开启 web 代理后的预览开启 web 代理后的下载地址反向代理至二级目录...

URL

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件至lizi9903@foxmail.com举报,一经查实,本站将立刻删除。