You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
根据教程【局域网媒体浏览服务搭建】可以使用 ip:89/pic 访问页面并登录,但是不知道如何挂载本地图片目录,并预览图片资源;
请问是通过环境变量 export PIC_BASE_DIR=指定网站根目录吗?
而且发现:
<= 404 /api/file/pic_map
<= 404 /api/file/pic_tree
—
Reply to this email directly, view it on GitHub
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIBEY22QBG32A25AWCQQNDTXLWZNDANCNFSM6AAAAAAZKH4RJY>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
新建文件夹site_app, 然后把pic_online.zip解压后的文件放在该目录下;
在site_app目录下,创建pic文件夹,把pic_online_pic.zip解压到该目录下;
并在site_app目录下
修改env.sh中的内容:
通过PIC_BASE_DIR指定site_app的路径;
修改NAS_DOMAIN="127.0.0.1"
修改MOLECULER_DDNS_ENABLE=false
PIC_DIR指定的目录就是页面加载显示的图片资源,
sudo bash env.sh 启动
The text was updated successfully, but these errors were encountered: