elisescu / tty-share

Share your linux or osx terminal over the Internet.
https://tty-share.com/
MIT License
816 stars 87 forks source link

Support configuration file and sharing as read only #14

Open fkasumovic opened 4 years ago

andys8 commented 4 years ago

Sharing readonly would be pretty nice

steadysupply commented 4 years ago

This work would be easier for (@elisescu?) to review if it was introduced in two separate PRs, one for adding config file support and one for adding read-only support. I also feel like read-only support should have some corresponding implementation over in https://github.com/elisescu/tty-server so it's clear to the user in the browser that they can't input ... !

strazto commented 3 years ago

I second the request for config files - In place of that, for now we've the option of aliasing alias tty-share=tty-share -public -proxy our.proxy.server etc, but this would be ideal. (Also, following XDG-CONFIG conventions would be amazing)