Dai Jie

Results 71 comments of Dai Jie

> @djmb this issue can be closed, since #981 has been merged. Some services require authentication or may return non-200 HTTP status codes. The proxy health check setting should accept...

> @shiny can you provide an example of such containers? My implementation of proxy for accessories has been based on PgHero service, which exposes a health check route without an...

Another situation, I'm struggling with containers that have two ports, as they are difficult to proxy. My case is [minio/minio](https://github.com/minio/minio/blob/master/docs/docker/README.md) This is because it uses both port 9000 and 9001...

> [@shiny](https://github.com/shiny) I'm facing the exact same issue. What did you end up with? Any recommendations? I chose to directly expose the management UI port, while binding the S3 API...

@aesmail Yes, Kamal automatically handles SSL for `s3.example.com`, since [v2.4.0](https://github.com/basecamp/kamal/releases/tag/v2.4.0). I love Kamal's approach, but for the current situation, I'm still looking forward to new features in the future.

waste me a lot of time for setting a default baseURL in project scope

I've encountered an issue while developing a URL Shortener that accepts a URL via the query string. ### Example long URL `https://example.com/index.html?q=fine&k=fine2` When no guard is applied or `aot` is...

When I use version 5 beta, this issue no longer occurs.