Skip to main content
Filter by
Sorted by
Tagged with
-1 votes
0 answers
36 views

I’m having a problem and I can’t find a solution. I have deployed a Django backend and a React frontend using Docker. I’m using Traefik as a reverse proxy for the web server. When I start Traefik, the ...
Mario Petkovski's user avatar
0 votes
1 answer
56 views

I am trying to use an ABP application as an identity provider using OIDC. When I run the ABP app and my main service app on VS, I have no issues. I can redirect to ABP on trying to access the main ...
VedVals's user avatar
  • 275
0 votes
1 answer
41 views

I want to use HostRegex to forward all matching subdomains to a specific location. This is my dynamic config http: routers: my-router: entryPoints: - web - webSecure rule:...
Pascal's user avatar
  • 2,174
66 votes
11 answers
111k views

Please note that it is a Traefik V2 question. I had a solution on V1 but V2 is a total rewamp. This above is supposed to redirect http://whoami.mysite.com to https://whoami.mysite.com. The https is ...
Xiiryo's user avatar
  • 3,287
0 votes
1 answer
109 views

I have the following and basic docker setup where the factory-service creates a continues dataflow which is exposed through Fast API and shall be consumed by another container verification-service. ...
LeXXan's user avatar
  • 27
0 votes
2 answers
3k views

I have a GitLab service deployed with a pod listening on TCP port 22. Additionally, I've set up a service to link port 2222 to port 22, which is functioning correctly. Now, I aim to utilize Traefik ...
Artem's user avatar
  • 95
0 votes
1 answer
170 views

I have a Nexus server that is hosted in docker, alongside a Traefik instance. If run testssl on the domain at port 443, I get the following, indicating it has support for TLS1.2 still: Service ...
John Bergqvist's user avatar
1 vote
1 answer
735 views

I fail to protect the Traefik v3 dashboard using basic auth, this is what I tried: reverse-proxy: # official v3 traefik docker image image: traefik:v3.1 # enables web UI and tells ...
me.at.coding's user avatar
  • 18.5k
0 votes
1 answer
431 views

I used Dokploy to deploy a ghost blog instance with docker compose and traefik (reverse proxy). I have a problem accessing a ghost blog deployment from my browser: giving Bad Gateway error. If I use ...
Shah-G's user avatar
  • 662
11 votes
5 answers
9k views

I'm trying to deploy AWX on k3s and everything works just fine, however I'd like to enforce SSL - so, redirect HTTP to HTTPS. I've been trying to test the SSL enforcement part, however it's not ...
dywan666's user avatar
  • 465
0 votes
2 answers
272 views

I have a traefik setup in an EKS cluster (helm values): ingressClass: enabled: true isDefaultClass: true name: "${ingress_class}" ingressRoute: dashboard: enabled: ...
Zu Jiry's user avatar
  • 325
2 votes
1 answer
357 views

I'm trying to create a simple backend in go using Chi as my router and traefik as my reverse proxy. My cors headers are returning fine when I run the docker container by itself on port 8000. However, ...
Zev Ross's user avatar
  • 178
6 votes
4 answers
23k views

*Cross-posted to k3d github discussions, to a thread in Rancher forums, and to traefik's community discussion board Tutorials from 2020 refer to editing the traefik configmap. Where did it go? The ...
Eric Swanson's user avatar
0 votes
1 answer
194 views

Basically I have been studying a bit Traefik, since it looks a bit more professional than the other reverse proxy I was using, and the only problem I am still facing is the generation of a certificate ...
João Casarin's user avatar
3 votes
4 answers
15k views

I have a very simple FastAPI-Traefik-Docker Setup which you can find here: https://github.com/mshajarrazip/fastapi-traefik-docker-cors Just do docker-compose up -d to run the FastAPI and traefik ...
Hajar Razip's user avatar
1 vote
2 answers
1k views

The problem is rather general but I have an example with mailpit: I cannot reverse proxy to a docker container app which uses a specific port. I'm using Traefik and I set up these files: Traefik/...
dyle's user avatar
  • 31
0 votes
1 answer
486 views

I'm using Ingress (with traefik) to map my scorpio backend using: - backend: service: name: scorpio port: number: 9090 path: /ngsi-ld pathType: Prefix and I can access ...
pasquy73's user avatar
  • 629
0 votes
1 answer
427 views

I am using Podman on Windows (https://github.com/containers/podman/blob/main/docs/tutorials/podman-for-windows.md) together with podman-compose (https://github.com/containers/podman-compose?tab=readme-...
KilledByCheese's user avatar
21 votes
5 answers
19k views

Motivations I am a running into an issue when trying to proxy PostgreSQL with Traefik over SSL using Let's Encrypt. I did some research but it is not well documented and I would like to confirm my ...
jlandercy's user avatar
  • 11.6k
1 vote
2 answers
1k views

What I am trying to do: I have a docker-compose file with 4 containers traefik, UI, API and DB. I want to use traefik to redirect both containers UI and API to port 80 but on a different url path. UI ...
psova's user avatar
  • 212
0 votes
1 answer
104 views

I run traefik on a local machine. The dashboard works, but I can't access to my application. I always get HTTP 404 when I try to send a request to the application. I run everything on one local ...
AlTheOne's user avatar
  • 105
0 votes
1 answer
380 views

I am trying to deploy OpenSearch behind a reverse proxy (Traefik). And I am using docker and docker-compose for this purpose. I have had success with OpenSearch Dashboards. Therefore I feel that I am ...
King Midas's user avatar
  • 1,749
1 vote
2 answers
2k views

I am trying to modify a kubernetes keycloak deployment to respond on /auth in place of /. I see in the documentation that this should be possible by setting --http-relative-path to /auth. I have ...
Seth Faulkner's user avatar
0 votes
1 answer
383 views

Background: I have Traefik3 running in front of 12+/- containers all accessible correctly. DNS is provided by Adguard home for internal apps and cloudflared tunnel for external. All that works fine. ...
SpeedCrazy's user avatar
0 votes
0 answers
298 views

i'd like to set up a tcp reverse-proxy with traefik and trace the connections with OpenTelemetry. I've set up jaeger, traefik and the traefik-whoami test enedpoint and with HTTP routers I got ...
user33262's user avatar

1
2 3 4 5
46