Joshua Hemmings

Results 6 comments of Joshua Hemmings

Would love a Headphones integration and would be glad to help out testing!

Would love to have traefik v2 support. Users should have the option for v1 or v2 support as the two versions are not compatible.

This is how I would set the traefik flags for an instance: ``` - traefik.enable=true - traefik.http.services.AMP_INSTANCE.loadbalancer.server.port=3000 - traefik.docker.network=traefik - traefik.http.routers.AMP_INSTANCE.rule=Host(`AMP_INSTANCE.DOMAIN.COM`) - traefik.http.routers.AMP_INSTANCE.entrypoints=https - traefik.http.routers.AMP_INSTANCE.tls.certresolver=letsencrypt - traefik.http.routers.AMP_INSTANCE.tls.domains[0].main=*.DOMAIN.COM - traefik.http.routers.AMP_INSTANCE.tls.domains[0].sans=DOMAIN.COM -...

Facing the same issue, should be fixxed when following PR is approved: https://github.com/lablabs/ansible-role-rke2/pull/206

Also a enterprise customer and we would like to migrate to the terraform provider to replace our custom made scripts. Waiting for the dashboard and saved objects support to migrate.