gotty icon indicating copy to clipboard operation
gotty copied to clipboard

Added functionality for custom url

Open DanishKhakwani opened this issue 7 years ago • 3 comments

This change will allow users to create custom urls instead of some randomly generated string.

DanishKhakwani avatar May 15 '17 00:05 DanishKhakwani

Thank you for the PR. Could you share some use cases with this function? I think putting a proxy in front of gotty can do the same thing. So we need a valid use case to add this function to gotty itself.

yudai avatar May 16 '17 06:05 yudai

That's true. I was thinking more in terms of having a single gotty server running which can spawn multiple containers based on the url (for eg. /fedora). But I guess currently we cant have multiple containers running on the same port based on the urls.

DanishKhakwani avatar Jun 12 '17 01:06 DanishKhakwani

This feature is available in my fork at https://github.com/sorenisanerd/gotty

sorenisanerd avatar Apr 19 '21 10:04 sorenisanerd