We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
alist
Dependencies
Operational
v3.0.2
local
问题链接
正常访问链接
我正在试图搭建一个文件下载站,本地运行 alist 守护进程并使用 caddy 进行反向代理,由于原本的 api_url 字段已被弃用,所以我按照文档设定了 site_url 为 https://mirrors.lewa-revived.work
caddy
api_url
site_url
在设置之后执行 sudo systemctl restart alist 重启了 alist,发现网页 ( https://mirrors.lewa-revived.work ) 无法正常访问,显示为空
sudo systemctl restart alist
排查页面源代码之后发现 base_path 字段同时也指向了 /mirrors.lewa-revived.work
base_path
/mirrors.lewa-revived.work
这时访问 https://mirrors.lewa-revived.work/mirrors.lewa-revived.work , 发现恢复正常
建议: 重新加入 base_path 字段避免类似的情况发生,同时方便子目录反向代理的设置
临时解决方案: 回退至版本 v3.0.1 或 revert commit 7c32af4 并重新编译
问题链接: https://mirrors.lewa-revived.work
正常访问链接: https://mirrors.lewa-revived.work/mirrors.lewa-revived.work/
见上方
The text was updated successfully, but these errors were encountered:
Thanks for opening your first issue here! Be sure to follow the issue template!
Sorry, something went wrong.
谢谢,我也遇到了一样的问题,希望作者尽快出一个修复版本吧
b747965
楼主好,请问您是怎么弄域名挂载alist的呢,小弟也想弄一个,谢谢啦
楼主好,请问您是怎么弄域名挂载的呢,也想弄一个,谢谢啦
反代端口就好了...
No branches or pull requests
Please make sure of the following things
alist
and not something else(such asDependencies
orOperational
).Alist Version / Alist 版本
v3.0.2
Driver used / 使用的存储驱动
local
Describe the bug / 问题描述
注: 由于文件服务器已切换至 alist v3.0.1 ,故下文中原本的
问题链接
与正常访问链接
互换我正在试图搭建一个文件下载站,本地运行 alist 守护进程并使用
caddy
进行反向代理,由于原本的api_url
字段已被弃用,所以我按照文档设定了site_url
为 https://mirrors.lewa-revived.work在设置之后执行
sudo systemctl restart alist
重启了 alist,发现网页 ( https://mirrors.lewa-revived.work ) 无法正常访问,显示为空排查页面源代码之后发现
base_path
字段同时也指向了/mirrors.lewa-revived.work
这时访问 https://mirrors.lewa-revived.work/mirrors.lewa-revived.work , 发现恢复正常
建议: 重新加入
base_path
字段避免类似的情况发生,同时方便子目录反向代理的设置临时解决方案: 回退至版本 v3.0.1 或 revert commit 7c32af4 并重新编译
感谢 alist 开发人员, 辛苦了!
Reproduction / 复现链接
问题链接: https://mirrors.lewa-revived.work
正常访问链接: https://mirrors.lewa-revived.work/mirrors.lewa-revived.work/
Logs / 日志
The text was updated successfully, but these errors were encountered: