Replies: 10 comments
-
| this is how it should be |
Beta Was this translation helpful? Give feedback.
-
| Ok, now I have:
I'll dig more about it
in the docker-compose.yaml, but I don't think it's working. No error is displayed in the docker logs: |
Beta Was this translation helpful? Give feedback.
-
| middleware-manager is running fine. its networking issue. because traefik is routed through gerbil. please check traefik logs. |
Beta Was this translation helpful? Give feedback.
-
| Hi, no revelant logs with the command docker logs traefik: the previous screenshot was the output of "docker compose up", so all the container logs where written in the output |
Beta Was this translation helpful? Give feedback.
-
| Have you tried accessing the Traefik dashboard so that you can see if there are any errors in how the middlewares are being applied? Traefik dashboard is on port localhost:8080 and if you set it up as an authenticated pangolin resource you will be able to access it securely. Very helpful for checking if middlewares applied properly. |
Beta Was this translation helpful? Give feedback.
-
| @oidebrett how do you do this? I already have a second site that is 'Local' and publish the Middleware Manager to myself this way. |
Beta Was this translation helpful? Give feedback.
-
| Here: I tried to add one of the X-Forwarded headers, but no canghe has been detected afterwards.
For me the configuration worked at first try. Do you have the following code in your traefik_config.yml? For me these are the very first rows |
Beta Was this translation helpful? Give feedback.
-
| You know, @oidebrett, now the middleware is being loaded correctly, so I don't think this is an issue for middleware-manager anymore. Can I just ask you to update the README.md to add a section related to how to modify the traefik configuration? |
Beta Was this translation helpful? Give feedback.
-
| You may have to add headers as a middleware. I havent tried authelia but I needed to do this for other Idps |
Beta Was this translation helpful? Give feedback.
-
| But if I use the Ip retrieved from the traefik dashboard the authentication works fine and I don't see any CORS errors in the authelia logs (you can see my latest comment onthe issue opened in pangolin). |
Beta Was this translation helpful? Give feedback.








Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
hi,
I'm using pangolin almost as default and I set up one of my resource with authelia middleware, but it is being ignored. Do I need to edit in some way traefik_config.yml or dynamic_config.yml?
My docker-compose.yml:
my traefik_config.yml:
my dynamic_config.yml
from authelia configuration (authelia works correctly on caddy from another configuration):
no custom rules for the resources in the test.
Can you please help me and add, in case the configurations need anything, some more information in the readme.md file?
Beta Was this translation helpful? Give feedback.
All reactions