Hideipnetwork / hideipnetwork-web

Based on Node.js + services wokers

Home Page:https://official.hideip.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

请问大佬是否考虑过发行docker镜像?

DearLi111 opened this issue · comments

我自己使用您的v3分支封装了docker镜像,但是运行起来之后确实出现了无法访问tiktok,YouTube搜索有问题,google翻译网站翻译出问题,google账户无法登录等现象(但我使用您的网站尝试确实是没有问题的):

1、访问tiktok:
image
2、YouTube搜索有问题:
image
3、google翻译网站翻译出问题:
image
4、google账户无法登录:(There was an error during the transport or processing of this request. Error code = 103, Path = /v3/signin/_/AccountsSignInUi/data/batchexecute : Incomplete XSS header at end of request (500))
image

其中我的Dockerfile如下:

FROM ioiox/node:16-alpine
LABEL maintainer="hnet"

WORKDIR /app

RUN git clone -b v3 https://github.com/Hideipnetwork/hideipnetwork-web.git . && npm install

EXPOSE 56559

CMD ["npm", "run", "start"]

请教大佬有空时是否能指导一下,感谢

另备注:
我在docker hub上有找到别人发布的镜像是没有以上问题的:https://hub.docker.com/r/geshoudexiaosongshu/hideipnetwork

另备注: 我在docker hub上有找到别人发布的镜像是没有以上问题的:https://hub.docker.com/r/geshoudexiaosongshu/hideipnetwork

docker hub上有很多依据您的项目封装的镜像,但目前我只找到这一个是没有以上问题的,其余我试了和我现象一致

我自己使用您的v3分支封装了docker镜像,但是运行起来之后确实出现了无法访问tiktok,YouTube搜索有问题,google翻译网站翻译出问题,google账户无法登录等现象(但我使用您的网站尝试确实是没有问题的):

1、访问tiktok: image 2、YouTube搜索有问题: image 3、google翻译网站翻译出问题: image 4、google账户无法登录:(There was an error during the transport or processing of this request. Error code = 103, Path = /v3/signin/_/AccountsSignInUi/data/batchexecute : Incomplete XSS header at end of request (500)) image

其中我的Dockerfile如下:

FROM ioiox/node:16-alpine LABEL maintainer="hnet"

WORKDIR /app

RUN git clone -b v3 https://github.com/Hideipnetwork/hideipnetwork-web.git . && npm install

EXPOSE 56559

CMD ["npm", "run", "start"]

请教大佬有空时是否能指导一下,感谢

nginx配置参考

location / {
  proxy_busy_buffers_size  512k;
  proxy_buffers  4 512k;
  proxy_buffer_size  256k;
  proxy_pass http://localhost:3000;
  proxy_http_version 1.1;
  proxy_set_header Upgrade $http_upgrade;
  proxy_set_header Connection 'Upgrade';
  proxy_set_header X-Real-IP $remote_addr;
  proxy_set_header X-Forwarded-Host $host:$server_port;
  proxy_set_header X-Forwarded-Server $host;
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
  proxy_set_header Host $host;
}

另备注: 我在docker hub上有找到别人发布的镜像是没有以上问题的:https://hub.docker.com/r/geshoudexiaosongshu/hideipnetwork

大佬怎么用,我用他的镜像不行呀,根本打不开 route.lozn.top:4000 打开没有任何反应 查看控制台很多报错