DVKunion / SeaMoon

月海 (Sea Moon) 是一款 FaaS/BaaS 实现的 Serverless 网络工具
https://seamoon.dvkunion.cn
MIT License
533 stars 106 forks source link

sealos部署后 服务不可用 #54

Closed u21h2 closed 8 months ago

u21h2 commented 8 months ago

用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 commented 8 months ago

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

image

我从release里下个试试

DVKunion commented 8 months ago

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

DVKunion commented 8 months ago

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

image

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

u21h2 commented 8 months ago

https://seamoon.dvkunion.cn/guide/deploy/sealos/#%E5%A6%82%E4%BD%95%E9%83%A8%E7%BD%B2

DVKunion commented 8 months ago

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

u21h2 commented 8 months ago

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

actions: pre-deploy:

DVKunion commented 8 months ago

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