Numon
Numon
``` package main import ( "net/http" "net/http/httputil" "net/url" "github.com/gin-gonic/gin" ) func main() { r := gin.Default() r.GET("/test/*proxyPath", ReverseProxy()) r.Run(":8080") } func ReverseProxy() gin.HandlerFunc { target := "http://192.168.1.102:8081" return func(c *gin.Context)...
@manucorporat Can we close this issue?
@junlintianxiazhifulinzhongguo If you want to use neko in k8s you must expose ports via UDProute in gateway. If neko behind reverse proxy, you need to add podIP
@romizhang @lgy1027 this is belongs rclone error. Currenly vfs cache mode is write in this csi-s3. Need to add full mode --vfs-cache-mode=full. https://github.com/ctrox/csi-s3/blob/ddbd6fdaa1bd76754df3ea76fba0afe149ebe87d/pkg/mounter/rclone.go#L54