Bonion

Results 2 comments of Bonion

That nginx conf is located in tailchat/docker/config/nginx.conf, you could use search function to find nginx concerned files. No rebuild needed. If you use nginx, just make a conf for tailchat...

可以试下我刚修改的镜像 onionbai/message-pusher 非Json格式数据可以用 "raw"字段提取 修改了TriggerWebhook函数,@songquanpeng 考虑下😁 ```go func TriggerWebhook(c *gin.Context) { jsonData, err := io.ReadAll(c.Request.Body) if err != nil { c.JSON(http.StatusBadRequest, gin.H{ "success": false, "message": err.Error(), }) return } var...