Tecnativa / doodba-copier-template

A Copier template for Doodba projects
Boost Software License 1.0
85 stars 113 forks source link

[IMP] Traeffik 3 compatibility #476

Closed josep-tecnativa closed 3 months ago

josep-tecnativa commented 3 months ago

New Feature Added: Doodba Copier Template Now Compatible with Traefik 3

With these changes, the Doodba Copier Template is now compatible with Traefik 3. When selecting Traefik as the proxy, you can choose which version to use. By default, version 2 is selected as it is the most stable.

Additionally, this PR includes the Traefik version in the test matrix and excludes tests with insecure connections for Traefik 3 due to incompatibilities.

pleirb commented 3 months ago

Be careful, the version that was published for Traefik 3 does not support exposed databases or subdomains.

imagen

I hope the tests carried out here are helpful: Solution

pleirb commented 3 months ago

Another thing, with the Traefik 3 solution I was hoping that the video call would work, but not yet. I have published what happens here: #477

The same thing happens to this user

celm1990 commented 2 months ago

Hi, I tested Traefik 3, but the paths_without_crawlers feature is not working. If you navigate to /website/info, it still shows the information. Is this change intentional?

josep-tecnativa commented 2 months ago

Hi, I tested Traefik 3, but the paths_without_crawlers feature is not working. If you navigate to /website/info, it still shows the information. Is this change intentional?

It was a mistake. Fixed here https://github.com/Tecnativa/doodba-copier-template/pull/483