Orville Q. Song
Orville Q. Song
> Check https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/reverse_proxy_configuration.html if you use a reverse proxy I do follow that guide, but it's still not working. I defined `trusted_proxies` `overwritehost` `overwriteprotocol` `overwritewebroot` and they all working fine....
I'm now sure this is a client issue. I was using chromium-based Edge, after I change to Chrome, everything just works fine.  So maybe this is an issue only...
@kefranabg Gitea's edit link is basiclly the same as source but with an extra `_` before `edit` For example: Edit link generate by default theme for source: `https://random.gitea.com/User/Repo/edit/branch/folder/README.md` The true...
Fair enough. I'll wait for #6760 to be merged and then open the pull request. :)
After disabled k0s cloud provider, everything works just fine.
> so are you trying to enable the built-in k0s cloud-provider AND some "real" cloud-provider? Or just the k0s internal one? Just the internal one. As the [document](https://docs.k0sproject.io/v1.25.2+k0s.0/cloud-providers/) said: >...
> Could you elaborate a bit more how this manifests itself? What exactly is not working? So first thing first, It gonna take a really long time for `k0sctl` to...
@rtribotte Sorry for the late reply. [connect.zip](https://github.com/traefik/traefik/files/11067883/connect.zip) Inside this zip file is the yaml to deploy application that I use and how to connect to it. Full debug log might...
Here is a full debug log. @rtribotte [debug.log](https://github.com/traefik/traefik/files/11098246/debug.log) The log should me `GET` the server first and got 502 bad gateway, Then I `CONNECT` the server using the method I...
@rtribotte Thanks for your reply. I'm pretty sure the client is issuing a TLS request since the client does not support plain http for security reason. Also I've already provide...