pcarrier / srv.us

ssh to expose local HTTP services online, CLI pastebin, etc.
https://docs.srv.us
BSD Zero Clause License
87 stars 8 forks source link

[Feature request] QR code through SSH #28

Open KaKi87 opened 10 months ago

KaKi87 commented 10 months ago

Hi,

First of all, I'm grateful for you creating this nice localhost.run alternative.

Could you please output a QR code through SSH, like the abovementioned does, for easy access on mobile ?

Thanks

pcarrier commented 8 months ago

I'm afraid it'd be more trouble than it's worth to support. White on black doesn't work with every phone, non-square fonts can also cause issues. It's also the sort of things you want to do with any website, so doesn't quite feel like it belongs in each link-providing service.

KaKi87 commented 8 months ago

Well, it works fine on localhost.run, and even though I don't deny the fashion trend you're mentioning, it is very relevant in this case, because browsing on mobile during development is one of the main uses of this project.

Also, I too implemented QR on CLI for TOTP configuration on my SSHception project, which always worked fine in dark mode.

Thanks