Live data from Hacker News

Showoff

showoff.io

121–130 of 222 posts

Re: Showoff

#121
post #48

If you have a public facing server then this can be had for free: ssh -nNT -R 8080:localhost:3000 myserver.com Et voilà, myserver.com:8080 now points to localhost:3000.

It's a bit like saying: if you have a private server you can use: git push blah instead of using DropBox. (This doesn not invalidate your point; far from it, I'm just saying that because it's somewhat trivial for us geek doesn't mean it's not something that other folks would pay for.

Re: Showoff

#122

i havent tried showoff.io and little curious about how about internal reference translations? for example css files? does this translates to ???

Hey maheswaran,

Showoff doesn't touch the body of the requests, so you'd need to use relative URLs, change the "domain" config variable each time you make a new showoff tunnel, or set up an unlimited account where you can choose a permanent subdomain like "myserv.showoff.io".

Re: Showoff

#123

Wow that's brilliant. I'm definetley a potential paying customer. That's cheaper than spinning up an Amazon EC2 micro instance to develop on at $5 a month. I'm not a big fan of dark gray background with darker gray text though.

Fortunately sites you create and 'showoff' don't need to use the showoff.io stylesheet :)

Re: Showoff

#124
post #84
post #48

If you have a public facing server then this can be had for free: ssh -nNT -R 8080:localhost:3000 myserver.com Et voilà, myserver.com:8080 now points to localhost:3000.

Hmm I've been using the following: https://gist.github.com/932137 for some time now - it's just a bash function which lets me type: $ show 3000 test and get http://test.tekacs.com/ -> port 3000 on my computer using just SSH, assuming you have root access to the server (which you would need to set up forwarding on port 80 anyway...) $ ssh -tR 1080:127.0.0.1:$1 vps "sudo ssh -Nl \$USER -L $REMOTE:80:127.0.0.1:1080 loca…

Thanks for this!

Re: Showoff

#125
I'm a little surprised that no one has mentioned webfsd (http://linux.bytesex.org/misc/webfs.html), which I use to solve this problem (specifically, as webfs -r .).

Caveats:

- I'm sure showoff is better if you're firewalled.

- It's probably slightly easier to share just one file in a directory with showoff, but this could be remedied with a script that made a temporary webfs root and symlinked the shared files thither.

Re: Showoff

#126

I was looking for exactly this service a few weeks ago and would be a paying customer, but I develop on Windows. A future market, if you're interested.

Check out http://pagekite.net/ , it's Python and it runs on Windows just fine. We are working on a user-friendly installer and GUI, but if you're a developer you don't need that. :-)

+1 for this. Saw a talk on pagekite earlier this year and it looks very cool and a good alternative to this service.

Re: Showoff

#127
post #99

I love it and I'll probably buy a few day passes here and there. I also think Fortune 500 security teams are going to be blacklisting this domain soon just to keep their devs from opening holes in the firewall.

At the corporates I've worked at, this product would have been preemptively blocked anyway because it relies on an outbound ssh connection through the external firewall, which wouldn't have been allowed. I'm not sure if that's standard practice at other SuperGloboCorp organizations.

At Citrix say allow outbound ssh, but not, say, telnet.

Re: Showoff

#129

Perhaps I missed it in the FAQ, but how do you turn it off? CTRL+C? I understand that you're aiming for simplicity here, but it would be handy to have a menubar icon (or whatever is appropriate for the given platform) to indicate that it's running or not. Or maybe you actually have that, but it's not clear that you do from the website.

A menubar icon (assuming you're meaning Mac OS (or any OS really)) is not something you get from a simple shell script, typically. Please correct me if I'm wrong.

Normally a gui tool doesn't advertize how you invoke it from the commandline, but there are plenty of cases where the command-line invoked application doesn't retain the foreground while running. This tool is probably non-interactive at the console, I have zero expectation that it won't fork off into the background.

Re: Showoff

#130

I was looking for exactly this service a few weeks ago and would be a paying customer, but I develop on Windows. A future market, if you're interested.

Check out http://pagekite.net/ , it's Python and it runs on Windows just fine. We are working on a user-friendly installer and GUI, but if you're a developer you don't need that. :-)

You sir, are a Godsend. Kudos to you.
Post reply on HN