We were unable to load Disqus. If you are a moderator please see our troubleshooting guide.

Noah Schmitz • 5 years ago

Thank you, this helped me setup cockpit via traefik. If anyone else is following this guide but using YAML files instead of TOML files, I succesfully used this tool to convert the examples here.

Willi Meierhof • 5 years ago

Hello Noah,

I try to do the same and want to access cockpit via traefik. Unfortunately, I always get an empty page after login, can you share your settings somehow?

Jean Swart • 5 years ago

Thanks for the feedback Noah, I'm very glad that this was able to help you out. I appreciate the link to the YAML/TOML conversion too, I may have to add that to the post!

delicate-reliance-pauper • 5 years ago

Getting the following error in traefik docker logs...

time="2020-07-15T05:12:03Z" level=error msg="Cannot start the provider *file.Provider: unable to read directory /etc/traefik/custom_services: open /etc/traefik/custom_services: no such file or directory"

I thought it was a permissions issue so I match my permissions for the custom_services directory and service.toml file with the traefik directory and traefik.toml file respectively.

I don't know why Traefik can't read the custom_services directory.