wrfly / container-web-tty

Connect your containers via a web-tty
https://container-web-tty.kfd.me/
Apache License 2.0
245 stars 45 forks source link

URL Base #62

Closed samcro1967 closed 3 years ago

samcro1967 commented 3 years ago

Is there a URL base option for putting behind a proxy server as a subdirectory?

wrfly commented 3 years ago

currently no, but can support.

will work on it.

samcro1967 commented 3 years ago

@wrfly Just checking to see if this is still in the works for a future release.

wrfly commented 3 years ago

@samcro1967 try master branch or the latest image

samcro1967 commented 3 years ago

Added - WEB_TTY_BASE=/webtty/ as an environment variable to docker-compose, but still listens on . Is that the proper way to enable it?

wrfly commented 3 years ago

can try WEB_TTY_BASE=/webtty

BTW, I had just fixed it.

samcro1967 commented 3 years ago

Worked without the trailing slash. Thansk!