Hello there, I'm trying to push for fusion auth in our group but I'm struggling to get it working with Traefik.
I started by getting the fusionauth-example-vue example working. I've tried to followed the tutorial but there were bumps on the way (thanks the effort but things need a review - seriously).
Following the tutorial didn't work. Then, I put the finished version on the github repo to work locally and tried to containerize it. Which is done.
However I got all sort of errors with traefik.
Is it possible to provide a complete simple example of fusionauth and traefik working together? The only mention to traefik I've seen in docs, tutorials and posts are just half-baked snippets that might make sense to very experienced people in both systems and say very little to nothing to people trying to explore the tools.
Here is my half baked attempt to make it.
My goal is to provide different implementations and use traefik to route them.
Currently the vue example is in the vue-example branch.
https://github.com/danielporto/fusionauth-dev-snippet
I will try to improve on doc but generally, running the certs.sh script will create the certificates and docker-compose up should suffice to get all infrastructure running (once is done).
Feedback and contributions are very much appreciated.