X-MAN
X-MAN
open web:status=401 UNAUTHORIZED {"errors":[{"code":"UNAUTHORIZED","message":"authentication required","detail":[{"Type":"registry","Class":"","Name":"catalog","Action":"*"}]}]}
- [x] Bug exists Release Version 1.2.5 ( Master Branch) - [ ] Bug exists in MQTTv3 Client on Snapshot Version 1.2.6-SNAPSHOT (Develop Branch) - [ ] Bug exists in...
Brotli is dynamically compiled into a so file, and load_module /etc/nginx/ngx_http_brotli_filter_module.so; and load_module /etc/nginx/ngx_http_brotli_static_module.so are added at the beginning of nginx.conf
开发模式无法启动
hugo version hugo v0.114.1-e9b716ad9869b79e7c374bbdae4daf5ee6406bd4+extended linux/amd64 BuildDate=2023-06-23T11:02:58Z VendorInfo=snap:0.114.1 node -v v18.16.1 测试这段,发现无法运行 🛠️ Development git clone https://github.com/Ice-Hazymoon/hugo-theme-luna/ cd hugo-theme-luna npm install hugo server -s ./exampleSite -D --themesDir "../.." 错误: WARN error...
初步使用下来,感觉比我之前用的快多了。是不是PWA加持的效果。加油⛽️
## Stop service error ``` 2024-04-09 11:36:26.124 traceId: INFO c.z.h.HikariDataSource HikariPool-1 - Shutdown completed. ERROR StatusConsoleListener Unable to unregister MBeans java.lang.IllegalStateException: UT015023: This Context has been already destroyed at io.undertow.servlet.spec.ServletContextImpl.getDeploymentInfo(ServletContextImpl.java:210)...
如果集成gRPC服务,需要怎样添加gRPC的服务启动配置和gRPC端口设置? 现在就一个start.php 一个入口让我不知道从何下手
kubectl kruise set image cloneset/words-app words-app-image='registry-vpc.cn-shanghai.aliyuncs.com/xxx-backend/words-service:2022-04-07_76' -n kube-eyododo --record error: failed to patch image update to pod template: admission webhook "vcloneset.kb.io" denied the request: spec: Forbidden: only allowed to update...
我另外一台服务器安装的是nginx 1.25.4 根据官网和网上教程配置了http 全局配置 quic_retry on quic_gso on 虚拟主机配置quic listen [::]:443 quic reuseport default_server 这些配置都无法使用,看nginx官网,在1.25版本就开始支持http3了。目前我的版本是:nginx version: openresty/1.25.3.1 这个版本应该能完整支持http3的配置
我一直在找这个webman集成gRPC服务的实现