2,274 questions
2
votes
0
answers
97
views
SignalR WebSocket are unstable behind Traefik in Swarm [closed]
I've been looking for different solutions to this problem, but not results. Please help me understand the root cause.
I have Traefik v3.6 installed in Docker Swarm (Swarm consists of 3 nodes - 1 ...
-1
votes
0
answers
61
views
Traefik (via Coolify labels) still applies Basic Auth on /api and /jobs
I’m running a container through Coolify and setting Traefik labels.
Basic Auth should only apply to the main site, while /api and /jobs should stay public.
Сonfig:
traefik.enable=true
traefik.http....
-2
votes
1
answer
145
views
Docker TYPO3 project 404 page not found [closed]
I'm running a project with docker and traefik.
I try to access http://myproject.localhost/typo3
Suddenly i get this error: "404 page not found"
I don't know how to fix or to debug this error....
0
votes
1
answer
81
views
How do I configure ABP as an OIDC provider if it is hidden behind Traefik?
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 ...
0
votes
1
answer
91
views
Using GitHub Repository Secrets in GitHub Actions
I'm trying to deploy a php app hosted on a github repo to a VPS (Ubuntu) using github actions
but the final steps where the actions are done on the VPS require using the github repository secrets , ...
0
votes
1
answer
123
views
Traefik: Stream dataflow between application does not work
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. ...
-1
votes
2
answers
313
views
How do I automatically retry a request in traefik when the downstream service isn't yet ready [closed]
I've configured Traefik within a Kubernetes (k8s) cluster as the ingress. However, I have some legacy containers that are being exposed that don't behave as well as one would want from a modern ...
0
votes
1
answer
176
views
I'm unable to change the default TLS options for a Sonatype Nexus server hosted using Docker via Traefik [closed]
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 ...
0
votes
2
answers
86
views
Traefik as proxy always returns 404 [closed]
I want to configure Traefik to listen on port 80 and then proxy the traffic to my services which are located in docker containers.
I don't want to use docker labels, but a single YAML configuration to ...
0
votes
1
answer
254
views
Cannot setup Traefik to ONLY request wildcard certs with DuckDNS+LetsEncrypt
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 ...
0
votes
1
answer
117
views
Traefik: Does not access to app - HTTP 404
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 ...
2
votes
1
answer
217
views
Smallstep X509 Certificates cause SEC_ERROR_BAD_DER in Firefox
I am setting up a PKI for local test environment. It's based on SmallStep and Traefik in Docker and I am trying to use name constraints to just the domains I use.
Template for root CA:
{
"...
1
vote
0
answers
142
views
Problem with traefik, keycloak and WebApp
I have a server where I deploy my services using docker-compose, among the services I have, traefik, keycloak and a WebApp.
The expected operation: The app that uses OpenIdConnect for the ...
0
votes
1
answer
201
views
is it possible to use traefik.me & cert manager for local development with kubernetes?
So basically im trying to use https for my local development and i was thinking of using traefik.me which routes all subdomains to localhost; and so i want to use their certificate for my local apps ...
0
votes
2
answers
3k
views
Setup Coolify with CloudFlared & SSL/TLS HTTPS [closed]
I want to use Coolify with CloudFlare Tunnels, so all my apps will be public using https domains, e.g. https://test.mydomain.com
I followed the steps mentioned in docs in order to have a tunnel & ...