Skip to content
New issue

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

sealos部署后 服务不可用 #54

Closed
u21h2 opened this issue Jan 25, 2024 · 7 comments
Closed

sealos部署后 服务不可用 #54

u21h2 opened this issue Jan 25, 2024 · 7 comments

Comments

@u21h2
Copy link

u21h2 commented Jan 25, 2024

用wss和grpc都试了下

wss:
[Socks5] WebSocket Upgrade error: tls: failed to verify certificate: x509: certificate signed by unknown authority

image
image

grpc:
ERRO[0000] ProxyAddr Empty, Please Check Your Config File

image
image

macos上docker启动的命令: docker run -it -d -p 7777:7777 -p 1080:1080 dvkunion/seamoon-client
每次修改配置后都有重启docker

@u21h2
Copy link
Author

u21h2 commented Jan 25, 2024

是因为我docker镜像太旧了吗 看了下是六个月前的版本
image
我从release里下个试试

@DVKunion
Copy link
Owner

没有client了,都是一个镜像啦在 v1.2.0 版本, dvkunion/seamoon:latest 就好了。如果使用的是 v1.1.3 版本,是两个镜像:dvkunion/server 和 dvkunion/client

@DVKunion
Copy link
Owner

docker run -it -d --net=host dvkunion/seamoon:latest proxy

image

在哪里看到的手册用的是 client 呢?可能手册更新漏掉了,

@u21h2
Copy link
Author

u21h2 commented Jan 25, 2024

@DVKunion
Copy link
Owner

看上去是漏掉了。我记一下,下次一起更新上去。感谢反馈 :)

@u21h2
Copy link
Author

u21h2 commented Jan 25, 2024

还有个问题 s.yml 版本没改

actions:
pre-deploy:
- run: wget https://github.com/DVKunion/SeaMoon/releases/download/1.2.0-beta.2/SeaMoon_1.2.0-beta.2_linux_amd64.tar.gz
path: ./
- run: tar -zvxf SeaMoon_1.2.0-beta.1_linux_amd64.tar.gz 这里没改
path: ./
- run: chmod +x seamoon
path: ./

@DVKunion
Copy link
Owner

fix at #56 ,再次感谢师傅的反馈,后续若有任何其他问题欢迎提交 :>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants