You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm adding a thunderbird docker to the t2-docker-compose and try to get this working.
Created a compose snippet as part of a larger docker-compose. When starting with traefik labels only pointing to http://server:ip this works but starts in a dir where I have to click vnc.html and click connect in the no-vnc screen.
Error response
Error code: 404
Message: File not found.
Error code explanation: HTTPStatus.NOT_FOUND - Nothing matches the given URI.
The maker of the docker suggested that I have to also enable websocket access in traefik for this docker, so I added some things to the traefik compse file:
When uncommenting the websocket parts in the thunderbird snippet and changing the middleware parts out for the addprefix lines it isn't working and I get the same error.
I'm probably not setting up the websocket parts right, but no clue how to do this the right way.
The text was updated successfully, but these errors were encountered:
I'm adding a thunderbird docker to the t2-docker-compose and try to get this working.
Created a compose snippet as part of a larger docker-compose. When starting with traefik labels only pointing to http://server:ip this works but starts in a dir where I have to click vnc.html and click connect in the no-vnc screen.
When using traefiks addprefix labels to connect to http://server:ip/vnc.html?autoconnect=true I am getting:
The maker of the docker suggested that I have to also enable websocket access in traefik for this docker, so I added some things to the traefik compse file:
and
This is the docker-compose snippet I am using:
When uncommenting the websocket parts in the thunderbird snippet and changing the middleware parts out for the addprefix lines it isn't working and I get the same error.
I'm probably not setting up the websocket parts right, but no clue how to do this the right way.
The text was updated successfully, but these errors were encountered: