jsososo

Results 112 comments of jsososo

之前看到了忘了回,背景不暗一点担心看不清白色的字 OwO

后续可以考虑一下,最近不是很有空,我看到接口都是有的

具体报错情况是啥,我自己这边没有浮现,然后因为现在不能登录了,所以这个接口应该也是陆陆续续的没什么用了

目前其实没有通过字段去判断,因为我这边是包含了对会员歌曲的替换,只要不能获取到链接的我这边都走find

主要是我没弄过docker,不太懂,而且想要布置应该还要把相应的好几个后端也一起加进来

前端的 docker 需要配上 nginx 执行 npm run build 之后通过 nginx 把 dist 目录的静态文件代理出来,其他的接口也是根据路径代理至不同的后端端口 2020年9月20日 下午3:13,hclasmn 写道: 完全没看懂前端,是缺少配置文件么? — You are receiving this because you commented. Reply to this email directly,...

贴一下报错原因? 2020年9月22日 下午7:05,hclasmn 写道: npm install npm run build 过程中报错 — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.

删除 node-sass 安装问题,用淘宝镜像试一下? 2020年9月24日 下午4:50,hclasmn 写道: [image] 环境的arm32 树莓派 docker-node:alpine, [image] [image] — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or...

给你一份参考的 nginx 配置,因为已经移除咪咕音乐了,里面也就没贴咪咕的接口了 server { listen 80; server_name music.jsososo.com; location /api/ { proxy_pass http://127.0.0.1:3000; proxy_set_header Host "163.jsososo.com"; } location /apiQ/ { proxy_pass http://127.0.0.1:3300/; proxy_set_header Host "163.jsososo.com"; } location /apiMix/ {...

能看到 apiMix 那个项目的 console.log 嘛,504一般是那个项目内报错了,那个项目我没做异常捕获什么的,挂了就挂了 2020年9月29日 下午5:16,hclasmn 写道: 项目提交上来了https://github.com/hclasmn/music-docker — You are receiving this because you commented. Reply to this email directly, view it on GitHub, or unsubscribe.