Skip to content

Guacamole Labels No Longer Work #144

@sudo-kraken

Description

@sudo-kraken

I have the below in use for the traefik labels for the guac service, I believe there to be an issue with the prefix being added as if I navigate to this locally I can reach and use Guacamole on IP:Port/guacamole. However it when accessing it at guad.domain.com it gives a white page and nothing else, the app logo appears in the browser tab above the url bar but nothing loads.

All other serivices are up and fucntional on traefik.

- "traefik.enable=true" ## HTTP Routers - "traefik.http.routers.guacamole-rtr.entrypoints=https" - "traefik.http.routers.guacamole-rtr.rule=Host(guac.$DOMAINNAME)" ## Middlewares - "traefik.http.routers.guacamole-rtr.middlewares=chain-authelia@file,add-guacamole" - "traefik.http.middlewares.add-guacamole.addPrefix.prefix=/guacamole" ## HTTP Services - "traefik.http.routers.guacamole-rtr.service=guacamole-svc" - "traefik.http.services.guacamole-svc.loadbalancer.server.port=8080"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions